aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/lpc32xx-keys.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-10Input: lpc32xx-keys - convert to devm_platform_ioremap_resource()Gravatar Yangtao Li 1-8/+1
2022-12-07Input: lpc32xx-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Gravatar Jonathan Cameron 1-5/+3
2020-12-02Input: use input_device_enabled()Gravatar Andrzej Pietrasiewicz 1-2/+2
2019-08-14Input: remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-11/+1
2017-01-31Input: matrix-keypad - switch to using generic device propertiesGravatar Dmitry Torokhov 1-1/+1
2016-12-07Input: lpc32xx-keys - fix invalid error handling of a requested irqGravatar Vladimir Zapolskiy 1-1/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-72/+20
2014-10-22Input: lpc32xx-keys - switch to using managed resourcesGravatar Pramod Gurav 1-72/+20
2014-10-20input: keyboard: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-10-06Input: lpc32xx-keys - remove redundant of_match_ptrGravatar Sachin Kamat 1-1/+1
2013-04-05input: matrix-keymap: Add function to read the new DT bindingGravatar Simon Glass 1-5/+6
2012-11-24Input: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-11-24Input: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-17Input: add support for key scan interface of the LPC32xx SoCGravatar Roland Stigge 1-0/+394