summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2015-11-20cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass1-2/+2
2015-11-20input: Add the keycode translation tables separatelySimon Glass3-9/+19
2015-11-20input: Return -ENOSPC when there is not spaceSimon Glass1-1/+2
2015-11-20dm: input: Create a keyboard uclassSimon Glass3-0/+102
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng3-3/+3
2015-08-26x86: i8042: Correctly initialize the controllerBin Meng1-22/+21
2015-08-26x86: i8042: Clean up the driver per coding conventionBin Meng1-112/+118
2015-08-26x86: i8042: Reorder static functionsBin Meng1-268/+222
2015-08-26x86: i8042: Remove unused codesBin Meng1-17/+0
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2-2/+2
2015-08-13input: twl4030: Keypad scan and inputPaul Kocialkowski1-0/+39
2015-08-13input: TWL4030 input support for power button, USB and chargerPaul Kocialkowski2-0/+50
2015-04-18i8042: Add keyboard enable logic in kbd_reset()Simon Glass1-0/+7
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass1-1/+1
2015-02-19dm: cros_ec: Convert to KconfigSimon Glass1-0/+6
2015-01-06cros-ec-keyboard: Synchronize DT binding from linuxSjoerd Simons1-10/+6
2014-10-25tegra: make local functions staticJeroen Hofstee1-1/+1
2014-09-25kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass4-10/+10
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass1-2/+0
2014-03-18cros_ec: Support systems with no EC interruptSimon Glass1-4/+30
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-29/+7
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk6-101/+6
2013-06-26cros: adds cros_ec keyboard driverHung-ying Tyan2-0/+262
2013-06-06input: Finish simplifing key_matrix_decode_fdt()Stephen Warren1-2/+4
2013-06-05input: simplify key_matrix_decode_fdt()Stephen Warren1-40/+26
2013-06-05input: fix unaligned access in key_matrix_decode_fdt()Stephen Warren1-1/+1
2013-02-04ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass1-1/+1
2012-11-19tegra: add CONSOLE_MUX support to tegra-kbcAllen Martin1-1/+17
2012-11-04drivers/input/input.c: sparse fixKim Phillips1-1/+1
2012-10-20input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin1-15/+87
2012-10-20input: Fix i8042 keyboard resetMarc Jones1-5/+27
2012-10-20input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo1-0/+38
2012-10-20input: Provide a board specific mechanism to decide whether to skip i8042 initGabe Black1-1/+12
2012-10-20input: Use finer grain udelays while waitng for the i8042 keyboard buffer to ...Gabe Black1-6/+3
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren1-1/+1
2012-10-15input: Add debugging for key matrix key codesSimon Glass1-0/+2
2012-10-15input: Allow key ghosting filter to be disabledSimon Glass2-3/+8
2012-10-15input: Separate out keyboard repeat/delay from initSimon Glass2-6/+12
2012-10-15input: Correct key_matrix fdt decodingSimon Glass1-4/+7
2012-09-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2012-09-11Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren1-1/+1
2012-09-02input: key_matrix: fix header inclusionStephan Linz1-0/+1
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin1-1/+1
2012-05-15tegra: Add tegra keyboard driverRakesh Iyer1-0/+375
2012-05-15input: Add support for keyboard matrix decoding from an fdtBernie Thompson2-0/+210
2012-05-15input: Add generic keyboard input handlerSimon Glass2-0/+431
2011-11-29x86: Fix some bugs in the i8402 driver when no controller is presentGabe Black1-1/+11
2011-11-29x86: Make the i8042 driver checkpatch cleanGabe Black1-498/+472