summaryrefslogtreecommitdiff
path: root/drivers/input
Commit message (Expand)AuthorAgeLines
* i8042: Adjust keyboard init to assume successSimon Glass2015-11-19-10/+9
* i8042: Adjust kbd_reset() to collect all failuresSimon Glass2015-11-19-5/+8
* i8042: Use functions to handle register accessSimon Glass2015-11-19-31/+44
* video: Drop unused console functionsSimon Glass2015-11-19-23/+0
* dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass2015-11-19-90/+58
* dm: tegra: Convert keyboard driver to driver modelSimon Glass2015-11-19-132/+111
* cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass2015-11-19-2/+2
* input: Add the keycode translation tables separatelySimon Glass2015-11-19-9/+19
* input: Return -ENOSPC when there is not spaceSimon Glass2015-11-19-1/+2
* dm: input: Create a keyboard uclassSimon Glass2015-11-19-0/+102
* video: Drop DEV_FLAGS_SYSTEM flagBin Meng2015-11-05-3/+3
* x86: i8042: Correctly initialize the controllerBin Meng2015-08-26-22/+21
* x86: i8042: Clean up the driver per coding conventionBin Meng2015-08-26-112/+118
* x86: i8042: Reorder static functionsBin Meng2015-08-26-268/+222
* x86: i8042: Remove unused codesBin Meng2015-08-26-17/+0
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18-2/+2
* input: twl4030: Keypad scan and inputPaul Kocialkowski2015-08-12-0/+39
* input: TWL4030 input support for power button, USB and chargerPaul Kocialkowski2015-08-12-0/+50
* i8042: Add keyboard enable logic in kbd_reset()Simon Glass2015-04-18-0/+7
* cros_ec: exynos: Match up device tree with kernel versionSimon Glass2015-04-18-1/+1
* dm: cros_ec: Convert to KconfigSimon Glass2015-02-19-0/+6
* cros-ec-keyboard: Synchronize DT binding from linuxSjoerd Simons2015-01-05-10/+6
* tegra: make local functions staticJeroen Hofstee2014-10-25-1/+1
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-24-0/+0
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-23-10/+10
* stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-23-2/+0
* cros_ec: Support systems with no EC interruptSimon Glass2014-03-17-4/+30
* drivers: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-29/+7
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-101/+6
* cros: adds cros_ec keyboard driverHung-ying Tyan2013-06-26-0/+262
* input: Finish simplifing key_matrix_decode_fdt()Stephen Warren2013-06-06-2/+4
* input: simplify key_matrix_decode_fdt()Stephen Warren2013-06-04-40/+26
* input: fix unaligned access in key_matrix_decode_fdt()Stephen Warren2013-06-04-1/+1
* ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass2013-02-04-1/+1
* tegra: add CONSOLE_MUX support to tegra-kbcAllen Martin2012-11-19-1/+17
* drivers/input/input.c: sparse fixKim Phillips2012-11-04-1/+1
* input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin2012-10-19-15/+87
* input: Fix i8042 keyboard resetMarc Jones2012-10-19-5/+27
* input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo2012-10-19-0/+38
* input: Provide a board specific mechanism to decide whether to skip i8042 initGabe Black2012-10-19-1/+12
* input: Use finer grain udelays while waitng for the i8042 keyboard buffer to ...Gabe Black2012-10-19-6/+3
* Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2012-10-15-1/+1
* input: Add debugging for key matrix key codesSimon Glass2012-10-15-0/+2
* input: Allow key ghosting filter to be disabledSimon Glass2012-10-15-3/+8
* input: Separate out keyboard repeat/delay from initSimon Glass2012-10-15-6/+12
* input: Correct key_matrix fdt decodingSimon Glass2012-10-15-4/+7
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-09-21-1/+1
|\
| * Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren2012-09-10-1/+1
* | input: key_matrix: fix header inclusionStephan Linz2012-09-02-0/+1
|/