Skip to content

Commit

Permalink
gpio: Drop TZ1090 drivers
Browse files Browse the repository at this point in the history
Now that arch/metag/ has been removed, along with TZ1090 SoC support,
remove the TZ1090 GPIO drivers. They are of no value without the
architecture and SoC platform code.

Signed-off-by: James Hogan <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
amalon authored and linusw committed Mar 1, 2018
1 parent 03fd11b commit 8f6d3b0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 983 deletions.
45 changes: 0 additions & 45 deletions Documentation/devicetree/bindings/gpio/gpio-tz1090-pdc.txt

This file was deleted.

88 changes: 0 additions & 88 deletions Documentation/devicetree/bindings/gpio/gpio-tz1090.txt

This file was deleted.

15 changes: 0 additions & 15 deletions drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -480,21 +480,6 @@ config GPIO_THUNDERX
Say yes here to support the on-chip GPIO lines on the ThunderX
and OCTEON-TX families of SoCs.

config GPIO_TZ1090
bool "Toumaz Xenif TZ1090 GPIO support"
depends on SOC_TZ1090
select GENERIC_IRQ_CHIP
default y
help
Say yes here to support Toumaz Xenif TZ1090 GPIOs.

config GPIO_TZ1090_PDC
bool "Toumaz Xenif TZ1090 PDC GPIO support"
depends on SOC_TZ1090
default y
help
Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs.

config GPIO_UNIPHIER
tristate "UniPhier GPIO support"
depends on ARCH_UNIPHIER || COMPILE_TEST
Expand Down
2 changes: 0 additions & 2 deletions drivers/gpio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ obj-$(CONFIG_GPIO_TS4900) += gpio-ts4900.o
obj-$(CONFIG_GPIO_TS5500) += gpio-ts5500.o
obj-$(CONFIG_GPIO_TWL4030) += gpio-twl4030.o
obj-$(CONFIG_GPIO_TWL6040) += gpio-twl6040.o
obj-$(CONFIG_GPIO_TZ1090) += gpio-tz1090.o
obj-$(CONFIG_GPIO_TZ1090_PDC) += gpio-tz1090-pdc.o
obj-$(CONFIG_GPIO_UCB1400) += gpio-ucb1400.o
obj-$(CONFIG_GPIO_UNIPHIER) += gpio-uniphier.o
obj-$(CONFIG_GPIO_VF610) += gpio-vf610.o
Expand Down
231 changes: 0 additions & 231 deletions drivers/gpio/gpio-tz1090-pdc.c

This file was deleted.

Loading

0 comments on commit 8f6d3b0

Please sign in to comment.