Skip to content

Commit

Permalink
pinctrl: 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 pinctrl drivers. They are of no value without the
architecture and SoC platform code.

Signed-off-by: James Hogan <jhogan@kernel.org>
Cc: linux-gpio@vger.kernel.org
Cc: linux-metag@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
amalon authored and linusw committed Mar 1, 2018
1 parent fa2b7fa commit 4a7cba7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 3,362 deletions.
127 changes: 0 additions & 127 deletions Documentation/devicetree/bindings/pinctrl/img,tz1090-pdc-pinctrl.txt

This file was deleted.

227 changes: 0 additions & 227 deletions Documentation/devicetree/bindings/pinctrl/img,tz1090-pinctrl.txt

This file was deleted.

12 changes: 0 additions & 12 deletions drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -263,18 +263,6 @@ config PINCTRL_ST
select PINCONF
select GPIOLIB_IRQCHIP

config PINCTRL_TZ1090
bool "Toumaz Xenif TZ1090 pin control driver"
depends on SOC_TZ1090
select PINMUX
select GENERIC_PINCONF

config PINCTRL_TZ1090_PDC
bool "Toumaz Xenif TZ1090 PDC pin control driver"
depends on SOC_TZ1090
select PINMUX
select PINCONF

config PINCTRL_U300
bool "U300 pin controller driver"
depends on ARCH_U300
Expand Down
2 changes: 0 additions & 2 deletions drivers/pinctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ obj-$(CONFIG_PINCTRL_SINGLE) += pinctrl-single.o
obj-$(CONFIG_PINCTRL_SIRF) += sirf/
obj-$(CONFIG_PINCTRL_SX150X) += pinctrl-sx150x.o
obj-$(CONFIG_ARCH_TEGRA) += tegra/
obj-$(CONFIG_PINCTRL_TZ1090) += pinctrl-tz1090.o
obj-$(CONFIG_PINCTRL_TZ1090_PDC) += pinctrl-tz1090-pdc.o
obj-$(CONFIG_PINCTRL_U300) += pinctrl-u300.o
obj-$(CONFIG_PINCTRL_COH901) += pinctrl-coh901.o
obj-$(CONFIG_PINCTRL_XWAY) += pinctrl-xway.o
Expand Down
Loading

0 comments on commit 4a7cba7

Please sign in to comment.