summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/pxa27x_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* Input: pxa27x_keypad - handle return value of clk_prepare_enableArvind Yadav2017-08-311-5/+10
* Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov2017-01-311-1/+1
* Input: pxa27x_keypad - fix typo "debpunce" -> "debounce"Colin Ian King2016-10-271-1/+1
* Input: pxa27x_keypad - remove an unneeded NULL checkDan Carpenter2015-02-121-3/+1Star
* Input: pxa27x_keypad - remove unnecessary ARM includesRob Herring2015-02-041-4/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-171-64/+20Star
|\
| * Input: pxa27x_keypad - switch to using managed resourcesPramod Gurav2014-10-221-64/+20Star
* | input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
|/
* Input: pxa27x-keypad - fix generating scancodeChao Xie2014-05-141-1/+6
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Merge branch 'next' into for-linusDmitry Torokhov2013-11-151-0/+1
|\
| * Input: pxa27x_keypad - include linux/of.h headerSachin Kamat2013-10-061-0/+1
* | Input: pxa27x_keypad - fix NULL pointer dereferenceMike Dunn2013-09-181-2/+9
|/
* Input: pxa27x-keypad - make platform data constDmitry Torokhov2013-06-191-24/+23Star
* Input: pxa27x-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov2013-06-191-8/+5Star
* Input: pxa27x-keypad - add device tree supportChao Xie2013-06-191-4/+242
* Input: pxa27x-keypad - use matrix_keymap for matrix keysChao Xie2013-06-191-12/+23
* Input: pxa27x_keypad - pass correct pointer to free_irq()Lars-Peter Clausen2013-05-231-2/+2
* Input: pxa27x_keypad - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-1/+0Star
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: pxa27x_keypad - clear pending interrupts on keypad configVasily Khoruzhick2012-10-301-0/+3
* ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
* Input: pxa27x_keypad add choice to set direct_key_maskChao Xie2012-04-271-1/+8
* Input: pxa27x_keypad direct key may be low activeChao Xie2012-04-271-1/+9
* Input: pxa27x_keypad bug fix for direct_key_maskChao Xie2012-04-271-1/+1
* Input: pxa27x_keypad keep clock on as wakeup sourceChao Xie2012-04-271-12/+21
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-12-011-13/+1Star
* Input: remove IRQF_DISABLED from driversYong Zhang2011-09-071-1/+1
* ARM: pxa27x_keypad: added wakeup event handler for keypad interruptsMark F. Brown2010-10-091-0/+10
* ARM: pxa: moved pxa27x_keypad.h to platform pxa directoryMark F. Brown2010-10-091-1/+1
* Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove()Axel Lin2010-08-251-2/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Nicolas Pitre has a new email addressNicolas Pitre2009-09-151-1/+1
* Input: pxa27x_keypad - allow modifying keymap from userspaceDmitry Torokhov2009-09-111-82/+91
* Input: pxa27x_keypad - switch to using dev_pm_opsDmitry Torokhov2009-07-261-7/+12
* Input: pxa27x_keypad - remove extra clk_disableDmitry Torokhov2009-07-231-23/+20Star
* [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0Star
* Merge branch 'for-linus' into nextDmitry Torokhov2008-06-171-13/+25
|\
| * Input: pxa27x_keypad - miscellaneous fixesAntonio Ospite2008-05-281-13/+25
* | Input: pxa27x_keypad - add wakeup supportEric Miao2008-06-021-1/+14
|/
* Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers2008-04-241-0/+4
* Input: pxa27x - fix keypad KPC macrosSamuel Ortiz2008-03-201-3/+3
* Input: pxa27x_keypad - add debounce_interval to the keypad platform dataEric Miao2008-01-311-0/+1
* Input: pxa27x_keypad - use device resources for I/O memory mapping and IRQEric Miao2008-01-311-34/+124
* Input: pxa27x_keypad - enable rotary encoders and direct keysEric Miao2008-01-311-29/+134