summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+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 Glass4-4/+4
2020-11-09input: add support for FN1 - FN10 on crosswire kbdHeinrich Schuchardt1-10/+25
2020-11-05cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak1-6/+26
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-06-03kconfig: mark SPL/TPL options for DM_KEYBOARDMarcin Juszkiewicz1-2/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass6-0/+6
2019-11-20input: Move input.o to be built only in some casesTom Rini1-3/+3
2019-08-11env: Move env_get() to env.hSimon Glass2-0/+2
2019-02-20Kconfig: tegra: Migrate TEGRA_KEYBOARDPeter Robinson1-0/+6
2018-12-05input: i8042: Use remove() instead of exported functionsSimon Glass1-15/+20
2018-10-09spl: input: Allow input in SPL and TPLSimon Glass3-5/+59
2018-08-17Convert CONFIG_TWL4030_LED et al to KconfigAdam Ford1-0/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini9-19/+9
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-04-07input: Drop PS/2 keyboard supportSimon Glass5-950/+0
2018-03-05input: indicate that code page 437 is usedHeinrich Schuchardt1-1/+4
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-2/+2
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2-95/+1
2017-06-01cros_ec: Update the cros_ec keyboard driver to livetreeSimon Glass3-24/+22
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass3-3/+3
2016-11-24powerpc: MPC8555: Remove macro CONFIG_MPC8555York Sun1-1/+1
2016-11-24powerpc: mpc8541: Remove macro CONFIG_MPC8541York Sun1-1/+1
2016-11-24powerpc: mpc8540: Remove macro CONFIG_MPC8540York Sun1-1/+1
2016-10-02input: specify the default of I8042_KEYB in more correct mannerMasahiro Yamada1-0/+1
2016-03-17input: i8042: Make sure the keyboard is enabledSimon Glass1-0/+4
2016-03-15input: TWL6030 input support for power button, USB and chargerPaul Kocialkowski2-0/+49
2016-02-16tegra: keyboard: Fix the init orderSimon Glass1-1/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass2-0/+4
2015-11-20input: Ban digit numbers if 'Num Lock' is not onBin Meng1-0/+6
2015-11-20input: Change LED state bits to conform i8042 compatible keyboardBin Meng1-3/+3
2015-11-20input: Call keyboard's update_leds() method when the LEDs changeBin Meng1-0/+15
2015-11-20input: Save keyboard's LED state to correct placeBin Meng1-1/+1
2015-11-20input: Convert 'keyboard' driver to use input librarySimon Glass1-252/+38
2015-11-20i8042: Handle a duplicate power-on-reset responseSimon Glass1-2/+19
2015-11-20input: Convert i8042 to driver modelSimon Glass2-35/+76
2015-11-20input: Add a Kconfig option for the i8042 keyboardSimon Glass1-0/+10
2015-11-20input: i8042: Convert to use the input librarySimon Glass1-424/+69
2015-11-20input: Allow updating of keyboard LEDsSimon Glass1-0/+9
2015-11-20input: Handle caps lockSimon Glass1-5/+8
2015-11-20input: Adjust structure of code in process_modifier()Simon Glass1-13/+14
2015-11-20input: Support the German keymapSimon Glass3-14/+99
2015-11-20input: Allow repeat filtering to be disabledSimon Glass1-2/+7
2015-11-20input: Add a function to add a keycode to the existing setSimon Glass1-4/+42