Skip to content

Commit

Permalink
gpio: vt8500: Remove arch-vt8500 gpio driver
Browse files Browse the repository at this point in the history
With the move to a combined pinctrl/gpio driver, the arch-vt8500
gpio driver is no longer required.

Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Tony Prisk committed Apr 4, 2013
1 parent eaa2bad commit dc10108
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 386 deletions.
24 changes: 0 additions & 24 deletions Documentation/devicetree/bindings/gpio/gpio-vt8500.txt

This file was deleted.

6 changes: 0 additions & 6 deletions drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,6 @@ config GPIO_TS5500
blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600
LCD port.

config GPIO_VT8500
bool "VIA/Wondermedia SoC GPIO Support"
depends on ARCH_VT8500
help
Say yes here to support the VT8500/WM8505/WM8650 GPIO controller.

config GPIO_XILINX
bool "Xilinx GPIO support"
depends on PPC_OF || MICROBLAZE
Expand Down
1 change: 0 additions & 1 deletion drivers/gpio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ obj-$(CONFIG_GPIO_TWL6040) += gpio-twl6040.o
obj-$(CONFIG_GPIO_UCB1400) += gpio-ucb1400.o
obj-$(CONFIG_GPIO_VIPERBOARD) += gpio-viperboard.o
obj-$(CONFIG_GPIO_VR41XX) += gpio-vr41xx.o
obj-$(CONFIG_GPIO_VT8500) += gpio-vt8500.o
obj-$(CONFIG_GPIO_VX855) += gpio-vx855.o
obj-$(CONFIG_GPIO_WM831X) += gpio-wm831x.o
obj-$(CONFIG_GPIO_WM8350) += gpio-wm8350.o
Expand Down
Loading

0 comments on commit dc10108

Please sign in to comment.