commit | ec43b08b5733494ad88aa618ecdf534320dd8207 | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Tue Nov 20 22:24:33 2012 +0000 |
committer | John Crispin <blogic@openwrt.org> | Wed Nov 21 21:55:52 2012 +0100 |
tree | 0d11a7fca2c2baef2d8d3b14564f747b6319c20a | |
parent | 394bc7e38be79987ed15de203920c3cddb724cc1 [diff] |
ssb: add GPIO driver Register a GPIO driver to access the GPIOs provided by the chip. The GPIOs of the SoC should always start at 0 and the other GPIOs could start at a random position. There is just one SoC in a system and when they start at 0 the number is predictable. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Patchwork: http://patchwork.linux-mips.org/patch/4591 Acked-by: Florian Fainelli <florian@openwrt.org>