summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* input: i8042: Make sure the keyboard is enabledSimon Glass2016-03-171-0/+4
* input: TWL6030 input support for power button, USB and chargerPaul Kocialkowski2016-03-152-0/+49
* tegra: keyboard: Fix the init orderSimon Glass2016-02-161-1/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-192-0/+4
* input: Ban digit numbers if 'Num Lock' is not onBin Meng2015-11-191-0/+6
* input: Change LED state bits to conform i8042 compatible keyboardBin Meng2015-11-191-3/+3
* input: Call keyboard's update_leds() method when the LEDs changeBin Meng2015-11-191-0/+15
* input: Save keyboard's LED state to correct placeBin Meng2015-11-191-1/+1
* input: Convert 'keyboard' driver to use input librarySimon Glass2015-11-191-252/+38
* i8042: Handle a duplicate power-on-reset responseSimon Glass2015-11-191-2/+19
* input: Convert i8042 to driver modelSimon Glass2015-11-192-35/+76
* 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
OpenPOWER on IntegriCloud