Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Input: gpio-keys - move the gpio-keys bindings documentation | Ezequiel Garcia | 2014-05-18 | 1 | -36/+0 |
| | | | | | | | | This is an input driver and belongs to input not gpio. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> | ||||
* | Input: gpio_keys - fix two typos in devicetree documentation | Tobias Klauser | 2011-08-02 | 1 | -1/+1 |
| | | | | | Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> | ||||
* | Input: gpio_keys - add support for device-tree platform data | David Jander | 2011-07-10 | 1 | -0/+36 |
This patch enables fetching configuration data, which is normally provided via platform_data, from the device-tree instead. If the device is configured from device-tree data, the platform_data struct is not used, and button data needs to be allocated dynamically. Big part of this patch deals with confining pdata usage to the probe function, to make this possible. Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> |