aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sch311x.c
Commit message (Collapse)AuthorAge
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-22
| | | | | Signed-off-by: abdoulaye berthe <berthe.ab@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* gpio: sch311x: Slightly refactor sch311x_detect for better readabilityAxel Lin2014-04-28
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* gpio: sch311x: fix compilation errorLinus Walleij2013-12-23
| | | | | | | Compilation failed on some platforms due to implicit inclusion of <linux/io.h>, make this dependency explicit. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* gpio: add GPIO support for SMSC SCH311xBruno Randolf2013-12-20
This patch adds support for the GPIOs found on the SMSC "Super I/ SCH311x. The chip detection and I/O functions are copied from sch311x_wdt. Signed-off-by: Bruno Randolf <br1@einfach.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>