RE: [PATCH v5 01/14] ARM: OMAP2+: gpmc: platform definitions

2012-06-12 Thread Mohammed, Afzal
Hi Jon, On Wed, Jun 13, 2012 at 00:28:15, Hunter, Jon wrote: > On 06/11/2012 09:26 AM, Afzal Mohammed wrote: > > +enum { > > + has_none, > > + has_period, > > + has_clock > > +}; > > + > > +struct gpmc_time_ctrl { > > + int type; > > + struct gpmc_timings timings; > > + struct gpmc_mi

Re: [PATCH v5 01/14] ARM: OMAP2+: gpmc: platform definitions

2012-06-12 Thread Jon Hunter
On 06/11/2012 09:26 AM, Afzal Mohammed wrote: > gpmc driver platform definitions > > Signed-off-by: Afzal Mohammed > --- > arch/arm/plat-omap/include/plat/gpmc.h | 49 > > 1 file changed, 49 insertions(+) > > diff --git a/arch/arm/plat-omap/include/plat/gpmc