summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/omap4-keypad.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-12-211-12/+4Star
|\
| * Input: omap-keypad - fix idle configuration to not block SoC idle statesTony Lindgren2018-12-091-12/+4Star
* | 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-131-1/+2
|/
* Input: omap-keypad - fix error handling codeChristophe JAILLET2017-04-111-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-221-3/+0Star
* Input: omap4-keypad - fix memory leakSudip Mukherjee2015-09-291-1/+1
* input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* Input: omap-keypad - remove platform data supportJoachim Eastwood2014-05-291-26/+6Star
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Input: omap-keypad - set up irq type from DTIllia Smyrnov2013-08-261-2/+1Star
* 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/+11Star
* Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov2013-06-281-11/+5Star
|\
| * input: matrix-keymap: Add function to read the new DT bindingSimon Glass2013-04-051-11/+5Star
* | Input: omap4-keypad - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-2/+0Star
|/
* 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-181-40/+87
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-111-8/+7Star
* Input: omap-keypad - dynamically handle register offsetsPoddar, Sourav2012-05-111-26/+92
* Input: omap4-keypad - move platform_data to <linux/platform_data>Felipe Balbi2012-03-171-1/+1
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-12-011-12/+1Star
* Input: omap4-keypad - wire up runtime PM handlingAbraham Arce2011-02-241-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/+5Star
* Input: omap4-keypad - use platform device helpersAbraham Arce2010-10-131-5/+35
* Input: add support for OMAP4 keyboard controllerAbraham Arce2010-09-011-0/+287