]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: gpio: imx: Drop request()/free() in the driver
authorSimon Glass <sjg@chromium.org>
Sat, 4 Oct 2014 17:29:56 +0000 (11:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 01:30:51 +0000 (19:30 -0600)
commitc65dd445c97a28963894451878cdc6b580f3382e
tree9060222d25dcb950d513165c8d27e2948db58a08
parent6227fb87c4afbbabb9fda9894143ae98aa2cadd4
dm: gpio: imx: Drop request()/free() in the driver

Now that the uclass supports gpio_request/free() there is no need for the
driver to implement it too. Drop this unnecessary code.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/gpio/mxc_gpio.c