aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/ep93xx_keypad.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-24Input: ep93xx_keypad - use devm_platform_ioremap_resource() helperGravatar Lv Ruyi 1-6/+1
2021-10-15Input: ep93xx_keypad - switch to using managed resourcesGravatar Dmitry Torokhov 1-81/+37
2021-10-15Input: ep93xx_keypad - use dev_pm_set_wake_irq()Gravatar Dmitry Torokhov 1-6/+7
2021-10-15Input: ep93xx_keypad - use BIT() and GENMASK() macrosGravatar Dmitry Torokhov 1-18/+19
2021-10-15Input: ep93xx_keypad - annotate suspend/resume as __maybe_unusedGravatar Dmitry Torokhov 1-4/+2
2021-08-29Input: ep93xx_keypad - prepare clock before using itGravatar Alexander Sverdlin 1-2/+2
2020-12-02Input: use input_device_enabled()Gravatar Andrzej Pietrasiewicz 1-1/+1
2020-09-16Input: ep93xx_keypad - fix handling of platform_get_irq() errorGravatar Krzysztof Kozlowski 1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-28ARM: ep93xx: move pinctrl interfaces into include/linux/socGravatar Arnd Bergmann 1-2/+1
2019-04-28ARM: ep93xx: keypad: stop using mach/platform.hGravatar Arnd Bergmann 1-4/+1
2014-10-20input: keyboard: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-12-06Input: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-05-23Input: ep93xx_keypad - pass correct pointer to free_irq()Gravatar Lars-Peter Clausen 1-2/+2
2013-05-08Input: ep93xx_keypad - remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-3/+0
2012-11-24Input: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-09-14ARM: ep93xx: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportGravatar Dmitry Torokhov 1-10/+8
2012-04-11Input: ep93xx_keypad - switch to using dev_pm_opsGravatar Dmitry Torokhov 1-16/+10
2011-11-30Input: keyboard - use macro module_platform_driver()Gravatar JJ Ding 1-13/+1
2011-09-07Input: remove IRQF_DISABLED from driversGravatar Yong Zhang 1-1/+1
2011-08-21Input: ep93xx_keypad - add missing include of linux/module.hGravatar Axel Lin 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-13Input: ep93xx_keypad - cleanup and use matrix_keypad helpersGravatar H Hartley Sweeten 1-25/+15
2009-12-15Input: ep93xx_keypad - update driver to new core supportGravatar H Hartley Sweeten 1-101/+49
2009-04-18Input: add matrix keypad driver for Cirrus EP93xxGravatar H Hartley Sweeten 1-0/+470