Re: [PATCH 1/1] nvmem: sunxi_sid: fix A64 SID controller support

2019-08-06 Thread Srinivas Kandagatla
On 31/07/2019 08:14, Stefan Mavrodiev wrote: Like in H3, A64 SID controller doesn't return correct data when using direct access. It appears that on A64, SID needs 8 bytes of word_size. Workaround is to enable read by registers. Signed-off-by: Stefan Mavrodiev Applied Thanks, srini

Re: [linux-sunxi] Re: [PATCH 1/1] nvmem: sunxi_sid: fix A64 SID controller support

2019-07-31 Thread Vasily Khoruzhick
On Wed, Jul 31, 2019 at 1:43 AM Chen-Yu Tsai wrote: > > On Wed, Jul 31, 2019 at 3:15 PM Stefan Mavrodiev wrote: > > > > Like in H3, A64 SID controller doesn't return correct data > > when using direct access. It appears that on A64, SID needs > > 8 bytes of word_size. > > > > Workaround is to ena

Re: [PATCH 1/1] nvmem: sunxi_sid: fix A64 SID controller support

2019-07-31 Thread Chen-Yu Tsai
On Wed, Jul 31, 2019 at 3:15 PM Stefan Mavrodiev wrote: > > Like in H3, A64 SID controller doesn't return correct data > when using direct access. It appears that on A64, SID needs > 8 bytes of word_size. > > Workaround is to enable read by registers. > > Signed-off-by: Stefan Mavrodiev Acked-by

[PATCH 1/1] nvmem: sunxi_sid: fix A64 SID controller support

2019-07-31 Thread Stefan Mavrodiev
Like in H3, A64 SID controller doesn't return correct data when using direct access. It appears that on A64, SID needs 8 bytes of word_size. Workaround is to enable read by registers. Signed-off-by: Stefan Mavrodiev --- drivers/nvmem/sunxi_sid.c | 1 + 1 file changed, 1 insertion(+) diff --git