aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2014-09-24kconfig: 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-17cros_ec: Support systems with no EC interruptSimon Glass1-4/+30
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-29/+7
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk6-101/+6
2013-06-26cros: adds cros_ec keyboard driverHung-ying Tyan2-0/+262
2013-06-06input: Finish simplifing key_matrix_decode_fdt()Stephen Warren1-2/+4
2013-06-04input: simplify key_matrix_decode_fdt()Stephen Warren1-40/+26
2013-06-04input: fix unaligned access in key_matrix_decode_fdt()Stephen Warren1-1/+1
2013-02-04ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass1-1/+1
2012-11-19tegra: add CONSOLE_MUX support to tegra-kbcAllen Martin1-1/+17
2012-11-04drivers/input/input.c: sparse fixKim Phillips1-1/+1
2012-10-19input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin1-15/+87
2012-10-19input: Fix i8042 keyboard resetMarc Jones1-5/+27
2012-10-19input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo1-0/+38
2012-10-19input: Provide a board specific mechanism to decide whether to skip i8042 initGabe Black1-1/+12
2012-10-19input: Use finer grain udelays while waitng for the i8042 keyboard buffer to ...Gabe Black1-6/+3
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren1-1/+1
2012-10-15input: Add debugging for key matrix key codesSimon Glass1-0/+2
2012-10-15input: Allow key ghosting filter to be disabledSimon Glass2-3/+8
2012-10-15input: Separate out keyboard repeat/delay from initSimon Glass2-6/+12
2012-10-15input: Correct key_matrix fdt decodingSimon Glass1-4/+7
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren1-1/+1
2012-09-02input: key_matrix: fix header inclusionStephan Linz1-0/+1
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin1-1/+1
2012-05-15tegra: Add tegra keyboard driverRakesh Iyer1-0/+375
2012-05-15input: Add support for keyboard matrix decoding from an fdtBernie Thompson2-0/+210
2012-05-15input: Add generic keyboard input handlerSimon Glass2-0/+431
2011-11-29x86: Fix some bugs in the i8402 driver when no controller is presentGabe Black1-1/+11
2011-11-29x86: Make the i8042 driver checkpatch cleanGabe Black1-498/+472
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-09-19Remove HMI10 board supportWolfgang Denk1-92/+17
2010-03-21mpc5xxx: Remove all references to MGT5100Detlev Zundel1-11/+0
2009-09-04License cleanup: remove unintended "All Rights Reserved" notices.Wolfgang Denk4-4/+0
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-3/+3
2009-04-03Rename common ns16550 constants with UART_ prefix to prevent conflictsDetlev Zundel1-10/+12
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-11/+11
2008-08-13drivers/input: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD6-23/+5
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-1/+1
2008-06-11TQM8548: Basic support for the TQM8548 modulesWolfgang Grandegger1-10/+21
2008-05-21Big white-space cleanup.Wolfgang Denk2-9/+9
2007-11-25drivers/input : move input drivers to drivers/inputJean-Christophe PLAGNIOL-VILLARD6-0/+2068