summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/gpio_keys.c
Commit message (Expand)AuthorAgeFilesLines
* Input: gpio-keys - add support for wakeup event actionJeffy Chen2018-03-141-14/+131
* Input: gpio-keys - convert timers to use timer_setup()stephen lu2017-10-231-4/+3
* Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2017-07-241-14/+2
|\
| * Input: gpio_keys - use devm_device_add_group() for attributesDmitry Torokhov2017-07-221-14/+2
* | Input: gpio_keys - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
* | Input: gpio_keys - handle the missing key press event in resume phaseJoseph Lo2017-07-091-1/+16
|/
* Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-02-231-8/+4
|\
| * gpio: Rename devm_get_gpiod_from_child()Boris Brezillon2017-02-041-2/+4
| * gpio: Pass GPIO label down to gpiod_requestAlexander Stein2017-01-261-1/+2
| * gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko2017-01-261-8/+1
* | Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-211-2/+0
* | Input: keyboard - use local variables consistentlyGuenter Roeck2017-01-211-13/+11
* | Input: gpio-keys - add support for setkeycodeHans de Goede2017-01-211-12/+28
|/
* Input: gpio_keys - set input direction explicitlySudeep Holla2016-11-171-0/+7
* Input: gpio_keys - switch to using generic device propertiesDmitry Torokhov2016-11-071-72/+69
* Input: gpio_keys - add support for GPIO descriptorsGeert Uytterhoeven2016-11-071-11/+26
* Input: gpio_keys - fix leaking DT node referencesDmitry Torokhov2016-11-071-0/+3
* Input: gpio_keys - annotate PM methods as __maybe_unusedDmitry Torokhov2016-11-071-4/+2
* Input: gpio_keys_polled - keep button data constantDmitry Torokhov2016-11-071-5/+5
* Input: gpio-keys - allow disabling individual buttons in DTLaxman Dewangan2016-01-131-2/+2
* Input: gpio-keys - allow setting input device name in DTLaxman Dewangan2016-01-131-0/+2
* Input: gpio-keys - fix check for disabling unsupported keysDmitry Torokhov2016-01-101-6/+23
* Input: gpio_keys - don't report events on gpio failureBjorn Andersson2015-10-021-1/+7
* Input: gpio-keys - report error when disabling unsupported keyPeng Fan2015-08-241-0/+5
* Input: gpio_keys[_polled] - change name of wakeup propertyDmitry Torokhov2015-07-231-1/+3
* input: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-301-57/+57
|\
| * Input: gpio_keys - replace timer and workqueue with delayed workqueueDmitry Torokhov2014-12-151-34/+31
| * Input: gpio_keys - allow separating gpio and irq in device treeDmitry Torokhov2014-12-151-23/+26
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-171-16/+21
|\ \ | |/
| * Input: gpio_keys - fix warning regarding uninitialized 'button' variableFabio Estevam2014-12-141-2/+3
| * Input: gpio_keys - fix warning regarding uninitialized 'irq' variableDmitry Torokhov2014-12-071-4/+2
| * Input: gpio_keys - add device tree support for interrupt only keysAlexander Stein2014-12-031-14/+20
* | input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* Input: gpio_keys - more conversions to devm-* APIAlexander Shiyan2014-05-141-35/+34
* Input: gpio_keys - make of_device_id array constJingoo Han2014-05-141-1/+1
* Input: gpio_keys - convert to use devm_*Andy Shevchenko2014-05-141-49/+25
* Input: gpio_keys - include linux/of.h headerSachin Kamat2013-10-061-0/+1
* Input: gpio_keys - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-1/+0
* Input: gpio_keys - defer probing if GPIO probing is deferredDmitry Torokhov2012-12-241-1/+12
* Input: gpio_keys - switch to using gpio_request_one()Dmitry Torokhov2012-12-031-9/+1
* Input: gpio_keys - disable hardware on suspendJonas Aaberg2012-11-271-5/+22
* Input: gpio_keys - report initial state when opening the deviceDmitry Torokhov2012-11-271-13/+26
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-6/+6
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: gpio_keys - report a wakeup_event for a button pressNeilBrown2012-08-211-0/+8
* Input: gpio_keys - clean up device tree parserAlexandre Pereira da Silva2012-08-211-81/+80
* Input: gpio_keys - remove useless reinitialization of pdata->nbuttonsTobias Klauser2012-06-121-1/+0
* Input: gpio_keys - add support for interrupt only keysLaxman Dewangan2012-03-191-66/+148
OpenPOWER on IntegriCloud