summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/pxa27x_keypad.c
AgeCommit message (Expand)Author
2023-07-10Input: pxa27x_keypad - convert to devm_platform_ioremap_resource()Yangtao Li
2022-12-07Input: pxa27x_keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-08-31Input: pxa27x_keypad - handle return value of clk_prepare_enableArvind Yadav
2017-01-31Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov
2016-10-26Input: pxa27x_keypad - fix typo "debpunce" -> "debounce"Colin Ian King
2015-02-11Input: pxa27x_keypad - remove an unneeded NULL checkDan Carpenter
2015-02-03Input: pxa27x_keypad - remove unnecessary ARM includesRob Herring
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2014-10-22Input: pxa27x_keypad - switch to using managed resourcesPramod Gurav
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang
2014-05-13Input: pxa27x-keypad - fix generating scancodeChao Xie
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-14Merge branch 'next' into for-linusDmitry Torokhov
2013-10-06Input: pxa27x_keypad - include linux/of.h headerSachin Kamat
2013-09-18Input: pxa27x_keypad - fix NULL pointer dereferenceMike Dunn
2013-06-18Input: pxa27x-keypad - make platform data constDmitry Torokhov
2013-06-18Input: pxa27x-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov
2013-06-18Input: pxa27x-keypad - add device tree supportChao Xie
2013-06-18Input: pxa27x-keypad - use matrix_keymap for matrix keysChao Xie
2013-05-23Input: pxa27x_keypad - pass correct pointer to free_irq()Lars-Peter Clausen
2013-05-08Input: pxa27x_keypad - remove redundant platform_set_drvdata()Sachin Kamat
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-10-30Input: pxa27x_keypad - clear pending interrupts on keypad configVasily Khoruzhick
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann
2012-04-27Input: pxa27x_keypad add choice to set direct_key_maskChao Xie
2012-04-27Input: pxa27x_keypad direct key may be low activeChao Xie
2012-04-27Input: pxa27x_keypad bug fix for direct_key_maskChao Xie
2012-04-27Input: pxa27x_keypad keep clock on as wakeup sourceChao Xie
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang
2010-10-09ARM: pxa27x_keypad: added wakeup event handler for keypad interruptsMark F. Brown
2010-10-09ARM: pxa: moved pxa27x_keypad.h to platform pxa directoryMark F. Brown
2010-08-25Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove()Axel Lin
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre
2009-09-10Input: pxa27x_keypad - allow modifying keymap from userspaceDmitry Torokhov
2009-07-26Input: pxa27x_keypad - switch to using dev_pm_opsDmitry Torokhov
2009-07-22Input: pxa27x_keypad - remove extra clk_disableDmitry Torokhov
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King
2008-06-17Merge branch 'for-linus' into nextDmitry Torokhov
2008-06-02Input: pxa27x_keypad - add wakeup supportEric Miao
2008-05-28Input: pxa27x_keypad - miscellaneous fixesAntonio Ospite
2008-04-24Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers