| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: gpio_keys - return proper error code if memory allocation fails | Tobias Klauser | 2011-07-30 | 1 | -1/+1 |
* | Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPS | Dmitry Torokhov | 2011-07-11 | 1 | -8/+3 |
* | Input: gpio_keys - add support for device-tree platform data | David Jander | 2011-07-11 | 1 | -16/+132 |
* | Input: gpio_keys - fix a memory leak | Axel Lin | 2011-06-29 | 1 | -0/+1 |
* | Input: gpio_keys - move to late_initcall | David Jander | 2011-06-27 | 1 | -1/+1 |
* | Input: gpio_keys - switch to using threaded IRQs | David Jander | 2011-06-21 | 1 | -2/+2 |
* | Input: gpio-keys - add support for setting device name | Alexander Stein | 2011-04-12 | 1 | -1/+1 |
* | Input: gpio_keys - add support for EV_ABS | Alexander Stein | 2011-04-12 | 1 | -2/+7 |
* | Input: gpio_keys - switch to using request_any_context_irq | Philippe Langlais | 2011-01-21 | 1 | -3/+3 |
* | Input: gpio_keys - add hooks to enable/disable device | Shubhrajyoti D | 2010-08-04 | 1 | -0/+22 |
* | Input: gpio-keys - add gpiolib debounce support | Grazvydas Ignotas | 2010-06-28 | 1 | -5/+14 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Input: gpio-keys - add support for disabling gpios through sysfs | Mika Westerberg | 2010-02-04 | 1 | -11/+307 |
* | Input: gpio_keys - scan gpio state at probe and resume time | Daniel Mack | 2009-11-30 | 1 | -11/+25 |
* | Input: gpio_keys - seperate individual button setup to make code neater | Ben Dooks | 2009-11-20 | 1 | -40/+53 |
* | Input: gpio_keys - use <linux/gpio.h> instead of <asm/gpio.h> | Ben Dooks | 2009-11-20 | 1 | -2/+1 |
* | Input: gpio_keys - use dev_ macros to report information | Ben Dooks | 2009-11-20 | 1 | -7/+9 |
* | Input: gpio-keys - use IRQF_SHARED | Dmitry Eremin-Solenikov | 2009-11-03 | 1 | -0/+1 |
* | Input: gpio_keys - swtich to dev_pm_ops | Mike Rapoport | 2009-07-25 | 1 | -7/+12 |
* | Input: gpio-keys - avoid possibility of sleeping in timer function | Jani Nikula | 2009-06-29 | 1 | -5/+12 |
* | Input: gpio-keys - revert 'change timer to workqueue' | Jani Nikula | 2009-06-29 | 1 | -12/+20 |
* | Input: gpio-keys - change timer to workqueue | Alek Du | 2009-06-11 | 1 | -20/+12 |
* | Input: gpio-keys - remove depreciated IRQF_SAMPLE_RANDOM flag | Dmitry Torokhov | 2009-04-19 | 1 | -2/+1 |
* | Input: gpio-keys - add flag to allow auto repeat | Dominic Curran | 2008-10-28 | 1 | -0/+4 |
* | Merge branch 'next' into for-linus | Dmitry Torokhov | 2008-10-16 | 1 | -26/+16 |
|\ |
|
| * | Input: gpio-keys - simplify argument list for report_event | Uwe Kleine-König | 2008-08-08 | 1 | -4/+5 |
| * | Input: gpio-keys - optimize interrupt handler | Uwe Kleine-König | 2008-08-08 | 1 | -23/+12 |
* | | Input: remove version.h from drivers that don't need it | Huang Weiyi | 2008-08-18 | 1 | -1/+0 |
* | | Input: gpio-keys - make gpio_keys_device_driver static | Uwe Kleine-König | 2008-07-30 | 1 | -1/+1 |
* | | Input: gpio-keys - fix possible NULL pointer dereference | Uwe Kleine-König | 2008-07-30 | 1 | -0/+1 |
|/ |
|
* | Input: gpio-keys debouncing support | Dmitry Baryshkov | 2008-05-16 | 1 | -20/+69 |
* | Input: add MODULE_ALIAS() to hotpluggable platform modules | Kay Sievers | 2008-04-24 | 1 | -0/+2 |
* | Input: gpio_keys - irq handling cleanup | David Brownell | 2008-04-15 | 1 | -1/+2 |
* | Input: gpio-keys - request and configure GPIOs | Herbert Valerio Riedel | 2007-11-21 | 1 | -10/+28 |
* | get rid of input BIT* duplicate defines | Jiri Slaby | 2007-10-19 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2007-10-13 | 1 | -1/+0 |
|\ |
|
| * | Input: gpio_keys - remove duplicate includes | Jesper Juhl | 2007-07-24 | 1 | -1/+0 |
* | | Input: gpio-keys - add suspend/resume support | Anti Sullin | 2007-09-26 | 1 | -0/+52 |
* | | Input: gpio_keys - verify that supplied GPIO numbers are valid | Anti Sullin | 2007-09-26 | 1 | -7/+22 |
|/ |
|
* | Input: gpio_keys - add support for switches (EV_SW) | Roman Moravcik | 2007-05-01 | 1 | -7/+12 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2007-05-01 | 1 | -3/+1 |
|\ |
|
| * | [PATCH] gpio_keys driver shouldn't be ARM-specific | David Brownell | 2007-03-05 | 1 | -3/+1 |
* | | Input: keyboards - switch to using input_dev->dev.parent | Dmitry Torokhov | 2007-04-12 | 1 | -1/+1 |
* | | Input: drivers/input/keyboard - don't access dev->private directly | Dmitry Torokhov | 2007-04-12 | 1 | -1/+0 |
|/ |
|
* | Input: gpio-keys - switch to common GPIO API | Philipp Zabel | 2007-02-18 | 1 | -7/+8 |
* | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2 | Thomas Gleixner | 2007-02-14 | 1 | -1/+1 |
* | Input: gpio-keys - keyboard driver for GPIO buttons | Phil Blundell | 2007-01-18 | 1 | -0/+147 |