summaryrefslogtreecommitdiff
path: root/drivers/input/i8042.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-30i8042: Do not abuse CONFIG namespaceTom Rini1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-12-05input: i8042: Use remove() instead of exported functionsSimon Glass1-15/+20
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-03-17input: i8042: Make sure the keyboard is enabledSimon Glass1-0/+4
2015-11-20i8042: Handle a duplicate power-on-reset responseSimon Glass1-2/+19
2015-11-20input: Convert i8042 to driver modelSimon Glass1-34/+75
2015-11-20input: i8042: Convert to use the input librarySimon Glass1-424/+69
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-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-15Coding 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-20input: Fix i8042 keyboard resetMarc Jones1-5/+27
2012-10-20input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo1-0/+38
2012-10-20input: Provide a board specific mechanism to decide whether to skip i8042 initGabe Black1-1/+12
2012-10-20input: 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-26drivers/input : move input drivers to drivers/inputJean-Christophe PLAGNIOL-VILLARD1-0/+674