summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/ep93xx_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: ep93xx_keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: ep39xx-keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-12-071-5/+5
* Input: ep93xx_keypad - add missing linux/input.h includeDmitry Torokhov2022-09-261-0/+1
* Input: ep93xx_keypad - use devm_platform_ioremap_resource() helperLv Ruyi2022-04-241-6/+1
* Input: ep93xx_keypad - switch to using managed resourcesDmitry Torokhov2021-10-151-81/+37
* Input: ep93xx_keypad - use dev_pm_set_wake_irq()Dmitry Torokhov2021-10-151-6/+7
* Input: ep93xx_keypad - use BIT() and GENMASK() macrosDmitry Torokhov2021-10-151-18/+19
* Input: ep93xx_keypad - annotate suspend/resume as __maybe_unusedDmitry Torokhov2021-10-151-4/+2
* Input: ep93xx_keypad - prepare clock before using itAlexander Sverdlin2021-08-291-2/+2
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-1/+1
* Input: ep93xx_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann2019-04-281-2/+1
* ARM: ep93xx: keypad: stop using mach/platform.hArnd Bergmann2019-04-281-4/+1
* input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: ep93xx_keypad - pass correct pointer to free_irq()Lars-Peter Clausen2013-05-231-2/+2
* Input: ep93xx_keypad - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-3/+0
* 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
* ARM: ep93xx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-101-10/+8
* Input: ep93xx_keypad - switch to using dev_pm_opsDmitry Torokhov2012-04-111-16/+10
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-11-301-13/+1
* Input: remove IRQF_DISABLED from driversYong Zhang2011-09-071-1/+1
* Input: ep93xx_keypad - add missing include of linux/module.hAxel Lin2011-08-211-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: ep93xx_keypad - cleanup and use matrix_keypad helpersH Hartley Sweeten2010-01-131-25/+15
* Input: ep93xx_keypad - update driver to new core supportH Hartley Sweeten2009-12-151-101/+49
* Input: add matrix keypad driver for Cirrus EP93xxH Hartley Sweeten2009-04-181-0/+470