linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] Input: gpio-keys: support for disabling GPIOs
@ 2009-12-01 13:53 Mika Westerberg
  2009-12-01 13:53 ` [PATCH v3 1/1] Input: gpio-keys - added support for disabling gpios through sysfs Mika Westerberg
  2009-12-03  6:19 ` [PATCH v3 0/1] Input: gpio-keys: support for disabling GPIOs Mika Westerberg
  0 siblings, 2 replies; 12+ messages in thread
From: Mika Westerberg @ 2009-12-01 13:53 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-input

Hi Dmitry,

This is third version of the series. Purpose of this patch is to allow
userland to disable GPIO buttons interrupting the CPU. There is now sysfs
interface that can be used to control the buttons by key code or by switch
code.

I merged those previous 2 patches as one. This is because it made little
sense of having separate patch for adding the 'can_disable' field.

Changes in v3:
	- merged previous 2 patches into one
	- buttons have 'can_disable' field instead of irqflags field

Tested with RX-51.

Thanks,
MW

---

Mika Westerberg (1):
  Input: gpio-keys - added support for disabling gpios through sysfs

 Documentation/ABI/testing/sysfs-platform-gpio-keys |   44 +++
 drivers/input/keyboard/gpio_keys.c                 |  318 +++++++++++++++++++-
 include/linux/gpio_keys.h                          |    1 +
 3 files changed, 352 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-gpio-keys


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-02-04 18:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-01 13:53 [PATCH v3 0/1] Input: gpio-keys: support for disabling GPIOs Mika Westerberg
2009-12-01 13:53 ` [PATCH v3 1/1] Input: gpio-keys - added support for disabling gpios through sysfs Mika Westerberg
2009-12-03  6:19 ` [PATCH v3 0/1] Input: gpio-keys: support for disabling GPIOs Mika Westerberg
2009-12-03  6:26   ` Dmitry Torokhov
2009-12-03  8:09     ` Mika Westerberg
2009-12-15  7:05     ` Mika Westerberg
2009-12-16  8:25       ` Dmitry Torokhov
2010-01-10 11:45         ` Artem Bityutskiy
2010-01-28 21:21         ` Artem Bityutskiy
2010-02-04  8:53           ` Dmitry Torokhov
2010-02-04  9:22             ` Artem Bityutskiy
2010-02-04 18:00             ` Mika Westerberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).