summaryrefslogtreecommitdiff
path: root/drivers/switch
AgeCommit message (Collapse)Author
2012-04-02switch: add timestamps to switch driverErik Gilling
Change-Id: Iac5b5279f45fcc6e506d801cb5e9d6d2f6f6f9fa Signed-off-by: Erik Gilling <konkers@android.com>
2011-06-14switch: switch class and GPIO drivers.Mike Lockwood
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>