summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/omap4-keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: omap4-keypad - react on keypresses if device is runtime-suspendedAndreas Kemnade2023-12-111-1/+14
* Input: omap4-keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: omap4-keyad - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-8/+1
* Input: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-171-2/+1
* Input: omap4-keyad - use pm_ptr() and RUNTIME_DEV_PM_OPS()Jonathan Cameron2023-01-271-3/+3
* Input: omap4-keypad - switch to using pm_runtime_resume_and_get()Minghao Chi2022-05-271-15/+11
* Input: omap4-keypad - fix pm_runtime_get_sync() error checkingMiaoqian Lin2022-04-171-1/+1
* Input: omap4-keypad - implement errata check for lost key-up eventsTony Lindgren2021-01-101-0/+30
* Input: omap4-keypad - use PM runtime autosuspendTony Lindgren2021-01-101-11/+39
* Input: omap4-keypad - move rest of key scanning to a separate functionTony Lindgren2021-01-101-13/+26
* Input: omap4-keypad - scan keys in two phases and simplify with bitmaskTony Lindgren2021-01-101-28/+45
* Input: omap4-keypad - disable unused long interruptsTony Lindgren2021-01-101-3/+2
* Input: omap4-keypad - switch to use managed resourcesDmitry Torokhov2021-01-101-84/+53
* Input: omap4-keypad - set up interrupt as wakeup sourceDmitry Torokhov2020-12-021-35/+8
* Input: omap4-keypad - fix runtime PM error handlingZhang Qilong2020-11-221-36/+53
* Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-12-211-12/+4
|\
| * Input: omap-keypad - fix idle configuration to not block SoC idle statesTony Lindgren2018-12-081-12/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-12-041-4/+14
|\|
| * Input: omap-keypad - fix keyboard debounce configurationTony Lindgren2018-12-031-4/+14
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
|/
* Input: omap-keypad - fix error handling codeChristophe JAILLET2017-04-101-1/+1
* Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov2017-01-311-2/+2
* Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-211-3/+0
* Input: omap4-keypad - fix memory leakSudip Mukherjee2015-09-281-1/+1
* input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Input: omap-keypad - remove platform data supportJoachim Eastwood2014-05-291-26/+6
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: omap-keypad - set up irq type from DTIllia Smyrnov2013-08-261-2/+1
* Input: omap-keypad - enable wakeup capability for keypad.Illia Smyrnov2013-08-261-0/+39
* Input: omap-keypad - clear interrupts on openIllia Smyrnov2013-08-261-1/+2
* Input: omap-keypad - convert to threaded IRQIllia Smyrnov2013-08-261-9/+20
* Input: omap-keypad - use bitfiled instead of hardcoded valuesIllia Smyrnov2013-08-261-14/+11
* Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov2013-06-271-11/+5
|\
| * input: matrix-keymap: Add function to read the new DT bindingSimon Glass2013-04-051-11/+5
* | Input: omap4-keypad - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-2/+0
|/
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-3/+3
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: omap4-keypad - add device tree supportSourav Poddar2012-07-171-40/+87
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-101-8/+7
* Input: omap-keypad - dynamically handle register offsetsPoddar, Sourav2012-05-101-26/+92
* Input: omap4-keypad - move platform_data to <linux/platform_data>Felipe Balbi2012-03-161-1/+1
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-11-301-12/+1
* Input: omap4-keypad - wire up runtime PM handlingAbraham Arce2011-02-231-19/+55
* Input: omap4-keypad - wake-up on events & long pressesMike Turquette2010-10-131-0/+4
* Input: omap4-keypad - fix interrupt line configurationAbraham Arce2010-10-131-1/+1
* Input: omap4-keypad - SYSCONFIG register configurationAbraham Arce2010-10-131-8/+5
* Input: omap4-keypad - use platform device helpersAbraham Arce2010-10-131-5/+35