ssb: add GPIO driver
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 20 Nov 2012 22:24:33 +0000 (22:24 +0000)
committerJohn Crispin <blogic@openwrt.org>
Wed, 21 Nov 2012 20:55:52 +0000 (21:55 +0100)
commitec43b08b5733494ad88aa618ecdf534320dd8207
tree0d11a7fca2c2baef2d8d3b14564f747b6319c20a
parent394bc7e38be79987ed15de203920c3cddb724cc1
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>
drivers/ssb/Kconfig
drivers/ssb/Makefile
drivers/ssb/driver_gpio.c [new file with mode: 0644]
drivers/ssb/main.c
drivers/ssb/ssb_private.h
include/linux/ssb/ssb.h