Commit Graph

86 Commits (cd9c2070ea0712bd69e18236e8b52232fd27b02e)

Author SHA1 Message Date
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Bin Meng e5f330c482 input: Ban digit numbers if 'Num Lock' is not on 9 years ago
Bin Meng 377a069643 input: Change LED state bits to conform i8042 compatible keyboard 9 years ago
Bin Meng cd810918fd input: Call keyboard's update_leds() method when the LEDs change 9 years ago
Bin Meng 533c81a949 input: Save keyboard's LED state to correct place 9 years ago
Simon Glass 91f815450f input: Convert 'keyboard' driver to use input library 9 years ago
Simon Glass 011d89d606 i8042: Handle a duplicate power-on-reset response 9 years ago
Simon Glass dcbf825714 input: Convert i8042 to driver model 9 years ago
Simon Glass b0abfeff98 input: Add a Kconfig option for the i8042 keyboard 9 years ago
Simon Glass 2ec739db5b input: i8042: Convert to use the input library 9 years ago
Simon Glass 3b5f6f5001 input: Allow updating of keyboard LEDs 9 years ago
Simon Glass ba42034267 input: Handle caps lock 9 years ago
Simon Glass a683d0d347 input: Adjust structure of code in process_modifier() 9 years ago
Simon Glass b1d7a1875e input: Support the German keymap 9 years ago
Simon Glass 0b186c0825 input: Allow repeat filtering to be disabled 9 years ago
Simon Glass 3a85e4362a input: Add a function to add a keycode to the existing set 9 years ago
Simon Glass 77c7f0459f input: Add a few more keyboard keycodes 9 years ago
Simon Glass 2e5513bda0 input: Correct keycode for Ctrl-Y 9 years ago
Simon Glass c5d257f93f i8042: Adjust keyboard init to assume success 9 years ago
Simon Glass 4f087bace2 i8042: Adjust kbd_reset() to collect all failures 9 years ago
Simon Glass 31d38ee66d i8042: Use functions to handle register access 9 years ago
Simon Glass 7fe0933c58 video: Drop unused console functions 9 years ago
Simon Glass 1fa4bfde18 dm: cros_ec: Convert cros_ec keyboard driver to driver model 9 years ago
Simon Glass f77f5e9be7 dm: tegra: Convert keyboard driver to driver model 9 years ago
Simon Glass 745009c4d0 cros_ec: Use udevice instead of cros_ec_dev for keyboard functions 9 years ago
Simon Glass 66877b0f5f input: Add the keycode translation tables separately 9 years ago
Simon Glass 92778b2784 input: Return -ENOSPC when there is not space 9 years ago
Simon Glass e84421d8f3 dm: input: Create a keyboard uclass 9 years ago
Bin Meng 1caf934a05 video: Drop DEV_FLAGS_SYSTEM flag 9 years ago
Bin Meng 7d96166b1b x86: i8042: Correctly initialize the controller 9 years ago
Bin Meng 835dd00050 x86: i8042: Clean up the driver per coding convention 9 years ago
Bin Meng 3928d66a5e x86: i8042: Reorder static functions 9 years ago
Bin Meng 5e653b0609 x86: i8042: Remove unused codes 9 years ago
Masahiro Yamada 0f9258228e of: clean up OF_CONTROL ifdef conditionals 9 years ago
Paul Kocialkowski a4c8bbbc28 input: twl4030: Keypad scan and input 9 years ago
Paul Kocialkowski 7d5ac91832 input: TWL4030 input support for power button, USB and charger 9 years ago
Simon Glass f9f788f072 i8042: Add keyboard enable logic in kbd_reset() 10 years ago
Simon Glass 3fbb78711c cros_ec: exynos: Match up device tree with kernel version 10 years ago
Simon Glass 6fb9ac15eb dm: cros_ec: Convert to Kconfig 10 years ago
Sjoerd Simons 9332274989 cros-ec-keyboard: Synchronize DT binding from linux 10 years ago
Jeroen Hofstee 19d7bf3d86 tegra: make local functions static 10 years ago
Masahiro Yamada ed36323f6d kconfig: add blank Kconfig files 10 years ago
Simon Glass 709ea543b9 stdio: Pass device pointer to stdio methods 11 years ago
Simon Glass 91d0be1dd8 stdio: Remove redundant code around stdio_register() calls 11 years ago
Simon Glass e0dd81e3aa cros_ec: Support systems with no EC interrupt 11 years ago
Masahiro Yamada 710f1d3d5f drivers: convert makefiles to Kbuild style 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Hung-ying Tyan 713cb68045 cros: adds cros_ec keyboard driver 12 years ago
Stephen Warren 374e837069 input: Finish simplifing key_matrix_decode_fdt() 12 years ago