linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2]  Input: gpio_keys.c: Add support for OF and I2C GPIO chips
@ 2011-06-23 10:04 David Jander
  2011-06-23 10:04 ` [PATCH v5 1/2] Input: gpio_keys.c: Added support for device-tree platform data David Jander
  2011-06-23 10:04 ` [PATCH v5 2/2] Input: gpio_keys.c: Enable use with non-local GPIO chips David Jander
  0 siblings, 2 replies; 13+ messages in thread
From: David Jander @ 2011-06-23 10:04 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Grant Likely, linux-input, David Jander

This patch series adds support for OF device-tree platform data and non-local
GPIO chips, such as I2C I/O expanders.
This is version 5 of the patches. Feedback from Grant Likely and Dmitry
Torokhov has been processed.

Changed in this version:
 - Removed first patch: Simplify platform_device -> device casting.
   It is not necessary anymore since of_platform bus has been merged into
   platform_bus.
 - Fixed copyright message.
 - Removed support for numeric GPIO specifiers in "reg" property.
 - Renamed "wakeup" property.
 - Improved error handling of gpio_keys_get_devtree_pdata().
 - Misc cleanups.

David Jander (2):
  Input: gpio_keys.c: Added support for device-tree platform data
  Input: gpio_keys.c: Enable use with non-local GPIO chips.

 .../devicetree/bindings/gpio/gpio_keys.txt         |   37 +++++
 drivers/input/keyboard/gpio_keys.c                 |  152 +++++++++++++++++---
 2 files changed, 171 insertions(+), 18 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio_keys.txt

-- 
1.7.4.1


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

end of thread, other threads:[~2011-07-05  8:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 10:04 [PATCH v5 0/2] Input: gpio_keys.c: Add support for OF and I2C GPIO chips David Jander
2011-06-23 10:04 ` [PATCH v5 1/2] Input: gpio_keys.c: Added support for device-tree platform data David Jander
2011-06-23 12:29   ` Grant Likely
2011-06-23 12:39     ` Alan Cox
2011-06-23 13:25       ` Grant Likely
2011-06-23 14:09         ` David Jander
2011-06-23 18:01         ` Dmitry Torokhov
2011-07-04  6:29           ` David Jander
2011-07-04  6:52             ` Dmitry Torokhov
2011-07-04  6:56               ` David Jander
2011-07-04 17:28                 ` Dmitry Torokhov
2011-07-05  8:16                   ` David Jander
2011-06-23 10:04 ` [PATCH v5 2/2] Input: gpio_keys.c: Enable use with non-local GPIO chips David Jander

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).