REMOVE OMAP LEGACY CODE: Remove gpio-switch code
authorTony Lindgren <tony@atomide.com>
Tue, 9 Jun 2009 10:55:05 +0000 (13:55 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 9 Jun 2009 10:55:05 +0000 (13:55 +0300)
This code is not going to mainline based on earlier comments
on LKML and from David Brownell. For more details, please see:

http://thread.gmane.org/gmane.linux.kernel/809866

So far it looks like the gpio-switch code should be split to
two parts:

- Input events should handled with gpio_keys.c

- Toggling of GPIO values from userspace should be handlled
  via gpiolib

Patches against the mainline kernel are welcome as always!

Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found