aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/patches-4.0/330-oxnas-pinctrl.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-08-17 11:25:46 +0000
committerJohn Crispin <blogic@openwrt.org>2015-08-17 11:25:46 +0000
commitc06b25618540e8defb5c3d38afe7f4c34d5147a2 (patch)
tree61c12eedc2abdeafff2a240e14f3cb76eec79f87 /target/linux/oxnas/patches-4.0/330-oxnas-pinctrl.patch
parentb93da45e005a9f42d3ecf6843c5ffaa13de5e8e8 (diff)
downloadmaster-187ad058-c06b25618540e8defb5c3d38afe7f4c34d5147a2.tar.gz
master-187ad058-c06b25618540e8defb5c3d38afe7f4c34d5147a2.tar.bz2
master-187ad058-c06b25618540e8defb5c3d38afe7f4c34d5147a2.zip
oxnas: remove support for kernel 3.18 and 4.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46668 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/oxnas/patches-4.0/330-oxnas-pinctrl.patch')
-rw-r--r--target/linux/oxnas/patches-4.0/330-oxnas-pinctrl.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/oxnas/patches-4.0/330-oxnas-pinctrl.patch b/target/linux/oxnas/patches-4.0/330-oxnas-pinctrl.patch
deleted file mode 100644
index 1183fbe5d0..0000000000
--- a/target/linux/oxnas/patches-4.0/330-oxnas-pinctrl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/drivers/pinctrl/Kconfig
-+++ b/drivers/pinctrl/Kconfig
-@@ -188,6 +188,15 @@ config PINCTRL_COH901
- COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
- ports of 8 GPIO pins each.
-
-+config PINCTRL_OXNAS
-+ bool "OXNAS pinctrl driver"
-+ depends on OF
-+ depends on ARCH_OXNAS
-+ select PINMUX
-+ select PINCONF
-+ help
-+ Say Y here to enable the oxnas pinctrl driver
-+
- config PINCTRL_PALMAS
- bool "Pinctrl driver for the PALMAS Series MFD devices"
- depends on OF && MFD_PALMAS
---- a/drivers/pinctrl/Makefile
-+++ b/drivers/pinctrl/Makefile
-@@ -18,6 +18,7 @@ obj-$(CONFIG_PINCTRL_BCM2835) += pinctrl
- obj-$(CONFIG_PINCTRL_BCM281XX) += pinctrl-bcm281xx.o
- obj-$(CONFIG_PINCTRL_FALCON) += pinctrl-falcon.o
- obj-$(CONFIG_PINCTRL_MESON) += meson/
-+obj-$(CONFIG_PINCTRL_OXNAS) += pinctrl-oxnas.o
- obj-$(CONFIG_PINCTRL_PALMAS) += pinctrl-palmas.o
- obj-$(CONFIG_PINCTRL_ROCKCHIP) += pinctrl-rockchip.o
- obj-$(CONFIG_PINCTRL_SINGLE) += pinctrl-single.o