summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2016-03-17input: i8042: Make sure the keyboard is enabledSimon Glass1-0/+4
2016-03-15input: TWL6030 input support for power button, USB and chargerPaul Kocialkowski2-0/+49
2016-02-16tegra: keyboard: Fix the init orderSimon Glass1-1/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass2-0/+4
2015-11-20input: Ban digit numbers if 'Num Lock' is not onBin Meng1-0/+6
2015-11-20input: Change LED state bits to conform i8042 compatible keyboardBin Meng1-3/+3
2015-11-20input: Call keyboard's update_leds() method when the LEDs changeBin Meng1-0/+15
2015-11-20input: Save keyboard's LED state to correct placeBin Meng1-1/+1
2015-11-20input: Convert 'keyboard' driver to use input librarySimon Glass1-252/+38
2015-11-20i8042: Handle a duplicate power-on-reset responseSimon Glass1-2/+19
2015-11-20input: Convert i8042 to driver modelSimon Glass2-35/+76
2015-11-20input: Add a Kconfig option for the i8042 keyboardSimon Glass1-0/+10
2015-11-20input: i8042: Convert to use the input librarySimon Glass1-424/+69
2015-11-20input: Allow updating of keyboard LEDsSimon Glass1-0/+9
2015-11-20input: Handle caps lockSimon Glass1-5/+8
2015-11-20input: Adjust structure of code in process_modifier()Simon Glass1-13/+14
2015-11-20input: Support the German keymapSimon Glass3-14/+99
2015-11-20input: Allow repeat filtering to be disabledSimon Glass1-2/+7
2015-11-20input: Add a function to add a keycode to the existing setSimon Glass1-4/+42
2015-11-20input: Add a few more keyboard keycodesSimon Glass1-3/+3
2015-11-20input: Correct keycode for Ctrl-YSimon Glass1-1/+1
2015-11-20i8042: Adjust keyboard init to assume successSimon Glass1-10/+9
2015-11-20i8042: Adjust kbd_reset() to collect all failuresSimon Glass1-5/+8
2015-11-20i8042: Use functions to handle register accessSimon Glass1-31/+44
2015-11-20video: Drop unused console functionsSimon Glass1-23/+0
2015-11-20dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass1-90/+58
2015-11-20dm: tegra: Convert keyboard driver to driver modelSimon Glass1-132/+111
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