mbox series

[v2,0/2] nvmem: sunxi_sid: Fix for D1 variant

Message ID 20230101183316.43642-1-samuel@sholland.org (mailing list archive)
Headers show
Series nvmem: sunxi_sid: Fix for D1 variant | expand

Message

Samuel Holland Jan. 1, 2023, 6:33 p.m. UTC
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/20220814173656.11856-1-samuel@sholland.org/

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(-)

Comments

Srinivas Kandagatla Jan. 3, 2023, 11:33 a.m. UTC | #1
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/20220814173656.11856-1-samuel@sholland.org/
> 
> 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(-)
>