aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spl: input: Allow input in SPL and TPLSimon Glass2018-10-093-5/+59
* Convert CONFIG_TWL4030_LED et al to KconfigAdam Ford2018-08-171-0/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-079-19/+9
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* input: Drop PS/2 keyboard supportSimon Glass2018-04-065-950/+0
* input: indicate that code page 437 is usedHeinrich Schuchardt2018-03-051-1/+4
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-162-2/+2
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-162-95/+1
* cros_ec: Update the cros_ec keyboard driver to livetreeSimon Glass2017-06-013-24/+22
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-083-3/+3
* powerpc: MPC8555: Remove macro CONFIG_MPC8555York Sun2016-11-241-1/+1
* powerpc: mpc8541: Remove macro CONFIG_MPC8541York Sun2016-11-241-1/+1
* powerpc: mpc8540: Remove macro CONFIG_MPC8540York Sun2016-11-241-1/+1
* input: specify the default of I8042_KEYB in more correct mannerMasahiro Yamada2016-10-011-0/+1
* input: i8042: Make sure the keyboard is enabledSimon Glass2016-03-161-0/+4
* input: TWL6030 input support for power button, USB and chargerPaul Kocialkowski2016-03-152-0/+49
* tegra: keyboard: Fix the init orderSimon Glass2016-02-161-1/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-192-0/+4
* input: Ban digit numbers if 'Num Lock' is not onBin Meng2015-11-191-0/+6
* input: Change LED state bits to conform i8042 compatible keyboardBin Meng2015-11-191-3/+3
* input: Call keyboard's update_leds() method when the LEDs changeBin Meng2015-11-191-0/+15
* input: Save keyboard's LED state to correct placeBin Meng2015-11-191-1/+1
* input: Convert 'keyboard' driver to use input librarySimon Glass2015-11-191-252/+38
* i8042: Handle a duplicate power-on-reset responseSimon Glass2015-11-191-2/+19
* input: Convert i8042 to driver modelSimon Glass2015-11-192-35/+76
* input: Add a Kconfig option for the i8042 keyboardSimon Glass2015-11-191-0/+10
* input: i8042: Convert to use the input librarySimon Glass2015-11-191-424/+69
* input: Allow updating of keyboard LEDsSimon Glass2015-11-191-0/+9
* input: Handle caps lockSimon Glass2015-11-191-5/+8
* input: Adjust structure of code in process_modifier()Simon Glass2015-11-191-13/+14
* input: Support the German keymapSimon Glass2015-11-193-14/+99
* input: Allow repeat filtering to be disabledSimon Glass2015-11-191-2/+7
* input: Add a function to add a keycode to the existing setSimon Glass2015-11-191-4/+42
* input: Add a few more keyboard keycodesSimon Glass2015-11-191-3/+3
* input: Correct keycode for Ctrl-YSimon Glass2015-11-191-1/+1
* 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