RE: [PATCH v6 00/10] OMAP-GPMC: generic time calc, prepare for driver

2012-08-27 Thread Mohammed, Afzal
Hi Daniel, On Mon, Aug 27, 2012 at 19:00:32, Daniel Mack wrote: > So the GPMC driver is the one that is matched from DT, and the NAND > driver will the be instanciated from the (generic) GPMC driver? I think you were referring to nand device being instantiated from gpmc driver?, hence resulting

Re: [PATCH v6 00/10] OMAP-GPMC: generic time calc, prepare for driver

2012-08-27 Thread Daniel Mack
On 27.08.2012 14:38, Mohammed, Afzal wrote: > On Mon, Aug 27, 2012 at 17:46:17, Daniel Mack wrote: > >>> Such a generic routine would help create a driver out of gpmc platform >>> code, which would be peripheral agnostic and thus lead to DT finally. >>> Input to generic timing calculation routine

RE: [PATCH v6 00/10] OMAP-GPMC: generic time calc, prepare for driver

2012-08-27 Thread Mohammed, Afzal
Hi Daniel, On Mon, Aug 27, 2012 at 17:46:17, Daniel Mack wrote: > > Such a generic routine would help create a driver out of gpmc platform > > code, which would be peripheral agnostic and thus lead to DT finally. > > Input to generic timing calculation routine would be gpmc peripheral > > timings

Re: [PATCH v6 00/10] OMAP-GPMC: generic time calc, prepare for driver

2012-08-27 Thread Daniel Mack
Hi Afzal, On 21.08.2012 12:41, Afzal Mohammed wrote: > This series provides a generic gpmc timing calculation routine. There > were three peripherals (OneNAND, tusb6010, smc91x) using custom timing > calculations, they are migrated to use the generic timing calculation. > > Such a generic routine