[PATCH 3/3] drivers: bus: Move omap gpmc code to live under drivers
Arnd Bergmann
arnd at arndb.de
Fri Nov 21 03:15:09 PST 2014
On Friday 21 November 2014 11:15:05 Roger Quadros wrote:
> On 11/21/2014 12:28 AM, Tony Lindgren wrote:
> > Just move to drivers as further clean-up can now happen there
> > finally.
Awesome!
> > arch/arm/mach-omap2/Kconfig | 1 +
> > arch/arm/mach-omap2/Makefile | 2 +-
> > drivers/bus/Kconfig | 3 +++
> > drivers/bus/Makefile | 3 ++-
> > arch/arm/mach-omap2/gpmc.c => drivers/bus/omap-gpmc.c | 0
> > 5 files changed, 7 insertions(+), 2 deletions(-)
> > rename arch/arm/mach-omap2/gpmc.c => drivers/bus/omap-gpmc.c (100%)
>
> Should we move it to drivers/memory/ instead?
> TI_AEMIF driver lives there. This is similar to OMAP-GPMC for but for
> Davinci and Keystone platforms.
Agreed, using drivers/memory sounds better.
Arnd
More information about the linux-arm-kernel
mailing list