index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
ep93xx_keypad.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: ep93xx_keypad - use devm_platform_ioremap_resource() helper
Lv Ruyi
2022-04-25
1
-6
/
+1
*
Input: ep93xx_keypad - switch to using managed resources
Dmitry Torokhov
2021-10-16
1
-81
/
+37
*
Input: ep93xx_keypad - use dev_pm_set_wake_irq()
Dmitry Torokhov
2021-10-16
1
-6
/
+7
*
Input: ep93xx_keypad - use BIT() and GENMASK() macros
Dmitry Torokhov
2021-10-16
1
-18
/
+19
*
Input: ep93xx_keypad - annotate suspend/resume as __maybe_unused
Dmitry Torokhov
2021-10-16
1
-4
/
+2
*
Input: ep93xx_keypad - prepare clock before using it
Alexander Sverdlin
2021-08-30
1
-2
/
+2
*
Input: use input_device_enabled()
Andrzej Pietrasiewicz
2020-12-03
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-29
1
-2
/
+1
*
ARM: ep93xx: keypad: stop using mach/platform.h
Arnd Bergmann
2019-04-29
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-11
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-12-01
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-19
1
-0
/
+470