1. 57ce19f ns16550: unify serial_rockchip by Thomas Chou · 9 years ago
  2. 78b9881 ns16550: unify serial_ppc by Thomas Chou · 9 years ago
  3. b0245de ns16550: unify serial_x86 by Thomas Chou · 9 years ago
  4. 16b2e7e ns16550: add generic binding to unify the drivers by Thomas Chou · 9 years ago
  5. d745429 ns16550: change map_sysmem to map_physmem by Thomas Chou · 9 years ago
  6. d073841 debug_uart: restore ns16550 as default by Thomas Chou · 9 years ago
  7. 12c420c dm: Add timeline and guide for porting serial drivers by Simon Glass · 9 years ago
  8. c0ccc72 dm: test: usb: sandbox: Add keyboard tests for sandbox by Simon Glass · 9 years ago
  9. 2b510fa sandbox: Enable USB keyboard by Simon Glass · 9 years ago
  10. be4ebd1 usb: sandbox: Add a USB emulation driver by Simon Glass · 9 years ago
  11. 9042179 usb: sandbox: Add support for interrupt operations by Simon Glass · 9 years ago
  12. ab88fdb usb: Avoid open-coded USB constants in usb_kbd.c by Simon Glass · 9 years ago
  13. 48629c5 usb: Drop unused code in usb_kbd.c by Simon Glass · 9 years ago
  14. 846bb37 dm: test: usb: Add a test for device reordering by Simon Glass · 9 years ago
  15. 4700fe5 dm: test: usb: Add tests for the 'usb tree' command by Simon Glass · 9 years ago
  16. 35787d2 dm: usb: Remove inactive children after a bus scan by Simon Glass · 9 years ago
  17. 5082c69 dm: usb: Deprecate usb_get_dev_index() by Simon Glass · 9 years ago
  18. 7e7573c Revert "dm: Export device_remove_children / device_unbind_children" by Simon Glass · 9 years ago
  19. a435b6c Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop" by Simon Glass · 9 years ago
  20. d43d7e9 Revert "dm: usb: Rename usb_find_child to usb_find_emul_child" by Simon Glass · 9 years ago
  21. 668ef3d sandbox: usb: Allow finding a USB emulator for a device by Simon Glass · 9 years ago
  22. ac33899 sandbox: usb: Allow up to 4 emulated devices on a hub by Simon Glass · 9 years ago
  23. 31d7816 sandbox: usb: Allow dynamic emulated USB device descriptors by Simon Glass · 9 years ago
  24. 0a74c96 dm: core: Add safe device iteration macros by Simon Glass · 9 years ago
  25. 09def3a usb: Refactor USB tree output code for testing by Simon Glass · 9 years ago
  26. fe6d12a test: Record and silence console in tests by Simon Glass · 9 years ago
  27. 79defce sandbox: Enable console recording and silent console by Simon Glass · 9 years ago
  28. 1bb4923 console: Add a console buffer by Simon Glass · 9 years ago
  29. 1294ecf Add a circular memory buffer implementation by Simon Glass · 9 years ago
  30. 456f5e4 Drop config.h header from display_options.c by Simon Glass · 9 years ago
  31. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  32. 2d7c499 dm: usb: Avoid time delays in sandbox tests by Simon Glass · 9 years ago
  33. b25fa31 sandbox: Add a way to skip time delays by Simon Glass · 9 years ago
  34. bfb744c sandbox: cros_ec: fix uninitialized use of len by Daniel Schwierzeck · 9 years ago
  35. 7ca7374 x86: qemu: Convert to use driver model keyboard by Bin Meng · 9 years ago
  36. 50704d3 x86: crownbay: Convert to use driver model keyboard by Bin Meng · 9 years ago
  37. cb6a19f input: Ban digit numbers if 'Num Lock' is not on by Bin Meng · 9 years ago
  38. 07ab26e input: Change LED state bits to conform i8042 compatible keyboard by Bin Meng · 9 years ago
  39. 7e29bb8 input: Call keyboard's update_leds() method when the LEDs change by Bin Meng · 9 years ago
  40. 229ef05 input: Save keyboard's LED state to correct place by Bin Meng · 9 years ago
  41. 139309b input: Convert 'keyboard' driver to use input library by Simon Glass · 9 years ago
  42. eaba37e video: input: Clean up after i8042 conversion by Simon Glass · 9 years ago
  43. 708c831 i8042: Handle a duplicate power-on-reset response by Simon Glass · 9 years ago
  44. fa0a42a input: Convert i8042 to driver model by Simon Glass · 9 years ago
  45. ffe67e4 Drop CONFIG_ISA_KEYBOARD by Simon Glass · 9 years ago
  46. 3356cad x86: Add an i8042 device for boards that have it by Simon Glass · 9 years ago
  47. a1f9ee4 input: Add a Kconfig option for the i8042 keyboard by Simon Glass · 9 years ago
  48. e1a77bb input: i8042: Convert to use the input library by Simon Glass · 9 years ago
  49. 03fef7e input: Allow updating of keyboard LEDs by Simon Glass · 9 years ago
  50. f9bd6eb input: Handle caps lock by Simon Glass · 9 years ago
  51. 210ac0d input: Adjust structure of code in process_modifier() by Simon Glass · 9 years ago
  52. e6fa485 input: Support the German keymap by Simon Glass · 9 years ago
  53. 7b059dc sandbox: add a sandbox timer and basic test by Thomas Chou · 9 years ago
  54. c2fbaa2 common/board_f.c: move mark_bootstage after arch_cpu_init_dm by Thomas Chou · 9 years ago
  55. d64a8cb input: Allow repeat filtering to be disabled by Simon Glass · 9 years ago
  56. 2fed04b input: Add a function to add a keycode to the existing set by Simon Glass · 9 years ago
  57. aba1f9d input: Add a few more keyboard keycodes by Simon Glass · 9 years ago
  58. e13d3fa input: Correct keycode for Ctrl-Y by Simon Glass · 9 years ago
  59. 2915ad6 i8042: Adjust keyboard init to assume success by Simon Glass · 9 years ago
  60. 4f58bbc i8042: Adjust kbd_reset() to collect all failures by Simon Glass · 9 years ago
  61. 4b48eaf i8042: Use functions to handle register access by Simon Glass · 9 years ago
  62. f406a1b video: Drop unused console functions by Simon Glass · 9 years ago
  63. aa8484f dm: cros_ec: Convert cros_ec keyboard driver to driver model by Simon Glass · 9 years ago
  64. 01e9940 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  65. d3d4035 dm: stdio: Plumb in the new keyboard uclass by Simon Glass · 9 years ago
  66. fb72640 cros_ec: Use udevice instead of cros_ec_dev for keyboard functions by Simon Glass · 9 years ago
  67. e7817a9 input: Add the keycode translation tables separately by Simon Glass · 9 years ago
  68. 5e62896 input: Return -ENOSPC when there is not space by Simon Glass · 9 years ago
  69. 244f589 input: Add a device pointer to the input config by Simon Glass · 9 years ago
  70. ed32c0c dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  71. 02f0c28 dm: usb: Add support for USB keyboards with driver model by Simon Glass · 9 years ago
  72. 9be550b rockchip: Turn on CONFIG_DEBUG_UART_NS16550 in defconfigs by Ariel D'Alessandro · 9 years ago
  73. 8760394 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  74. ecc0931 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  75. 78a9bc8 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  76. f3aabf1 common: mii: Do not allow to exceed max phy limit by Michal Simek · 9 years ago
  77. 8bc7817 zynq: sdhci: Define max clock by macro by Michal Simek · 9 years ago
  78. 728d32e net: zynq: Fix MDC setting for zynq by Michal Simek · 9 years ago
  79. d5abec6 net: zynq: Remove unused MDCCLKDIV2 macro by Michal Simek · 9 years ago
  80. 6429595 net: zynq: Fix mdc clock division setting for 100Mbit/s by Michal Simek · 9 years ago
  81. 975ae35 net: zynq: Wait till packet is sent by Michal Simek · 9 years ago
  82. 2304511 net: zynq: Disable secondary queues by Edgar E. Iglesias · 9 years ago
  83. 1dc446e net: zynq: Add dummy packet to fix packet duplication issue by Michal Simek · 9 years ago
  84. f91f7e5 net: zynq: Do not report TX underrun by Michal Simek · 9 years ago
  85. b6fe7ad net: zynq: Setup BD when structures are filled by Michal Simek · 9 years ago
  86. c6eb0bc net: zynq: Allocate BD_SPACE in connection to RX_BUF by Michal Simek · 9 years ago
  87. c790ede dm: sf: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  88. 61809f5 dm: core: Add missing entries for manual relocation by Michal Simek · 9 years ago
  89. 28d7e4e dm: spi: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  90. 14c96dc microblaze: Fix C99/gnu99 compatiblity for inline functions by Nathan Rossi · 9 years ago
  91. 8888839 microblaze: Fix style issues in header files by Nathan Rossi · 9 years ago
  92. ff5dbef net: zynq: Fix clearing statistic by Michal Simek · 9 years ago
  93. 74a86e8 net: zynq: Extend register description with offsets by Michal Simek · 9 years ago
  94. 492de0f net: zynq: Add support for different PHY interface types by Michal Simek · 9 years ago
  95. c919c2c net: zynq: Add debug message to phyread/phywrite by Michal Simek · 9 years ago
  96. af52939 ARM: zynq: Add target for building bootable SPL image for Zynq by Nathan Rossi · 9 years ago
  97. ce1771e tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage by Nathan Rossi · 9 years ago
  98. 1a11339 ARM64: zynqmp: Enable TI phy by default by Michal Simek · 9 years ago
  99. 8d3ce68 net: phy: Add support for Texas Instruments DP83867 by Edgar E. Iglesias · 9 years ago
  100. c094f07 ARM: zynq: Choose boot image based on OF_SEPARATE macro by Michal Simek · 9 years ago