]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio: Move DT support code into drivers/gpio
authorGrant Likely <grant.likely@secretlab.ca>
Sat, 7 Apr 2012 20:31:33 +0000 (14:31 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 7 Apr 2012 20:35:28 +0000 (14:35 -0600)
commitf141ed65f256ec036c7fba604da6b7c448096ef9
treeb94001a7818a860aabfdd35b2867313fb07e114e
parent93baa65fe50a83056c97973de2300337b000472e
gpio: Move DT support code into drivers/gpio

The code in drivers/of/gpio.c isn't shared by any other subsystem since it
is all gpiolib specific.  drivers/gpio is a better place to maintain these
functions.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Linus Walleij <linus.walleij@stericsson.com>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpiolib-of.c [moved from drivers/of/gpio.c with 100% similarity]
drivers/of/Kconfig
drivers/of/Makefile