]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: gpio: rpi_b: Drop request()/free() in the driver
authorSimon Glass <sjg@chromium.org>
Sat, 4 Oct 2014 17:29:54 +0000 (11:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 01:30:51 +0000 (19:30 -0600)
commit3dd2d480558f45152a5d2ab5590c657055f1a756
treea259e1d49ec64153a232cc36bb52e117fdea8f91
parent5aff3acdb75bf075a746783eace341300191a061
dm: gpio: rpi_b: 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/bcm2835_gpio.c