summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/gpio/gpio-etraxfs.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-03-26gpio: remove etraxfs driverArnd Bergmann1-22/+0
The cris architecture is getting removed, so we no longer need the etraxfs driver. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2015-07-27gpio: etraxfs: add support for ARTPEC-3Rabin Vincent1-1/+2
Add support for the GIO block in the ARTPEC-3 SoC. The basic functionality is essentialy the same as the version in the ETRAX FS, except for a different set of ports, including a read-only port. Cc: devicetree@vger.kernel.org Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2015-06-10gpio: add ETRAXFS GPIO driverRabin Vincent1-0/+21
Add a GPIO driver for the General I/O block on Axis ETRAX FS SoCs. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>