Re: [linux-sunxi] [PATCH 4/4] drivers: soc: sunxi: add support for A64 and its SRAM C

2017-08-18 Thread Chen-Yu Tsai
On Mon, Aug 14, 2017 at 5:48 PM, Chen-Yu Tsai wrote: > On Wed, Aug 9, 2017 at 4:56 PM, Icenowy Zheng wrote: >> Allwinner A64's display engine claims the SRAM C section to work. >> >> Add support for the A64 SRAM controller and the SRAM C section of it. >> >>

Re: [linux-sunxi] [PATCH 4/4] drivers: soc: sunxi: add support for A64 and its SRAM C

2017-08-18 Thread Chen-Yu Tsai
On Mon, Aug 14, 2017 at 5:48 PM, Chen-Yu Tsai wrote: > On Wed, Aug 9, 2017 at 4:56 PM, Icenowy Zheng wrote: >> Allwinner A64's display engine claims the SRAM C section to work. >> >> Add support for the A64 SRAM controller and the SRAM C section of it. >> >> Signed-off-by: Icenowy Zheng > >

Re: [linux-sunxi] [PATCH 4/4] drivers: soc: sunxi: add support for A64 and its SRAM C

2017-08-14 Thread Chen-Yu Tsai
On Wed, Aug 9, 2017 at 4:56 PM, Icenowy Zheng wrote: > Allwinner A64's display engine claims the SRAM C section to work. > > Add support for the A64 SRAM controller and the SRAM C section of it. > > Signed-off-by: Icenowy Zheng Looks good to me. Will apply all

Re: [linux-sunxi] [PATCH 4/4] drivers: soc: sunxi: add support for A64 and its SRAM C

2017-08-14 Thread Chen-Yu Tsai
On Wed, Aug 9, 2017 at 4:56 PM, Icenowy Zheng wrote: > Allwinner A64's display engine claims the SRAM C section to work. > > Add support for the A64 SRAM controller and the SRAM C section of it. > > Signed-off-by: Icenowy Zheng Looks good to me. Will apply all 4 once the dt bindings are acked.

[PATCH 4/4] drivers: soc: sunxi: add support for A64 and its SRAM C

2017-08-09 Thread Icenowy Zheng
Allwinner A64's display engine claims the SRAM C section to work. Add support for the A64 SRAM controller and the SRAM C section of it. Signed-off-by: Icenowy Zheng --- drivers/soc/sunxi/sunxi_sram.c | 11 +++ 1 file changed, 11 insertions(+) diff --git

[PATCH 4/4] drivers: soc: sunxi: add support for A64 and its SRAM C

2017-08-09 Thread Icenowy Zheng
Allwinner A64's display engine claims the SRAM C section to work. Add support for the A64 SRAM controller and the SRAM C section of it. Signed-off-by: Icenowy Zheng --- drivers/soc/sunxi/sunxi_sram.c | 11 +++ 1 file changed, 11 insertions(+) diff --git