summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-19input: Ban digit numbers if 'Num Lock' is not onBin Meng
2015-11-19input: Change LED state bits to conform i8042 compatible keyboardBin Meng
2015-11-19input: Call keyboard's update_leds() method when the LEDs changeBin Meng
2015-11-19input: Save keyboard's LED state to correct placeBin Meng
2015-11-19input: Convert 'keyboard' driver to use input librarySimon Glass
2015-11-19i8042: Handle a duplicate power-on-reset responseSimon Glass
2015-11-19input: Convert i8042 to driver modelSimon Glass
2015-11-19input: Add a Kconfig option for the i8042 keyboardSimon Glass
2015-11-19input: i8042: Convert to use the input librarySimon Glass
2015-11-19input: Allow updating of keyboard LEDsSimon Glass
2015-11-19input: Handle caps lockSimon Glass
2015-11-19input: Adjust structure of code in process_modifier()Simon Glass
2015-11-19input: Support the German keymapSimon Glass
2015-11-19input: Allow repeat filtering to be disabledSimon Glass
2015-11-19input: Add a function to add a keycode to the existing setSimon Glass
2015-11-19input: Add a few more keyboard keycodesSimon Glass
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