]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: gpio: tegra: Drop request()/free() in the driver
authorSimon Glass <sjg@chromium.org>
Sat, 4 Oct 2014 17:29:52 +0000 (11:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 01:29:53 +0000 (19:29 -0600)
commit57d99d368e0eff624c5403b1f04d2548c5813598
treef1dce51a8fc0e7f72dd47f24fcfeb638b5179e2f
parent4324174d0308c9c81ce246a8e82d2faaefb6d973
dm: gpio: tegra: 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/tegra_gpio.c