index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
imx_keypad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
Input: imx_keypad - add missing linux/input.h include
Dmitry Torokhov
1
-0
/
+1
2021-03-28
Input: imx_keypad - convert to a DT-only driver
Fabio Estevam
1
-11
/
+2
2020-12-03
Input: use input_device_enabled()
Andrzej Pietrasiewicz
1
-2
/
+2
2019-08-14
Input: remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-07-15
Merge tag 'v5.2' into next
Dmitry Torokhov
1
-4
/
+14
2019-06-12
Input: imx_keypad - make sure keyboard can always wake up system
Anson Huang
1
-4
/
+14
2019-05-21
Input: imx_keypad - use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2018-06-22
Input: imx_keypad - switch to SPDX identifier
Fabio Estevam
1
-8
/
+4
2017-10-24
Input: keyboard - convert timers to use timer_setup()
Kees Cook
1
-4
/
+4
2015-09-05
Input: imx_keypad - remove obsolete comment
Fabio Estevam
1
-2
/
+0
2015-06-22
Input: imx_keypad - check for clk_prepare_enable() error
Fabio Estevam
1
-1
/
+3
2015-01-15
Merge tag 'v3.19-rc4' into next
Dmitry Torokhov
1
-1
/
+0
2015-01-08
Input: imx_keypad - use the preferred form for passing a size of a struct
Fabio Estevam
1
-2
/
+1
2014-10-20
input: keyboard: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-31
Input: imx_keypad - remove ifdef round PM methods
Fabio Estevam
1
-4
/
+2
2014-05-15
Input: imx_keypad - make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-02-17
Input: imx_keypad - Propagate the real error code on platform_get_irq() failure
Fabio Estevam
1
-2
/
+2
2014-01-07
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-06
Input: use dev_get_platdata()
Jingoo Han
1
-1
/
+2
2013-08-15
Input: keyboard, serio - simplify use of devm_ioremap_resource
Julia Lawall
1
-6
/
+1
2013-03-31
Input: imx_keypad - switch to using managed resources
Fabio Estevam
1
-63
/
+14
2013-01-04
Input: imx_keypad - add device tree support
Liu Ying
1
-18
/
+25
2012-11-25
Input: imx_keypad - only set enabled columns to open-drain
Andreas Pretzsch
1
-1
/
+2
2012-11-24
Input: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-24
Input: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-09-05
Input: imx_keypad - fix missing clk conversions
Fabio Estevam
1
-2
/
+2
2012-08-22
Input: imx_keypad - reset the hardware before enabling
Michael Grzeschik
1
-0
/
+3
2012-07-07
Input: imx_keypad - check error returned by clk_prepare_enable()
Fabio Estevam
1
-5
/
+14
2012-07-07
Input: imx_keypad - adapt the new kpp clock name
Fabio Estevam
1
-1
/
+1
2012-07-07
Input: imx_keypad - use clk_prepare_enable/clk_disable_unprepare()
Fabio Estevam
1
-4
/
+4
2012-05-11
Input: matrix-keymap - uninline and prepare for device tree support
Dmitry Torokhov
1
-7
/
+10
2011-12-01
Input: keyboard - use macro module_platform_driver()
JJ Ding
1
-13
/
+1
2011-10-13
Input: imx_keypad - add pm suspend and resume support
Hui Wang
1
-0
/
+44
2011-09-08
Input: remove IRQF_DISABLED from drivers
Yong Zhang
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-01
Input: add imx-keypad driver to support the IMX Keypad Port
Alberto Panizzo
1
-0
/
+594