2023-01-01 18:56:17

by Samuel Holland

[permalink] [raw]
Subject: [PATCH v2 0/2] nvmem: sunxi_sid: Fix for D1 variant

This is the first two patches from [1], with the stable CC added.
The first patch fixes a bug causing incorrect values to be read; the
second is a cleanup. I split the series since this bug needs to be
fixed regardless of the DT binding discussion.

[1]: https://lore.kernel.org/lkml/[email protected]/

Changes in v2:
- Split out the driver fix from the other changes

Samuel Holland (2):
nvmem: sunxi_sid: Always use 32-bit MMIO reads
nvmem: sunxi_sid: Drop the workaround on A64

drivers/nvmem/sunxi_sid.c | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)

--
2.37.4


2023-01-03 11:52:27

by Srinivas Kandagatla

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] nvmem: sunxi_sid: Fix for D1 variant



On 01/01/2023 18:33, Samuel Holland wrote:
> This is the first two patches from [1], with the stable CC added.
> The first patch fixes a bug causing incorrect values to be read; the
> second is a cleanup. I split the series since this bug needs to be
> fixed regardless of the DT binding discussion.
>
> [1]: https://lore.kernel.org/lkml/[email protected]/
>
> Changes in v2:
> - Split out the driver fix from the other changes
>
> Samuel Holland (2):
> nvmem: sunxi_sid: Always use 32-bit MMIO reads
> nvmem: sunxi_sid: Drop the workaround on A64
>

Applied thanks,

--srini
> drivers/nvmem/sunxi_sid.c | 23 +++++++++++++++--------
> 1 file changed, 15 insertions(+), 8 deletions(-)
>