| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: ep93xx_keypad - convert to platform remove callback returning void | Uwe Kleine-König | 2023-09-23 | 1 | -4/+2 |
* | Input: ep39xx-keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() | Jonathan Cameron | 2022-12-07 | 1 | -5/+5 |
* | Input: ep93xx_keypad - add missing linux/input.h include | Dmitry Torokhov | 2022-09-26 | 1 | -0/+1 |
* | Input: ep93xx_keypad - use devm_platform_ioremap_resource() helper | Lv Ruyi | 2022-04-24 | 1 | -6/+1 |
* | Input: ep93xx_keypad - switch to using managed resources | Dmitry Torokhov | 2021-10-15 | 1 | -81/+37 |
* | Input: ep93xx_keypad - use dev_pm_set_wake_irq() | Dmitry Torokhov | 2021-10-15 | 1 | -6/+7 |
* | Input: ep93xx_keypad - use BIT() and GENMASK() macros | Dmitry Torokhov | 2021-10-15 | 1 | -18/+19 |
* | Input: ep93xx_keypad - annotate suspend/resume as __maybe_unused | Dmitry Torokhov | 2021-10-15 | 1 | -4/+2 |
* | Input: ep93xx_keypad - prepare clock before using it | Alexander Sverdlin | 2021-08-29 | 1 | -2/+2 |
* | Input: use input_device_enabled() | Andrzej Pietrasiewicz | 2020-12-02 | 1 | -1/+1 |
* | Input: ep93xx_keypad - fix handling of platform_get_irq() error | Krzysztof Kozlowski | 2020-09-16 | 1 | -2/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | ARM: ep93xx: move pinctrl interfaces into include/linux/soc | Arnd Bergmann | 2019-04-28 | 1 | -2/+1 |
* | ARM: ep93xx: keypad: stop using mach/platform.h | Arnd Bergmann | 2019-04-28 | 1 | -4/+1 |
* | input: keyboard: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | Input: use dev_get_platdata() | Jingoo Han | 2013-12-06 | 1 | -1/+1 |
* | Input: ep93xx_keypad - pass correct pointer to free_irq() | Lars-Peter Clausen | 2013-05-23 | 1 | -2/+2 |
* | Input: ep93xx_keypad - remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-08 | 1 | -3/+0 |
* | Input: remove use of __devexit | Bill Pemberton | 2012-11-24 | 1 | -1/+1 |
* | Input: remove use of __devinit | Bill Pemberton | 2012-11-24 | 1 | -1/+1 |
* | Input: remove use of __devexit_p | Bill Pemberton | 2012-11-24 | 1 | -1/+1 |
* | ARM: ep93xx: move platform_data definitions | Arnd Bergmann | 2012-09-14 | 1 | -1/+1 |
* | Input: matrix-keymap - uninline and prepare for device tree support | Dmitry Torokhov | 2012-05-10 | 1 | -10/+8 |
* | Input: ep93xx_keypad - switch to using dev_pm_ops | Dmitry Torokhov | 2012-04-11 | 1 | -16/+10 |
* | Input: keyboard - use macro module_platform_driver() | JJ Ding | 2011-11-30 | 1 | -13/+1 |
* | Input: remove IRQF_DISABLED from drivers | Yong Zhang | 2011-09-07 | 1 | -1/+1 |
* | Input: ep93xx_keypad - add missing include of linux/module.h | Axel Lin | 2011-08-21 | 1 | -0/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Input: ep93xx_keypad - cleanup and use matrix_keypad helpers | H Hartley Sweeten | 2010-01-13 | 1 | -25/+15 |
* | Input: ep93xx_keypad - update driver to new core support | H Hartley Sweeten | 2009-12-15 | 1 | -101/+49 |
* | Input: add matrix keypad driver for Cirrus EP93xx | H Hartley Sweeten | 2009-04-18 | 1 | -0/+470 |