summaryrefslogtreecommitdiff
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* input: Provide a board specific mechanism to decide whether to skip i8042 initGabe Black2012-10-191-1/+12
* input: Use finer grain udelays while waitng for the i8042 keyboard buffer to ...Gabe Black2012-10-191-6/+3
* Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2012-10-151-1/+1
* input: Add debugging for key matrix key codesSimon Glass2012-10-151-0/+2
* input: Allow key ghosting filter to be disabledSimon Glass2012-10-152-3/+8
* input: Separate out keyboard repeat/delay from initSimon Glass2012-10-152-6/+12
* input: Correct key_matrix fdt decodingSimon Glass2012-10-151-4/+7
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-09-211-1/+1
|\
| * Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren2012-09-101-1/+1
* | input: key_matrix: fix header inclusionStephan Linz2012-09-021-0/+1
|/