]> git.dujemihanovic.xyz Git - u-boot.git/commit
gpio: Drop long unused DB8500 GPIO driver
authorStephan Gerhold <stephan@gerhold.net>
Fri, 2 Jul 2021 15:06:17 +0000 (17:06 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 14 Jul 2021 20:47:55 +0000 (16:47 -0400)
commit05e5ba2127922fdb4c2704d9d87037dc795c9618
tree1b608b098d04574e8e1f3c17ed6331bcf6be9151
parent24e9bfb2691cfcc3f880d9498d100cc00423357b
gpio: Drop long unused DB8500 GPIO driver

The original U-Boot port for the ST-Ericsson U8500 SoC was dropped
in commit 68282f55b846 ("arm: Remove unused ST-Ericsson u8500 arch").
Most of the drivers related to the old port were removed, but the
db8500_gpio.c driver was forgotten for some reason. There is no way
to select it and it does not compile anymore because of missing
headers, so let's just remove it.

The new port for U8500 introduced in commit 689088f9dae8
("arm: Add support for ST-Ericsson U8500 SoC") fully embraces the
new Driver Model and device trees where possible, so this is
preparation to add a new, simplified GPIO driver based on DM_GPIO.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Makefile
drivers/gpio/db8500_gpio.c [deleted file]