aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/pxa27x_keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz1-1/+1
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-08-31Input: pxa27x_keypad - handle return value of clk_prepare_enableArvind Yadav1-5/+10
2017-01-31Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov1-1/+1
2016-10-26Input: pxa27x_keypad - fix typo "debpunce" -> "debounce"Colin Ian King1-1/+1
2015-02-11Input: pxa27x_keypad - remove an unneeded NULL checkDan Carpenter1-3/+1
2015-02-03Input: pxa27x_keypad - remove unnecessary ARM includesRob Herring1-4/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-64/+20
2014-10-22Input: pxa27x_keypad - switch to using managed resourcesPramod Gurav1-64/+20
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-13Input: pxa27x-keypad - fix generating scancodeChao Xie1-1/+6
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-14Merge branch 'next' into for-linusDmitry Torokhov1-0/+1
2013-10-06Input: pxa27x_keypad - include linux/of.h headerSachin Kamat1-0/+1
2013-09-18Input: pxa27x_keypad - fix NULL pointer dereferenceMike Dunn1-2/+9
2013-06-18Input: pxa27x-keypad - make platform data constDmitry Torokhov1-24/+23
2013-06-18Input: pxa27x-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov1-8/+5
2013-06-18Input: pxa27x-keypad - add device tree supportChao Xie1-4/+242
2013-06-18Input: pxa27x-keypad - use matrix_keymap for matrix keysChao Xie1-12/+23
2013-05-23Input: pxa27x_keypad - pass correct pointer to free_irq()Lars-Peter Clausen1-2/+2
2013-05-08Input: pxa27x_keypad - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-30Input: pxa27x_keypad - clear pending interrupts on keypad configVasily Khoruzhick1-0/+3
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-1/+1
2012-04-27Input: pxa27x_keypad add choice to set direct_key_maskChao Xie1-1/+8
2012-04-27Input: pxa27x_keypad direct key may be low activeChao Xie1-1/+9
2012-04-27Input: pxa27x_keypad bug fix for direct_key_maskChao Xie1-1/+1
2012-04-27Input: pxa27x_keypad keep clock on as wakeup sourceChao Xie1-12/+21
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding1-13/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang1-1/+1
2010-10-09ARM: pxa27x_keypad: added wakeup event handler for keypad interruptsMark F. Brown1-0/+10
2010-10-09ARM: pxa: moved pxa27x_keypad.h to platform pxa directoryMark F. Brown1-1/+1
2010-08-25Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove()Axel Lin1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-09-10Input: pxa27x_keypad - allow modifying keymap from userspaceDmitry Torokhov1-82/+91
2009-07-26Input: pxa27x_keypad - switch to using dev_pm_opsDmitry Torokhov1-7/+12
2009-07-22Input: pxa27x_keypad - remove extra clk_disableDmitry Torokhov1-23/+20
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King1-1/+0
2008-06-17Merge branch 'for-linus' into nextDmitry Torokhov1-13/+25
2008-06-02Input: pxa27x_keypad - add wakeup supportEric Miao1-1/+14
2008-05-28Input: pxa27x_keypad - miscellaneous fixesAntonio Ospite1-13/+25
2008-04-24Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers1-0/+4
2008-03-20Input: pxa27x - fix keypad KPC macrosSamuel Ortiz1-3/+3
2008-01-31Input: pxa27x_keypad - add debounce_interval to the keypad platform dataEric Miao1-0/+1