aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/i8042.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17input: i8042: Make sure the keyboard is enabledSimon Glass1-0/+4
2015-11-19i8042: Handle a duplicate power-on-reset responseSimon Glass1-2/+19
2015-11-19input: Convert i8042 to driver modelSimon Glass1-34/+75
2015-11-19input: i8042: Convert to use the input librarySimon Glass1-424/+69
2015-11-19i8042: Adjust keyboard init to assume successSimon Glass1-10/+9
2015-11-19i8042: Adjust kbd_reset() to collect all failuresSimon Glass1-5/+8
2015-11-19i8042: Use functions to handle register accessSimon Glass1-31/+44
2015-11-19video: Drop unused console functionsSimon Glass1-23/+0
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-04-18i8042: Add keyboard enable logic in kbd_reset()Simon Glass1-0/+7
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-2/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
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
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
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-08-13drivers/input: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-4/+0
2007-11-25drivers/input : move input drivers to drivers/inputJean-Christophe PLAGNIOL-VILLARD1-0/+674