summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2020-06-02kconfig: mark SPL/TPL options for DM_KEYBOARDMarcin Juszkiewicz
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2019-11-19input: Move input.o to be built only in some casesTom Rini
2019-08-11env: Move env_get() to env.hSimon Glass
2019-02-20Kconfig: tegra: Migrate TEGRA_KEYBOARDPeter Robinson
2018-12-05input: i8042: Use remove() instead of exported functionsSimon Glass
2018-10-09spl: input: Allow input in SPL and TPLSimon Glass
2018-08-17Convert CONFIG_TWL4030_LED et al to KconfigAdam Ford
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-06input: Drop PS/2 keyboard supportSimon Glass
2018-03-05input: indicate that code page 437 is usedHeinrich Schuchardt
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher
2017-06-01cros_ec: Update the cros_ec keyboard driver to livetreeSimon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-11-23powerpc: MPC8555: Remove macro CONFIG_MPC8555York Sun
2016-11-23powerpc: mpc8541: Remove macro CONFIG_MPC8541York Sun
2016-11-23powerpc: mpc8540: Remove macro CONFIG_MPC8540York Sun
2016-10-01input: specify the default of I8042_KEYB in more correct mannerMasahiro Yamada
2016-03-17input: i8042: Make sure the keyboard is enabledSimon Glass
2016-03-15input: TWL6030 input support for power button, USB and chargerPaul Kocialkowski
2016-02-16tegra: keyboard: Fix the init orderSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-19input: Ban digit numbers if 'Num Lock' is not onBin Meng
2015-11-19input: Change LED state bits to conform i8042 compatible keyboardBin Meng
2015-11-19input: Call keyboard's update_leds() method when the LEDs changeBin Meng
2015-11-19input: Save keyboard's LED state to correct placeBin Meng
2015-11-19input: Convert 'keyboard' driver to use input librarySimon Glass
2015-11-19i8042: Handle a duplicate power-on-reset responseSimon Glass
2015-11-19input: Convert i8042 to driver modelSimon Glass
2015-11-19input: Add a Kconfig option for the i8042 keyboardSimon Glass
2015-11-19input: i8042: Convert to use the input librarySimon Glass
2015-11-19input: Allow updating of keyboard LEDsSimon Glass
2015-11-19input: Handle caps lockSimon Glass
2015-11-19input: Adjust structure of code in process_modifier()Simon Glass
2015-11-19input: Support the German keymapSimon Glass
2015-11-19input: Allow repeat filtering to be disabledSimon Glass
2015-11-19input: Add a function to add a keycode to the existing setSimon Glass
2015-11-19input: Add a few more keyboard keycodesSimon Glass
2015-11-19input: Correct keycode for Ctrl-YSimon Glass
2015-11-19i8042: Adjust keyboard init to assume successSimon Glass
2015-11-19i8042: Adjust kbd_reset() to collect all failuresSimon Glass
2015-11-19i8042: Use functions to handle register accessSimon Glass
2015-11-19video: Drop unused console functionsSimon Glass
2015-11-19dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass
2015-11-19dm: tegra: Convert keyboard driver to driver modelSimon Glass
2015-11-19cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass