]> git.baikalelectronics.ru Git - kernel.git/commit
memory: gpmc: Move omap gpmc code to live under drivers
authorTony Lindgren <tony@atomide.com>
Thu, 20 Nov 2014 17:13:42 +0000 (09:13 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 28 Nov 2014 20:54:39 +0000 (12:54 -0800)
commit413a53cefefe5214e64dc1e5697943c8112800be
treec7d392c85bbf5fdb055389ddd4faf704b8457a6b
parent5dccd5f3056e2fce54b3cb8a95dcd43cadc1f3b3
memory: gpmc: Move omap gpmc code to live under drivers

Just move to drivers as further clean-up can now happen there
finally.

Let's also add Roger and me to the MAINTAINERS so we get
notified for any patches related to GPMC.

Cc: Arnd Bergmann <arnd@arndb.de>
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
MAINTAINERS
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/gpmc.c [deleted file]
drivers/memory/Kconfig
drivers/memory/Makefile
drivers/memory/omap-gpmc.c [new file with mode: 0644]