summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2015-11-19input: Correct keycode for Ctrl-YSimon Glass
2015-11-19i8042: Adjust keyboard init to assume successSimon Glass
2015-11-19i8042: Adjust kbd_reset() to collect all failuresSimon Glass
2015-11-19i8042: Use functions to handle register accessSimon Glass
2015-11-19video: Drop unused console functionsSimon Glass
2015-11-19dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass
2015-11-19dm: tegra: Convert keyboard driver to driver modelSimon Glass
2015-11-19cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass
2015-11-19input: Add the keycode translation tables separatelySimon Glass
2015-11-19input: Return -ENOSPC when there is not spaceSimon Glass
2015-11-19dm: input: Create a keyboard uclassSimon Glass
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng
2015-08-26x86: i8042: Correctly initialize the controllerBin Meng
2015-08-26x86: i8042: Clean up the driver per coding conventionBin Meng
2015-08-26x86: i8042: Reorder static functionsBin Meng
2015-08-26x86: i8042: Remove unused codesBin Meng
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-12input: twl4030: Keypad scan and inputPaul Kocialkowski
2015-08-12input: TWL4030 input support for power button, USB and chargerPaul Kocialkowski
2015-04-18i8042: Add keyboard enable logic in kbd_reset()Simon Glass
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass
2015-02-19dm: cros_ec: Convert to KconfigSimon Glass
2015-01-05cros-ec-keyboard: Synchronize DT binding from linuxSjoerd Simons
2014-10-25tegra: make local functions staticJeroen Hofstee
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass
2014-03-17cros_ec: Support systems with no EC interruptSimon Glass
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26cros: adds cros_ec keyboard driverHung-ying Tyan
2013-06-06input: Finish simplifing key_matrix_decode_fdt()Stephen Warren
2013-06-04input: simplify key_matrix_decode_fdt()Stephen Warren
2013-06-04input: fix unaligned access in key_matrix_decode_fdt()Stephen Warren
2013-02-04ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass
2012-11-19tegra: add CONSOLE_MUX support to tegra-kbcAllen Martin
2012-11-04drivers/input/input.c: sparse fixKim Phillips
2012-10-19input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin
2012-10-19input: Fix i8042 keyboard resetMarc Jones
2012-10-19input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo
2012-10-19input: Provide a board specific mechanism to decide whether to skip i8042 initGabe Black
2012-10-19input: Use finer grain udelays while waitng for the i8042 keyboard buffer to ...Gabe Black
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren
2012-10-15input: Add debugging for key matrix key codesSimon Glass
2012-10-15input: Allow key ghosting filter to be disabledSimon Glass
2012-10-15input: Separate out keyboard repeat/delay from initSimon Glass
2012-10-15input: Correct key_matrix fdt decodingSimon Glass
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren