Re: [PATCH v4 3/4] nvmem: qfprom: Add fuse blowing support

From: Doug Anderson
Date: Wed Jul 01 2020 - 11:14:13 EST


Hi,

On Wed, Jul 1, 2020 at 8:09 AM Ravi Kumar Bokka (Temp)
<rbokka@xxxxxxxxxxxxxx> wrote:
>
> Hi Doug,
> I have tested v4 changes internally on target, if i am giving input as
> unaligned address, it's not throwing any error message.

You mean if you _read_ from an unaligned address, right? Yes, this is
on purpose and by design.

1. It appears to work fine.

2. If we didn't allow this then we would break compatibility with
existing dts files and existing users of sysfs that want to read here.

-Doug