switch: New switch class driver framework.
commit94bfa20cd1b5fab95cbbe5f2a7218dd27baa4404
authorMike Lockwood <lockwood@android.com>
Wed, 14 May 2008 15:59:27 +0000 (14 11:59 -0400)
committerBrian Swetland <swetland@google.com>
Fri, 4 Jul 2008 16:01:45 +0000 (4 09:01 -0700)
treeec0938f8cd90ffc9a519ea40b1e310e6b9b56704
parentf16294a9d0b0eb46a2a2f00dfd4e7a2229027076
switch: New switch class driver framework.

Signed-off-by: Brian Swetland <swetland@google.com>
arch/arm/Kconfig
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]