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

2015-04-28 Thread punnaiah choudary kalluri
Hi Ben, I will take care of the boundary conditions for both lower and upper limits and update the patches accordingly. Thanks, Punnaiah On Tue, Apr 28, 2015 at 8:41 PM, Ben Shelton wrote: > Hi Punnaiah, > >> +/** >> + * pl353_smc_set_cycles - Set memory timing parameters >> + * @dev: Poi

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

2015-04-28 Thread Ben Shelton
Hi Punnaiah, > +/** > + * pl353_smc_set_cycles - Set memory timing parameters > + * @dev: Pointer to the device struct > + * @t0: t_rcread cycle time > + * @t1: t_wcwrite cycle time > + * @t2: t_rea/t_ceoeoutput enable assertion delay > + * @t3:

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

2015-04-13 Thread punnaiah choudary kalluri
Hi Paul Bolle On Tue, Apr 14, 2015 at 12:19 AM, Paul Bolle wrote: > On Mon, 2015-04-13 at 21:41 +0530, Punnaiah Choudary Kalluri wrote: >> --- a/drivers/memory/Kconfig >> +++ b/drivers/memory/Kconfig > >> +config PL353_SMC >> + bool "ARM PL353 Static Memory Controller (SMC) driver" >> + d

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

2015-04-13 Thread Paul Bolle
On Mon, 2015-04-13 at 21:41 +0530, Punnaiah Choudary Kalluri wrote: > --- a/drivers/memory/Kconfig > +++ b/drivers/memory/Kconfig > +config PL353_SMC > + bool "ARM PL353 Static Memory Controller (SMC) driver" > + depends on ARM > + help > + This driver is for the ARM PL353 Static

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

2015-04-13 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 v6: - Fixed checkpatch.pl reported warnings - fixed missing space and dont enable this driver