Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pinctrl: ocelot: make function ocelot_pinctrl_probe static | Colin Ian King | 2018-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | The function ocelot_pinctrl_probe is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warning: drivers/pinctrl/pinctrl-ocelot.c:465:5: warning: symbol 'ocelot_pinctrl_probe' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> | ||||
* | pinctrl: Add Microsemi Ocelot SoC driver | Alexandre Belloni | 2018-01-09 | 1 | -0/+511 |
The Microsemi Ocelot SoC has a few pins that can be used as GPIOs or take multiple other functions. Add a driver for the pinmuxing and the GPIOs. There is currently no support for interrupts. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> |