summaryrefslogtreecommitdiff
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* input: Add a Kconfig option for the i8042 keyboardSimon Glass2015-11-191-0/+10
* input: i8042: Convert to use the input librarySimon Glass2015-11-191-424/+69
* input: Allow updating of keyboard LEDsSimon Glass2015-11-191-0/+9
* input: Handle caps lockSimon Glass2015-11-191-5/+8
* input: Adjust structure of code in process_modifier()Simon Glass2015-11-191-13/+14
* input: Support the German keymapSimon Glass2015-11-193-14/+99
* input: Allow repeat filtering to be disabledSimon Glass2015-11-191-2/+7
* input: Add a function to add a keycode to the existing setSimon Glass2015-11-191-4/+42
* input: Add a few more keyboard keycodesSimon Glass2015-11-191-3/+3
* input: Correct keycode for Ctrl-YSimon Glass2015-11-191-1/+1
* i8042: Adjust keyboard init to assume successSimon Glass2015-11-191-10/+9
* i8042: Adjust kbd_reset() to collect all failuresSimon Glass2015-11-191-5/+8
* i8042: Use functions to handle register accessSimon Glass2015-11-191-31/+44
* video: Drop unused console functionsSimon Glass2015-11-191-23/+0
* dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass2015-11-191-90/+58
* dm: tegra: Convert keyboard driver to driver modelSimon Glass2015-11-191-132/+111
* cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass2015-11-191-2/+2
* input: Add the keycode translation tables separatelySimon Glass2015-11-193-9/+19
* input: Return -ENOSPC when there is not spaceSimon Glass2015-11-191-1/+2
* dm: input: Create a keyboard uclassSimon Glass2015-11-193-0/+102
* video: Drop DEV_FLAGS_SYSTEM flagBin Meng2015-11-053-3/+3
* x86: i8042: Correctly initialize the controllerBin Meng2015-08-261-22/+21
* x86: i8042: Clean up the driver per coding conventionBin Meng2015-08-261-112/+118
* x86: i8042: Reorder static functionsBin Meng2015-08-261-268/+222
* x86: i8042: Remove unused codesBin Meng2015-08-261-17/+0
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-182-2/+2
* input: twl4030: Keypad scan and inputPaul Kocialkowski2015-08-121-0/+39
* input: TWL4030 input support for power button, USB and chargerPaul Kocialkowski2015-08-122-0/+50
* i8042: Add keyboard enable logic in kbd_reset()Simon Glass2015-04-181-0/+7
* cros_ec: exynos: Match up device tree with kernel versionSimon Glass2015-04-181-1/+1
* dm: cros_ec: Convert to KconfigSimon Glass2015-02-191-0/+6
* cros-ec-keyboard: Synchronize DT binding from linuxSjoerd Simons2015-01-051-10/+6
* tegra: make local functions staticJeroen Hofstee2014-10-251-1/+1
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-234-10/+10
* stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-231-2/+0
* cros_ec: Support systems with no EC interruptSimon Glass2014-03-171-4/+30
* drivers: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-29/+7
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-246-101/+6
* cros: adds cros_ec keyboard driverHung-ying Tyan2013-06-262-0/+262
* input: Finish simplifing key_matrix_decode_fdt()Stephen Warren2013-06-061-2/+4
* input: simplify key_matrix_decode_fdt()Stephen Warren2013-06-041-40/+26
* input: fix unaligned access in key_matrix_decode_fdt()Stephen Warren2013-06-041-1/+1
* ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass2013-02-041-1/+1
* tegra: add CONSOLE_MUX support to tegra-kbcAllen Martin2012-11-191-1/+17
* drivers/input/input.c: sparse fixKim Phillips2012-11-041-1/+1
* input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin2012-10-191-15/+87
* input: Fix i8042 keyboard resetMarc Jones2012-10-191-5/+27
* input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo2012-10-191-0/+38