aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/omap4-keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/dtor/inputLinus 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/dtor/inputLinus 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
2010-08-31Input: add support for OMAP4 keyboard controllerAbraham Arce1-0/+287