diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-08-01 19:04:12 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-08-01 19:04:12 +0000 |
commit | edb8a4fa2e08d42ba1a408f2e435a7c5218156bc (patch) | |
tree | c0caad1ae1a52896710404f9e3201cd065720825 /target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch | |
parent | 168e2d1ef0e9d8f884caa82f73d3b37f6213ca1b (diff) | |
download | upstream-edb8a4fa2e08d42ba1a408f2e435a7c5218156bc.tar.gz upstream-edb8a4fa2e08d42ba1a408f2e435a7c5218156bc.tar.bz2 upstream-edb8a4fa2e08d42ba1a408f2e435a7c5218156bc.zip |
brcm47xx: add function to get a gpio pin by name
bcm47xx_nvram_gpio_pin() returns a gpio pin number for a given name based
on configuration data in nvram.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37644 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch b/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch index cf21550239..96b6ed84c1 100644 --- a/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch +++ b/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch @@ -294,7 +294,7 @@ out the configuration than the in kernel cfe config reader. /* Look for name=value and return value */ var = &nvram_buf[sizeof(struct nvram_header)]; end = nvram_buf + sizeof(nvram_buf) - 2; -@@ -201,6 +230,9 @@ char *nvram_get(const char *name) +@@ -221,6 +250,9 @@ char *nvram_get(const char *name) if (!nvram_buf[0]) nvram_init(); |