Re: [RFC v2 2/3] drivers: nvmem: Add QTI qfprom-efuse support

From: Doug Anderson
Date: Mon Jun 15 2020 - 13:13:26 EST


Hi,

On Mon, Jun 15, 2020 at 3:44 AM Srinivas Kandagatla
<srinivas.kandagatla@xxxxxxxxxx> wrote:
>
> > * Reading should still read "corrected", not "raw". Added a sysfs
> > knob to allow you to read "raw", though.
>
> We could create an additional nvmem read-only provider in future if
> required to read raw!.

Makes sense. For now module parameter (which can be tweaked from
sysfs) seemed like at least an easy to get access to the raw values
for testing. Other than for checking that the driver works OK,
though, I'm under the impression that you should never read the raw
values back.

-Doug