aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-02-11 08:42:34 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-02-11 08:42:34 +0000
commitea56e056dd0383a5296f294f57c78532de13e89d (patch)
tree0645c784d3fb84afe50ab45a3b5e11911913056a /target/linux/bcm53xx
parentd303640263b6337219d8c1fb01918b0a3cb7ab9c (diff)
downloadmaster-187ad058-ea56e056dd0383a5296f294f57c78532de13e89d.tar.gz
master-187ad058-ea56e056dd0383a5296f294f57c78532de13e89d.tar.bz2
master-187ad058-ea56e056dd0383a5296f294f57c78532de13e89d.zip
bcm53xx: drop unused (and broken) GPIOLIB patch
First of all this patch was broken since adding 3.18 for bcm53xx. It was modifying ARCH_BRCMSTB instead of ARCH_BCM_5301X. Secondly we don't need it as ARCH_MULTIPLATFORM selects ARCH_WANT_OPTIONAL_GPIOLIB for us. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44383 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r--target/linux/bcm53xx/patches-3.18/302-ARM-BCM5301X-select-GPIOLIB-as-optional.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/302-ARM-BCM5301X-select-GPIOLIB-as-optional.patch b/target/linux/bcm53xx/patches-3.18/302-ARM-BCM5301X-select-GPIOLIB-as-optional.patch
deleted file mode 100644
index 6b10c8bbf8..0000000000
--- a/target/linux/bcm53xx/patches-3.18/302-ARM-BCM5301X-select-GPIOLIB-as-optional.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From e7b1065712e769eb4de7b9d4aa222a4531c2b8fd Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <zajec5@gmail.com>
-Date: Sat, 20 Sep 2014 18:21:19 +0200
-Subject: [PATCH V2] ARM: BCM5301X: select GPIOLIB as optional
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-All routers (or 99% of them) based on BCM5301X use GPIOs to control LEDs
-and buttons.
-
-Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
----
-V2: Don't select GPIOLIB. We may still think about making it default at
- some point, but we dont' really require it to boot successfully.
----
- arch/arm/mach-bcm/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/arch/arm/mach-bcm/Kconfig
-+++ b/arch/arm/mach-bcm/Kconfig
-@@ -120,6 +120,7 @@ config ARCH_BCM_63XX
- config ARCH_BRCMSTB
- bool "Broadcom BCM7XXX based boards" if ARCH_MULTI_V7
- depends on MMU
-+ select ARCH_WANT_OPTIONAL_GPIOLIB
- select ARM_GIC
- select MIGHT_HAVE_PCI
- select HAVE_SMP