1. 25df915 input: button_kbd: make driver complementary to gpio buttons by Svyatoslav Ryhel · 1 year, 6 months ago
  2. f1692c9 sh4: Drop unused twl6030 driver by Simon Glass · 1 year, 7 months ago
  3. e877996 dm: input: add button_kbd driver by Dzmitry Sankouski · 1 year, 8 months ago
  4. f60e6f6 input: Remove legacy KEYBOARD option by Tom Rini · 2 years ago
  5. d42f107 input: apple: Add support for Apple SPI keyboard by Mark Kettenis · 2 years, 8 months ago
  6. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  7. 93e1edf Convert CONFIG_KEYBOARD to Kconfig by Simon Glass · 2 years, 10 months ago
  8. b21f965 i8042: Do not abuse CONFIG namespace by Tom Rini · 3 years, 1 month ago
  9. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 5 months ago
  10. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  11. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  12. b055a05 input: add support for FN1 - FN10 on crosswire kbd by Heinrich Schuchardt · 4 years ago
  13. 6900797 cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENT by Alper Nebi Yasak · 3 years, 11 months ago
  14. 8613c8d treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  15. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  16. 3c12c62 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  17. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 3 months ago
  18. 3e2aea7 kconfig: mark SPL/TPL options for DM_KEYBOARD by Marcin Juszkiewicz · 4 years, 4 months ago
  19. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 4 months ago
  20. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  21. 30b59dd input: Move input.o to be built only in some cases by Tom Rini · 4 years, 10 months ago
  22. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  23. 06b070e Kconfig: tegra: Migrate TEGRA_KEYBOARD by Peter Robinson · 6 years ago
  24. 165be50 input: i8042: Use remove() instead of exported functions by Simon Glass · 6 years ago
  25. 985ca39 spl: input: Allow input in SPL and TPL by Simon Glass · 6 years ago
  26. cc3fedb Convert CONFIG_TWL4030_LED et al to Kconfig by Adam Ford · 6 years ago
  27. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  28. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  29. b79b9f1 input: Drop PS/2 keyboard support by Simon Glass · 7 years ago
  30. a84f559 input: indicate that code page 437 is used by Heinrich Schuchardt · 7 years ago
  31. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  32. 064b55c powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  33. 8327d41 cros_ec: Update the cros_ec keyboard driver to livetree by Simon Glass · 7 years ago
  34. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  35. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  36. 3c3d8ab powerpc: MPC8555: Remove macro CONFIG_MPC8555 by York Sun · 8 years ago
  37. 3aff308 powerpc: mpc8541: Remove macro CONFIG_MPC8541 by York Sun · 8 years ago
  38. 7f82521 powerpc: mpc8540: Remove macro CONFIG_MPC8540 by York Sun · 8 years ago
  39. b98278b input: specify the default of I8042_KEYB in more correct manner by Masahiro Yamada · 8 years ago
  40. 8226a3e input: i8042: Make sure the keyboard is enabled by Simon Glass · 9 years ago
  41. 461484c input: TWL6030 input support for power button, USB and charger by Paul Kocialkowski · 9 years ago
  42. 7324847 tegra: keyboard: Fix the init order by Simon Glass · 9 years ago
  43. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  44. e5f330c input: Ban digit numbers if 'Num Lock' is not on by Bin Meng · 9 years ago
  45. 377a069 input: Change LED state bits to conform i8042 compatible keyboard by Bin Meng · 9 years ago
  46. cd81091 input: Call keyboard's update_leds() method when the LEDs change by Bin Meng · 9 years ago
  47. 533c81a input: Save keyboard's LED state to correct place by Bin Meng · 9 years ago
  48. 91f8154 input: Convert 'keyboard' driver to use input library by Simon Glass · 9 years ago
  49. 011d89d i8042: Handle a duplicate power-on-reset response by Simon Glass · 9 years ago
  50. dcbf825 input: Convert i8042 to driver model by Simon Glass · 9 years ago
  51. b0abfef input: Add a Kconfig option for the i8042 keyboard by Simon Glass · 9 years ago
  52. 2ec739d input: i8042: Convert to use the input library by Simon Glass · 9 years ago
  53. 3b5f6f5 input: Allow updating of keyboard LEDs by Simon Glass · 9 years ago
  54. ba42034 input: Handle caps lock by Simon Glass · 9 years ago
  55. a683d0d input: Adjust structure of code in process_modifier() by Simon Glass · 9 years ago
  56. b1d7a18 input: Support the German keymap by Simon Glass · 9 years ago
  57. 0b186c0 input: Allow repeat filtering to be disabled by Simon Glass · 9 years ago
  58. 3a85e43 input: Add a function to add a keycode to the existing set by Simon Glass · 9 years ago
  59. 77c7f04 input: Add a few more keyboard keycodes by Simon Glass · 9 years ago
  60. 2e5513b input: Correct keycode for Ctrl-Y by Simon Glass · 9 years ago
  61. c5d257f i8042: Adjust keyboard init to assume success by Simon Glass · 9 years ago
  62. 4f087ba i8042: Adjust kbd_reset() to collect all failures by Simon Glass · 9 years ago
  63. 31d38ee i8042: Use functions to handle register access by Simon Glass · 9 years ago
  64. 7fe0933 video: Drop unused console functions by Simon Glass · 9 years ago
  65. 1fa4bfd dm: cros_ec: Convert cros_ec keyboard driver to driver model by Simon Glass · 9 years ago
  66. f77f5e9 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  67. 745009c cros_ec: Use udevice instead of cros_ec_dev for keyboard functions by Simon Glass · 9 years ago
  68. 66877b0 input: Add the keycode translation tables separately by Simon Glass · 9 years ago
  69. 92778b2 input: Return -ENOSPC when there is not space by Simon Glass · 9 years ago
  70. e84421d dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  71. 1caf934 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · 9 years ago
  72. 7d96166 x86: i8042: Correctly initialize the controller by Bin Meng · 9 years ago
  73. 835dd00 x86: i8042: Clean up the driver per coding convention by Bin Meng · 9 years ago
  74. 3928d66 x86: i8042: Reorder static functions by Bin Meng · 9 years ago
  75. 5e653b0 x86: i8042: Remove unused codes by Bin Meng · 9 years ago
  76. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  77. a4c8bbb input: twl4030: Keypad scan and input by Paul Kocialkowski · 9 years ago
  78. 7d5ac91 input: TWL4030 input support for power button, USB and charger by Paul Kocialkowski · 9 years ago
  79. f9f788f i8042: Add keyboard enable logic in kbd_reset() by Simon Glass · 9 years ago
  80. 3fbb787 cros_ec: exynos: Match up device tree with kernel version by Simon Glass · 9 years ago
  81. 6fb9ac1 dm: cros_ec: Convert to Kconfig by Simon Glass · 10 years ago
  82. 9332274 cros-ec-keyboard: Synchronize DT binding from linux by Sjoerd Simons · 10 years ago
  83. 19d7bf3 tegra: make local functions static by Jeroen Hofstee · 10 years ago
  84. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  85. 709ea54 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  86. 91d0be1 stdio: Remove redundant code around stdio_register() calls by Simon Glass · 10 years ago
  87. e0dd81e cros_ec: Support systems with no EC interrupt by Simon Glass · 11 years ago
  88. 710f1d3 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  89. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  90. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  91. 713cb68 cros: adds cros_ec keyboard driver by Hung-ying Tyan · 11 years ago
  92. 374e837 input: Finish simplifing key_matrix_decode_fdt() by Stephen Warren · 11 years ago
  93. df637fa input: simplify key_matrix_decode_fdt() by Stephen Warren · 11 years ago
  94. e573617 input: fix unaligned access in key_matrix_decode_fdt() by Stephen Warren · 11 years ago
  95. b287749 ppc: Move mpc5xxx clocks to arch_global_data by Simon Glass · 12 years ago
  96. 1ed0b51 tegra: add CONSOLE_MUX support to tegra-kbc by Allen Martin · 12 years ago
  97. c14e94e drivers/input/input.c: sparse fix by Kim Phillips · 12 years ago
  98. 44abe47 input: Add ANSI 3.64 escape sequence generation. by Hung-Te Lin · 12 years ago
  99. 59a1b72 input: Fix i8042 keyboard reset by Marc Jones · 12 years ago
  100. 45fe668 input: i8042: Provide feature to disable keyboard before booting kernel by Louis Yung-Chieh Lo · 12 years ago