[PATCH 0/2] add device tree probe support for gpio_keys
From: Shawn Guo <hidden>
Date: 2011-07-18 16:45:06
Also in:
linux-arm-kernel, linux-devicetree
From: Shawn Guo <hidden>
Date: 2011-07-18 16:45:06
Also in:
linux-arm-kernel, linux-devicetree
The first patch gets the driver stop referencing platform_data after
.probe exits. And the second patch adds the actual device tree probe
support for the driver.
Shawn Guo (2):
Input: gpio-keys: do not reference platform_data after .probe exits
Input: gpio-keys: add device tree probe support
Documentation/devicetree/bindings/gpio/key.txt | 57 +++++++++++
drivers/input/keyboard/gpio_keys.c | 128 +++++++++++++++++++-----
2 files changed, 161 insertions(+), 24 deletions(-)