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 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html