index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
Commit message (
Expand
)
Author
Age
Lines
*
Move console definitions into a new console.h file
Simon Glass
2015-11-19
-0
/
+4
*
input: Ban digit numbers if 'Num Lock' is not on
Bin Meng
2015-11-19
-0
/
+6
*
input: Change LED state bits to conform i8042 compatible keyboard
Bin Meng
2015-11-19
-3
/
+3
*
input: Call keyboard's update_leds() method when the LEDs change
Bin Meng
2015-11-19
-0
/
+15
*
input: Save keyboard's LED state to correct place
Bin Meng
2015-11-19
-1
/
+1
*
input: Convert 'keyboard' driver to use input library
Simon Glass
2015-11-19
-252
/
+38
*
i8042: Handle a duplicate power-on-reset response
Simon Glass
2015-11-19
-2
/
+19
*
input: Convert i8042 to driver model
Simon Glass
2015-11-19
-35
/
+76
*
input: Add a Kconfig option for the i8042 keyboard
Simon Glass
2015-11-19
-0
/
+10
*
input: i8042: Convert to use the input library
Simon Glass
2015-11-19
-424
/
+69
*
input: Allow updating of keyboard LEDs
Simon Glass
2015-11-19
-0
/
+9
*
input: Handle caps lock
Simon Glass
2015-11-19
-5
/
+8
*
input: Adjust structure of code in process_modifier()
Simon Glass
2015-11-19
-13
/
+14
*
input: Support the German keymap
Simon Glass
2015-11-19
-14
/
+99
*
input: Allow repeat filtering to be disabled
Simon Glass
2015-11-19
-2
/
+7
*
input: Add a function to add a keycode to the existing set
Simon Glass
2015-11-19
-4
/
+42
*
input: Add a few more keyboard keycodes
Simon Glass
2015-11-19
-3
/
+3
*
input: Correct keycode for Ctrl-Y
Simon Glass
2015-11-19
-1
/
+1
*
i8042: Adjust keyboard init to assume success
Simon Glass
2015-11-19
-10
/
+9
*
i8042: Adjust kbd_reset() to collect all failures
Simon Glass
2015-11-19
-5
/
+8
*
i8042: Use functions to handle register access
Simon Glass
2015-11-19
-31
/
+44
*
video: Drop unused console functions
Simon Glass
2015-11-19
-23
/
+0
*
dm: cros_ec: Convert cros_ec keyboard driver to driver model
Simon Glass
2015-11-19
-90
/
+58
*
dm: tegra: Convert keyboard driver to driver model
Simon Glass
2015-11-19
-132
/
+111
*
cros_ec: Use udevice instead of cros_ec_dev for keyboard functions
Simon Glass
2015-11-19
-2
/
+2
*
input: Add the keycode translation tables separately
Simon Glass
2015-11-19
-9
/
+19
*
input: Return -ENOSPC when there is not space
Simon Glass
2015-11-19
-1
/
+2
*
dm: input: Create a keyboard uclass
Simon Glass
2015-11-19
-0
/
+102
*
video: Drop DEV_FLAGS_SYSTEM flag
Bin Meng
2015-11-05
-3
/
+3
*
x86: i8042: Correctly initialize the controller
Bin Meng
2015-08-26
-22
/
+21
*
x86: i8042: Clean up the driver per coding convention
Bin Meng
2015-08-26
-112
/
+118
*
x86: i8042: Reorder static functions
Bin Meng
2015-08-26
-268
/
+222
*
x86: i8042: Remove unused codes
Bin Meng
2015-08-26
-17
/
+0
*
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-18
-2
/
+2
*
input: twl4030: Keypad scan and input
Paul Kocialkowski
2015-08-12
-0
/
+39
*
input: TWL4030 input support for power button, USB and charger
Paul Kocialkowski
2015-08-12
-0
/
+50
*
i8042: Add keyboard enable logic in kbd_reset()
Simon Glass
2015-04-18
-0
/
+7
*
cros_ec: exynos: Match up device tree with kernel version
Simon Glass
2015-04-18
-1
/
+1
*
dm: cros_ec: Convert to Kconfig
Simon Glass
2015-02-19
-0
/
+6
*
cros-ec-keyboard: Synchronize DT binding from linux
Sjoerd Simons
2015-01-05
-10
/
+6
*
tegra: make local functions static
Jeroen Hofstee
2014-10-25
-1
/
+1
*
kconfig: add blank Kconfig files
Masahiro Yamada
2014-09-24
-0
/
+0
*
stdio: Pass device pointer to stdio methods
Simon Glass
2014-07-23
-10
/
+10
*
stdio: Remove redundant code around stdio_register() calls
Simon Glass
2014-07-23
-2
/
+0
*
cros_ec: Support systems with no EC interrupt
Simon Glass
2014-03-17
-4
/
+30
*
drivers: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
-29
/
+7
*
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-10-14
-1
/
+1
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
-101
/
+6
*
cros: adds cros_ec keyboard driver
Hung-ying Tyan
2013-06-26
-0
/
+262
*
input: Finish simplifing key_matrix_decode_fdt()
Stephen Warren
2013-06-06
-2
/
+4
[next]