]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: Add Microsemi Ocelot SoC driver
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 6 Jan 2018 00:09:26 +0000 (01:09 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 9 Jan 2018 13:54:59 +0000 (14:54 +0100)
commitab2c63c5adc5356e00fa4355538b2477a9f81b6c
treea02204f58512c73e3ca06fc3b8f694155a1cd1ad
parent8729a30a92f70a12de72b1979d3e4ede2f3a1701
pinctrl: Add Microsemi Ocelot SoC driver

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>
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/pinctrl-ocelot.c [new file with mode: 0644]