kernel: 3.13: refresh patches

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 41553
This commit is contained in:
Luka Perkov
2014-07-08 23:27:45 +00:00
parent 82abc5c1d9
commit f9c04c8722
3 changed files with 20 additions and 31 deletions

View File

@@ -80,7 +80,7 @@
static int ssb_gpio_chipco_get_value(struct gpio_chip *chip, unsigned gpio)
{
struct ssb_bus *bus = ssb_gpio_get_bus(chip);
@@ -74,19 +98,129 @@ static void ssb_gpio_chipco_free(struct
@@ -74,19 +98,129 @@ static void ssb_gpio_chipco_free(struct
ssb_chipco_gpio_pullup(&bus->chipco, 1 << gpio, 0);
}