diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-03-14 21:48:23 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-03-14 21:48:23 +0000 |
commit | 7fee567dc04fe5614504e0d33f7c8aa46718ce2e (patch) | |
tree | 759f9d91a7405b67f98bd71876d3c815fa54d3d2 /target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch | |
parent | fab5be9b4fe6132f474b302d5a5eace1f08497f9 (diff) | |
download | upstream-7fee567dc04fe5614504e0d33f7c8aa46718ce2e.tar.gz upstream-7fee567dc04fe5614504e0d33f7c8aa46718ce2e.tar.bz2 upstream-7fee567dc04fe5614504e0d33f7c8aa46718ce2e.zip |
brcm47xx: move and rename the patches
The patches are now grouped by the part what they are doing and are using three digest numbers.
This does not remove or adds anything
SVN-Revision: 30942
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch b/target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch new file mode 100644 index 0000000000..c37bb13d14 --- /dev/null +++ b/target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch @@ -0,0 +1,12 @@ +--- a/arch/mips/include/asm/mach-bcm47xx/gpio.h ++++ b/arch/mips/include/asm/mach-bcm47xx/gpio.h +@@ -151,5 +151,9 @@ static inline int gpio_polarity(unsigned + return -EINVAL; + } + ++static inline int gpio_set_debounce(unsigned gpio, unsigned debounce) ++{ ++ return -ENOSYS; ++} + + #endif /* __BCM47XX_GPIO_H */ |