summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-134-4/+4
* input: add support for FN1 - FN10 on crosswire kbdHeinrich Schuchardt2020-11-091-10/+25
* cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak2020-11-051-6/+26
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-201-1/+1
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* kconfig: mark SPL/TPL options for DM_KEYBOARDMarcin Juszkiewicz2020-06-021-2/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-186-0/+6
* input: Move input.o to be built only in some casesTom Rini2019-11-191-3/+3
* env: Move env_get() to env.hSimon Glass2019-08-112-0/+2
* Kconfig: tegra: Migrate TEGRA_KEYBOARDPeter Robinson2019-02-201-0/+6
* input: i8042: Use remove() instead of exported functionsSimon Glass2018-12-051-15/+20
* 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-231-1/+1
* powerpc: mpc8541: Remove macro CONFIG_MPC8541York Sun2016-11-231-1/+1
* powerpc: mpc8540: Remove macro CONFIG_MPC8540York Sun2016-11-231-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-171-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