Re: [PATCH v5 2/2] memory: pl353: Add driver for arm pl353 static memory controller

2015-04-02 Thread punnaiah choudary kalluri
Hi Brian, This driver has not been reviewed completely. I will address your comments and send next set of patches. Thanks, Punnaiah On Fri, Apr 3, 2015 at 2:28 AM, Brian Norris wrote: > I'm not following the review of the 'memory' portions much, but has this > gotten much review? I was

Re: [PATCH v5 2/2] memory: pl353: Add driver for arm pl353 static memory controller

2015-04-02 Thread Brian Norris
I'm not following the review of the 'memory' portions much, but has this gotten much review? I was looking at the MTD portions when I noticed an obvious issue below: On Tue, Jan 06, 2015 at 11:19:17PM +0530, Punnaiah Choudary Kalluri wrote: > Add driver for arm pl353 static memory controller.

Re: [PATCH v5 2/2] memory: pl353: Add driver for arm pl353 static memory controller

2015-04-02 Thread Brian Norris
I'm not following the review of the 'memory' portions much, but has this gotten much review? I was looking at the MTD portions when I noticed an obvious issue below: On Tue, Jan 06, 2015 at 11:19:17PM +0530, Punnaiah Choudary Kalluri wrote: Add driver for arm pl353 static memory controller. This

Re: [PATCH v5 2/2] memory: pl353: Add driver for arm pl353 static memory controller

2015-04-02 Thread punnaiah choudary kalluri
Hi Brian, This driver has not been reviewed completely. I will address your comments and send next set of patches. Thanks, Punnaiah On Fri, Apr 3, 2015 at 2:28 AM, Brian Norris computersforpe...@gmail.com wrote: I'm not following the review of the 'memory' portions much, but has this gotten

[PATCH v5 2/2] memory: pl353: Add driver for arm pl353 static memory controller

2015-01-06 Thread Punnaiah Choudary Kalluri
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: Punnaiah Choudary Kalluri --- Changes in v5: - Added pl353_smc_get_clkrate function, made pl353_smc_set_cycles as public API -

[PATCH v5 2/2] memory: pl353: Add driver for arm pl353 static memory controller

2015-01-06 Thread Punnaiah Choudary Kalluri
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: Punnaiah Choudary Kalluri punn...@xilinx.com --- Changes in v5: - Added pl353_smc_get_clkrate function, made pl353_smc_set_cycles as