Re: [PATCH v7 08/12] gpio: add ti-ssp gpio driver

2010-12-30 Thread Grant Likely
On Tue, Dec 07, 2010 at 09:51:58AM -0500, Cyril Chemparathy wrote: > TI's SSP controller pins can be directly read and written to behave like a > GPIO. This patch adds a GPIO driver that exposes such functionality. > > Signed-off-by: Cyril Chemparathy > --- > drivers/gpio/Kconfig | 10 +

[PATCH v7 08/12] gpio: add ti-ssp gpio driver

2010-12-07 Thread Cyril Chemparathy
TI's SSP controller pins can be directly read and written to behave like a GPIO. This patch adds a GPIO driver that exposes such functionality. Signed-off-by: Cyril Chemparathy --- drivers/gpio/Kconfig | 10 ++ drivers/gpio/Makefile |1 + drivers/gpio/ti-ssp-gpio.c | 206 +