commit | f141ed65f256ec036c7fba604da6b7c448096ef9 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Sat Apr 07 14:31:33 2012 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sat Apr 07 14:35:28 2012 -0600 |
tree | b94001a7818a860aabfdd35b2867313fb07e114e | |
parent | 93baa65fe50a83056c97973de2300337b000472e [diff] |
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>