switch: switch class and GPIO drivers.
authorMike Lockwood <lockwood@android.com>
Tue, 14 Oct 2008 16:50:16 +0000 (12:50 -0400)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:01:47 +0000 (12:01 -0800)
commit9381a67177b24b0c04cb47e238b96c8a34e3bba1
tree512c0f34f075dbd7035b206a58e03e5179ec0fe3
parent050a353ca1ba71bed05ac10956bd73d23f20b0f7
switch: switch class and GPIO drivers.

switch: Export symbol switch_set_state.

Signed-off-by: Mike Lockwood <lockwood@android.com>
switch: gpio: Don't call request_irq with interrupts disabled

Signed-off-by: Arve Hjønnevåg <arve@android.com>
switch: Use device_create instead of device_create_drvdata.

device_create_drvdata is obsolete.

Signed-off-by: Arve Hjønnevåg <arve@android.com>
switch_gpio: Add missing #include <linux/interrupt.h>

Change-Id: I6c397e41bbe1457162cc69e31a29db5d9f76fccb
Signed-off-by: Mike Lockwood <lockwood@android.com>
drivers/Kconfig
drivers/Makefile
drivers/switch/Kconfig [new file with mode: 0644]
drivers/switch/Makefile [new file with mode: 0644]
drivers/switch/switch_class.c [new file with mode: 0644]
drivers/switch/switch_gpio.c [new file with mode: 0644]
include/linux/switch.h [new file with mode: 0644]