Re: [LINUX PATCH v11 2/3] memory: pl353: Add driver for arm pl353 static memory controller

2018-07-13 Thread Linus Walleij
On Wed, Jul 11, 2018 at 9:37 AM Naga Sureshkumar Relli wrote: > Add driver for arm pl353 static memory controller. This controller is used in > Xilinx Zynq SoC for interfacing the NAND and NOR/SRAM memory devices. > > Signed-off-by: Naga Sureshkumar Relli > --- > Changes in v11: > - Added amba

Re: [LINUX PATCH v11 2/3] memory: pl353: Add driver for arm pl353 static memory controller

2018-07-13 Thread Linus Walleij
On Wed, Jul 11, 2018 at 9:37 AM Naga Sureshkumar Relli wrote: > Add driver for arm pl353 static memory controller. This controller is used in > Xilinx Zynq SoC for interfacing the NAND and NOR/SRAM memory devices. > > Signed-off-by: Naga Sureshkumar Relli > --- > Changes in v11: > - Added amba

[LINUX PATCH v11 2/3] memory: pl353: Add driver for arm pl353 static memory controller

2018-07-11 Thread Naga Sureshkumar Relli
Add driver for arm pl353 static memory controller. This controller is used in Xilinx Zynq SoC for interfacing the NAND and NOR/SRAM memory devices. Signed-off-by: Naga Sureshkumar Relli --- Changes in v11: - Added amba device registration and removed platform device, since it is an ARM

[LINUX PATCH v11 2/3] memory: pl353: Add driver for arm pl353 static memory controller

2018-07-11 Thread Naga Sureshkumar Relli
Add driver for arm pl353 static memory controller. This controller is used in Xilinx Zynq SoC for interfacing the NAND and NOR/SRAM memory devices. Signed-off-by: Naga Sureshkumar Relli --- Changes in v11: - Added amba device registration and removed platform device, since it is an ARM