summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/omap4-keypad.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-11Input: omap4-keypad - react on keypresses if device is runtime-suspendedAndreas Kemnade1-1/+14
2023-09-23Input: omap4-keypad - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-07-10Input: omap4-keyad - convert to devm_platform_ioremap_resource()Yangtao Li1-8/+1
2023-03-17Input: Use of_property_read_bool() for boolean propertiesRob Herring1-2/+1
2023-01-27Input: omap4-keyad - use pm_ptr() and RUNTIME_DEV_PM_OPS()Jonathan Cameron1-3/+3
2022-05-27Input: omap4-keypad - switch to using pm_runtime_resume_and_get()Minghao Chi1-15/+11
2022-04-17Input: omap4-keypad - fix pm_runtime_get_sync() error checkingMiaoqian Lin1-1/+1
2021-01-10Input: omap4-keypad - implement errata check for lost key-up eventsTony Lindgren1-0/+30
2021-01-10Input: omap4-keypad - use PM runtime autosuspendTony Lindgren1-11/+39
2021-01-10Input: omap4-keypad - move rest of key scanning to a separate functionTony Lindgren1-13/+26
2021-01-10Input: omap4-keypad - scan keys in two phases and simplify with bitmaskTony Lindgren1-28/+45
2021-01-10Input: omap4-keypad - disable unused long interruptsTony Lindgren1-3/+2
2021-01-10Input: omap4-keypad - switch to use managed resourcesDmitry Torokhov1-84/+53
2020-12-02Input: omap4-keypad - set up interrupt as wakeup sourceDmitry Torokhov1-35/+8
2020-11-22Input: omap4-keypad - fix runtime PM error handlingZhang Qilong1-36/+53
2020-09-16Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-12/+4
2018-12-08Input: omap-keypad - fix idle configuration to not block SoC idle statesTony Lindgren1-12/+4
2018-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-4/+14
2018-12-03Input: omap-keypad - fix keyboard debounce configurationTony Lindgren1-4/+14
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2017-04-10Input: omap-keypad - fix error handling codeChristophe JAILLET1-1/+1
2017-01-31Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov1-2/+2
2017-01-21Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck1-3/+0
2015-09-28Input: omap4-keypad - fix memory leakSudip Mukherjee1-1/+1
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-29Input: omap-keypad - remove platform data supportJoachim Eastwood1-26/+6
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-26Input: omap-keypad - set up irq type from DTIllia Smyrnov1-2/+1
2013-08-26Input: omap-keypad - enable wakeup capability for keypad.Illia Smyrnov1-0/+39
2013-08-26Input: omap-keypad - clear interrupts on openIllia Smyrnov1-1/+2
2013-08-26Input: omap-keypad - convert to threaded IRQIllia Smyrnov1-9/+20
2013-08-26Input: omap-keypad - use bitfiled instead of hardcoded valuesIllia Smyrnov1-14/+11
2013-06-27Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov1-11/+5
2013-05-08Input: omap4-keypad - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-04-05input: matrix-keymap: Add function to read the new DT bindingSimon Glass1-11/+5
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-3/+3
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-17Input: omap4-keypad - add device tree supportSourav Poddar1-40/+87
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov1-8/+7
2012-05-10Input: omap-keypad - dynamically handle register offsetsPoddar, Sourav1-26/+92
2012-03-16Input: omap4-keypad - move platform_data to <linux/platform_data>Felipe Balbi1-1/+1
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding1-12/+1
2011-02-23Input: omap4-keypad - wire up runtime PM handlingAbraham Arce1-19/+55
2010-10-13Input: omap4-keypad - wake-up on events & long pressesMike Turquette1-0/+4
2010-10-13Input: omap4-keypad - fix interrupt line configurationAbraham Arce1-1/+1
2010-10-13Input: omap4-keypad - SYSCONFIG register configurationAbraham Arce1-8/+5
2010-10-13Input: omap4-keypad - use platform device helpersAbraham Arce1-5/+35