diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-12 22:10:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-12 22:10:44 +0000 |
commit | 11943811caa7fb25f36b4fbc4a6a827529505dc8 (patch) | |
tree | 00c36a946400a08c70e31b23d5dca80e409ff1fe /target/linux | |
parent | 0ece8f99046d229ea6f57208c5acdd59250a8439 (diff) | |
download | upstream-11943811caa7fb25f36b4fbc4a6a827529505dc8.tar.gz upstream-11943811caa7fb25f36b4fbc4a6a827529505dc8.tar.bz2 upstream-11943811caa7fb25f36b4fbc4a6a827529505dc8.zip |
bcm53xx: add a comment about the gpio base patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45408 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/180-bcma_set_gpio_base.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/180-bcma_set_gpio_base.patch b/target/linux/bcm53xx/patches-3.18/180-bcma_set_gpio_base.patch index 07be910369..de1dd0914d 100644 --- a/target/linux/bcm53xx/patches-3.18/180-bcma_set_gpio_base.patch +++ b/target/linux/bcm53xx/patches-3.18/180-bcma_set_gpio_base.patch @@ -1,5 +1,7 @@ Subject: [PATCH] bcma: set gpio chip->base for CONFIG_ARCH_BCM_5301X like on 47xx +This makes system GPIOs easier to deal with, e.g. for user space scripts. + Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- --- a/drivers/bcma/driver_gpio.c |