gpio: Add basic support for TWL6040 GPOs
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 16 Aug 2012 12:13:15 +0000 (15:13 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 19 Sep 2012 10:21:20 +0000 (12:21 +0200)
commit70ffd691ffd45e6753eee5b5636df2ff7d2c04c8
treeba81c17c6778036ca66e218069b32652ff2ffc16
parent5cbe786a6e32e80149f7b29def50b2bf563f6628
gpio: Add basic support for TWL6040 GPOs

TWL6040 provides GPO lines to be used for controlling external devices.The number
of lines different between versions: twl6040 have 3 GPO while TWL6041 have 1.

Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-twl6040.c [new file with mode: 0644]