[PATCH 2/3] ARM: OMAP2+: Move GPMC initcall to devices.c

Tony Lindgren tony at atomide.com
Fri Nov 21 08:17:05 PST 2014


* Roger Quadros <rogerq at ti.com> [141121 01:43]:
> On 11/21/2014 12:28 AM, Tony Lindgren wrote:
> > This will us allow to just move gpmc.c to live under drivers
> > in the next patch.
> > 
> > Note that we now also remove the omap specific check for the
> > initcall. That's OK as gpmc_probe() checks for the pdata
> > and bails out for other platforms compiled in.
> > 
> > Cc: Arnd Bergmann <arnd at arndb.de>
> > Cc: Roger Quadros <rogerq at ti.com>
> > Signed-off-by: Tony Lindgren <tony at atomide.com>
> 
> I guess gpmc_init can't still be put under module_init() till we have fixed up
> some more issues in the GPMC driver. But it shouldn't prevent us from making
> the move to drivers/, so
> 
> Acked-by: Roger Quadros <rogerq at ti.com>

Yeah I figured it's too close to the merge cycle to start playing
with the initcall levels. It may already be possible to make it
just module_init() but let's do that as separate patches after
the move.

Regards,

Tony



More information about the linux-arm-kernel mailing list