+2
−0
+1
−0
drivers/switch/Kconfig
0 → 100644
+15
−0
drivers/switch/Makefile
0 → 100644
+4
−0
drivers/switch/switch_class.c
0 → 100644
+174
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>