From: nbd Date: Sun, 12 Apr 2015 22:10:44 +0000 (+0000) Subject: bcm53xx: add a comment about the gpio base patch X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=b498dae980ec3d19c8d63da69c29b9defb3151d0;p=openwrt.git bcm53xx: add a comment about the gpio base patch Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45408 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 --- --- a/drivers/bcma/driver_gpio.c