1. 0a7fb2c input: i8042: Make sure the keyboard is enabled by Simon Glass · 9 years ago
  2. affa66f input: TWL6030 input support for power button, USB and charger by Paul Kocialkowski · 9 years ago
  3. feb53e2 tegra: keyboard: Fix the init order by Simon Glass · 9 years ago
  4. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  5. cb6a19f input: Ban digit numbers if 'Num Lock' is not on by Bin Meng · 9 years ago
  6. 07ab26e input: Change LED state bits to conform i8042 compatible keyboard by Bin Meng · 9 years ago
  7. 7e29bb8 input: Call keyboard's update_leds() method when the LEDs change by Bin Meng · 9 years ago
  8. 229ef05 input: Save keyboard's LED state to correct place by Bin Meng · 9 years ago
  9. 139309b input: Convert 'keyboard' driver to use input library by Simon Glass · 9 years ago
  10. 708c831 i8042: Handle a duplicate power-on-reset response by Simon Glass · 9 years ago
  11. fa0a42a input: Convert i8042 to driver model by Simon Glass · 9 years ago
  12. a1f9ee4 input: Add a Kconfig option for the i8042 keyboard by Simon Glass · 9 years ago
  13. e1a77bb input: i8042: Convert to use the input library by Simon Glass · 9 years ago
  14. 03fef7e input: Allow updating of keyboard LEDs by Simon Glass · 9 years ago
  15. f9bd6eb input: Handle caps lock by Simon Glass · 9 years ago
  16. 210ac0d input: Adjust structure of code in process_modifier() by Simon Glass · 9 years ago
  17. e6fa485 input: Support the German keymap by Simon Glass · 9 years ago
  18. d64a8cb input: Allow repeat filtering to be disabled by Simon Glass · 9 years ago
  19. 2fed04b input: Add a function to add a keycode to the existing set by Simon Glass · 9 years ago
  20. aba1f9d input: Add a few more keyboard keycodes by Simon Glass · 9 years ago
  21. e13d3fa input: Correct keycode for Ctrl-Y by Simon Glass · 9 years ago
  22. 2915ad6 i8042: Adjust keyboard init to assume success by Simon Glass · 9 years ago
  23. 4f58bbc i8042: Adjust kbd_reset() to collect all failures by Simon Glass · 9 years ago
  24. 4b48eaf i8042: Use functions to handle register access by Simon Glass · 9 years ago
  25. f406a1b video: Drop unused console functions by Simon Glass · 9 years ago
  26. aa8484f dm: cros_ec: Convert cros_ec keyboard driver to driver model by Simon Glass · 9 years ago
  27. 01e9940 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  28. fb72640 cros_ec: Use udevice instead of cros_ec_dev for keyboard functions by Simon Glass · 9 years ago
  29. e7817a9 input: Add the keycode translation tables separately by Simon Glass · 9 years ago
  30. 5e62896 input: Return -ENOSPC when there is not space by Simon Glass · 9 years ago
  31. ed32c0c dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  32. 6abe4b6 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · 9 years ago
  33. ef4d785 x86: i8042: Correctly initialize the controller by Bin Meng · 9 years ago
  34. bc82308 x86: i8042: Clean up the driver per coding convention by Bin Meng · 9 years ago
  35. c89f251 x86: i8042: Reorder static functions by Bin Meng · 9 years ago
  36. c8c1ef9 x86: i8042: Remove unused codes by Bin Meng · 9 years ago
  37. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  38. 9397fbe input: twl4030: Keypad scan and input by Paul Kocialkowski · 9 years ago
  39. f266dae input: TWL4030 input support for power button, USB and charger by Paul Kocialkowski · 9 years ago
  40. 2d1e029 i8042: Add keyboard enable logic in kbd_reset() by Simon Glass · 10 years ago
  41. 73f220c cros_ec: exynos: Match up device tree with kernel version by Simon Glass · 10 years ago
  42. 5b79bb2 dm: cros_ec: Convert to Kconfig by Simon Glass · 10 years ago
  43. d2f895f cros-ec-keyboard: Synchronize DT binding from linux by Sjoerd Simons · 10 years ago
  44. 93dfae7 tegra: make local functions static by Jeroen Hofstee · 10 years ago
  45. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  46. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  47. 1867bd4 stdio: Remove redundant code around stdio_register() calls by Simon Glass · 10 years ago
  48. 041699f cros_ec: Support systems with no EC interrupt by Simon Glass · 11 years ago
  49. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  50. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  51. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  52. 4a48bcf cros: adds cros_ec keyboard driver by Hung-ying Tyan · 12 years ago
  53. 20ece70 input: Finish simplifing key_matrix_decode_fdt() by Stephen Warren · 11 years ago
  54. daf51b6 input: simplify key_matrix_decode_fdt() by Stephen Warren · 12 years ago
  55. c999b25 input: fix unaligned access in key_matrix_decode_fdt() by Stephen Warren · 12 years ago
  56. 4f8c5f0 ppc: Move mpc5xxx clocks to arch_global_data by Simon Glass · 12 years ago
  57. 0f43e66 tegra: add CONSOLE_MUX support to tegra-kbc by Allen Martin · 12 years ago
  58. aa1132a drivers/input/input.c: sparse fix by Kim Phillips · 12 years ago
  59. 47a65ad input: Add ANSI 3.64 escape sequence generation. by Hung-Te Lin · 12 years ago
  60. 84f8db6 input: Fix i8042 keyboard reset by Marc Jones · 12 years ago
  61. 46d579c input: i8042: Provide feature to disable keyboard before booting kernel by Louis Yung-Chieh Lo · 12 years ago
  62. 1370230 input: Provide a board specific mechanism to decide whether to skip i8042 init by Gabe Black · 12 years ago
  63. c4459cb input: Use finer grain udelays while waitng for the i8042 keyboard buffer to empty by Gabe Black · 12 years ago
  64. ab37196 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · 12 years ago
  65. a380cff input: Add debugging for key matrix key codes by Simon Glass · 12 years ago
  66. 7a951eb input: Allow key ghosting filter to be disabled by Simon Glass · 12 years ago
  67. 6bca4f4 input: Separate out keyboard repeat/delay from init by Simon Glass · 12 years ago
  68. b0e051d input: Correct key_matrix fdt decoding by Simon Glass · 12 years ago
  69. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  70. 22562a4 Tegra: Change Tegra20 to Tegra in common code, prep for T30 by Tom Warren · 12 years ago
  71. 1c7b193 input: key_matrix: fix header inclusion by Stephan Linz · 12 years ago
  72. 55d98a1 tegra20: rename tegra2 -> tegra20 by Allen Martin · 12 years ago
  73. 382abbd tegra: Add tegra keyboard driver by Rakesh Iyer · 13 years ago
  74. 757342a input: Add support for keyboard matrix decoding from an fdt by Bernie Thompson · 13 years ago
  75. ec9fe92 input: Add generic keyboard input handler by Simon Glass · 13 years ago
  76. 15bbe8d x86: Fix some bugs in the i8402 driver when no controller is present by Gabe Black · 13 years ago
  77. 76a5d32 x86: Make the i8042 driver checkpatch clean by Gabe Black · 13 years ago
  78. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  79. fb52e95 Remove HMI10 board support by Wolfgang Denk · 14 years ago
  80. a414c7a mpc5xxx: Remove all references to MGT5100 by Detlev Zundel · 15 years ago
  81. dbd8bcb License cleanup: remove unintended "All Rights Reserved" notices. by Wolfgang Denk · 15 years ago
  82. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  83. 166fb54 Rename common ns16550 constants with UART_ prefix to prevent conflicts by Detlev Zundel · 16 years ago
  84. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  85. 6f39ff3 drivers/input: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  86. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  87. 328c6ec TQM8548: Basic support for the TQM8548 modules by Wolfgang Grandegger · 16 years ago
  88. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  89. 0c20dcd drivers/input : move input drivers to drivers/input by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago