1. 2d7c499 dm: usb: Avoid time delays in sandbox tests by Simon Glass · 9 years ago
  2. b25fa31 sandbox: Add a way to skip time delays by Simon Glass · 9 years ago
  3. bfb744c sandbox: cros_ec: fix uninitialized use of len by Daniel Schwierzeck · 9 years ago
  4. 7ca7374 x86: qemu: Convert to use driver model keyboard by Bin Meng · 9 years ago
  5. 50704d3 x86: crownbay: Convert to use driver model keyboard by Bin Meng · 9 years ago
  6. cb6a19f input: Ban digit numbers if 'Num Lock' is not on by Bin Meng · 9 years ago
  7. 07ab26e input: Change LED state bits to conform i8042 compatible keyboard by Bin Meng · 9 years ago
  8. 7e29bb8 input: Call keyboard's update_leds() method when the LEDs change by Bin Meng · 9 years ago
  9. 229ef05 input: Save keyboard's LED state to correct place by Bin Meng · 9 years ago
  10. 139309b input: Convert 'keyboard' driver to use input library by Simon Glass · 9 years ago
  11. eaba37e video: input: Clean up after i8042 conversion by Simon Glass · 9 years ago
  12. 708c831 i8042: Handle a duplicate power-on-reset response by Simon Glass · 9 years ago
  13. fa0a42a input: Convert i8042 to driver model by Simon Glass · 9 years ago
  14. ffe67e4 Drop CONFIG_ISA_KEYBOARD by Simon Glass · 9 years ago
  15. 3356cad x86: Add an i8042 device for boards that have it by Simon Glass · 9 years ago
  16. a1f9ee4 input: Add a Kconfig option for the i8042 keyboard by Simon Glass · 9 years ago
  17. e1a77bb input: i8042: Convert to use the input library by Simon Glass · 9 years ago
  18. 03fef7e input: Allow updating of keyboard LEDs by Simon Glass · 9 years ago
  19. f9bd6eb input: Handle caps lock by Simon Glass · 9 years ago
  20. 210ac0d input: Adjust structure of code in process_modifier() by Simon Glass · 9 years ago
  21. e6fa485 input: Support the German keymap by Simon Glass · 9 years ago
  22. 7b059dc sandbox: add a sandbox timer and basic test by Thomas Chou · 9 years ago
  23. c2fbaa2 common/board_f.c: move mark_bootstage after arch_cpu_init_dm by Thomas Chou · 9 years ago
  24. d64a8cb input: Allow repeat filtering to be disabled by Simon Glass · 9 years ago
  25. 2fed04b input: Add a function to add a keycode to the existing set by Simon Glass · 9 years ago
  26. aba1f9d input: Add a few more keyboard keycodes by Simon Glass · 9 years ago
  27. e13d3fa input: Correct keycode for Ctrl-Y by Simon Glass · 9 years ago
  28. 2915ad6 i8042: Adjust keyboard init to assume success by Simon Glass · 9 years ago
  29. 4f58bbc i8042: Adjust kbd_reset() to collect all failures by Simon Glass · 9 years ago
  30. 4b48eaf i8042: Use functions to handle register access by Simon Glass · 9 years ago
  31. f406a1b video: Drop unused console functions by Simon Glass · 9 years ago
  32. aa8484f dm: cros_ec: Convert cros_ec keyboard driver to driver model by Simon Glass · 9 years ago
  33. 01e9940 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  34. d3d4035 dm: stdio: Plumb in the new keyboard uclass by Simon Glass · 9 years ago
  35. fb72640 cros_ec: Use udevice instead of cros_ec_dev for keyboard functions by Simon Glass · 9 years ago
  36. e7817a9 input: Add the keycode translation tables separately by Simon Glass · 9 years ago
  37. 5e62896 input: Return -ENOSPC when there is not space by Simon Glass · 9 years ago
  38. 244f589 input: Add a device pointer to the input config by Simon Glass · 9 years ago
  39. ed32c0c dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  40. 02f0c28 dm: usb: Add support for USB keyboards with driver model by Simon Glass · 9 years ago
  41. 9be550b rockchip: Turn on CONFIG_DEBUG_UART_NS16550 in defconfigs by Ariel D'Alessandro · 9 years ago
  42. 8760394 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  43. ecc0931 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  44. 78a9bc8 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  45. f3aabf1 common: mii: Do not allow to exceed max phy limit by Michal Simek · 9 years ago
  46. 8bc7817 zynq: sdhci: Define max clock by macro by Michal Simek · 9 years ago
  47. 728d32e net: zynq: Fix MDC setting for zynq by Michal Simek · 9 years ago
  48. d5abec6 net: zynq: Remove unused MDCCLKDIV2 macro by Michal Simek · 9 years ago
  49. 6429595 net: zynq: Fix mdc clock division setting for 100Mbit/s by Michal Simek · 9 years ago
  50. 975ae35 net: zynq: Wait till packet is sent by Michal Simek · 9 years ago
  51. 2304511 net: zynq: Disable secondary queues by Edgar E. Iglesias · 9 years ago
  52. 1dc446e net: zynq: Add dummy packet to fix packet duplication issue by Michal Simek · 9 years ago
  53. f91f7e5 net: zynq: Do not report TX underrun by Michal Simek · 9 years ago
  54. b6fe7ad net: zynq: Setup BD when structures are filled by Michal Simek · 9 years ago
  55. c6eb0bc net: zynq: Allocate BD_SPACE in connection to RX_BUF by Michal Simek · 9 years ago
  56. c790ede dm: sf: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  57. 61809f5 dm: core: Add missing entries for manual relocation by Michal Simek · 9 years ago
  58. 28d7e4e dm: spi: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  59. 14c96dc microblaze: Fix C99/gnu99 compatiblity for inline functions by Nathan Rossi · 9 years ago
  60. 8888839 microblaze: Fix style issues in header files by Nathan Rossi · 9 years ago
  61. ff5dbef net: zynq: Fix clearing statistic by Michal Simek · 9 years ago
  62. 74a86e8 net: zynq: Extend register description with offsets by Michal Simek · 9 years ago
  63. 492de0f net: zynq: Add support for different PHY interface types by Michal Simek · 9 years ago
  64. c919c2c net: zynq: Add debug message to phyread/phywrite by Michal Simek · 9 years ago
  65. af52939 ARM: zynq: Add target for building bootable SPL image for Zynq by Nathan Rossi · 9 years ago
  66. ce1771e tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage by Nathan Rossi · 9 years ago
  67. 1a11339 ARM64: zynqmp: Enable TI phy by default by Michal Simek · 9 years ago
  68. 8d3ce68 net: phy: Add support for Texas Instruments DP83867 by Edgar E. Iglesias · 9 years ago
  69. c094f07 ARM: zynq: Choose boot image based on OF_SEPARATE macro by Michal Simek · 9 years ago
  70. f5005ce zynqmp: mp: Add support for booting R5 from any address by Michal Simek · 10 years ago
  71. 78d30e5 env_ubi.c: Correct pointer error in env load by Kevin Smith · 9 years ago
  72. aa632ab itest: add missing break statements to evalexp() by Stephen Warren · 9 years ago
  73. 781910d test: fat: add error-checking to non-contig test by Stephen Warren · 9 years ago
  74. bf562fd Fix sandbox build on Ubuntu 10.04 by Stephen Warren · 9 years ago
  75. 846a57a km/powerpc: fix ft_board_setup prototype for km82xx & km83xx by Valentin Longchamp · 9 years ago
  76. e8a17de powerpc/83xx: add support for kmtegr1 board by Valentin Longchamp · 9 years ago
  77. e659c71 km8309: change the default QE_FW address by Valentin Longchamp · 9 years ago
  78. af482d7 km83xx: use CONFIG_ENV_ADDR for the newenv env command by Valentin Longchamp · 9 years ago
  79. c8b0ab6 board/keymile/km82xx: setting dip_switch 3 and 4 will run bootloader by Bagavathiannan Palanisamy · 9 years ago
  80. 9c36b47 powerpc/km8360: fix the ODT parameters for CS0 by Valentin Longchamp · 9 years ago
  81. 8a78efc powerpc/km8309: define CONFIG_SYS_DDRCDR by Valentin Longchamp · 9 years ago
  82. b21ae18 powerpc/km8321: define CONFIG_SYS_DDRCDR by Valentin Longchamp · 9 years ago
  83. 3a29fe9 km/powerpc82xx: remove unused function by Holger Brunck · 9 years ago
  84. 61b9df7 km/powerpc: remove unneeded defines by Holger Brunck · 9 years ago
  85. d2f29ab km/powerpc: move open firmware defines to km-powerpc.h by Holger Brunck · 9 years ago
  86. 0ca0d70 km/powerpc: increase space for kernel imange and FDT blob by Holger Brunck · 9 years ago
  87. e2d2239 powerpc/82xx/km: add testpin detection for mgcoge3ne by Holger Brunck · 9 years ago
  88. e17fd68 powerpc/82xx: make set/get_pin for km82xx more flexible by Holger Brunck · 9 years ago
  89. 4c1c6ae powerpc/83xx: add support for kmtepr2 board by Christoph Dietrich · 9 years ago
  90. c8072a0 km/scripts: search for kernel/DTBs at serverip:/PRODUCTNAME via TFTP in develop mode by Tobias Müller · 9 years ago
  91. 564c416 km/scripts: load fdt_bid_kwkey.dtb when working with tftp by Holger Brunck · 9 years ago
  92. 15e79cc km: update the boot script to check for a DTB by Valentin Longchamp · 9 years ago
  93. 6c3dd06 km/common: stop u-boot only if someone press <SPACE> by Holger Brunck · 9 years ago
  94. bba4e25 arm/km_kirkwood: fix the #ifdef for KM_COGE5UN dip switch by Valentin Longchamp · 9 years ago
  95. 43cf329 arm/mgcoge3un: check dip_switch at startup by Holger Brunck · 9 years ago
  96. b0cab2d arm/km: Fix LED configuration for 88E1118R PHY (PIGGY3) by Tobias Müller · 9 years ago
  97. ace55bd arm/km_kirkwood: remove KM_ENV_BUS and use CONFIG_I2C_ENV_EEPROM_BUS by Valentin Longchamp · 9 years ago
  98. 7fea210 board/ti/am335x: add support for BeagleBone Green by robertcnelson@gmail.com · 9 years ago
  99. 3a077cd common: add CMD_GPIO to Kconfig by Thomas Chou · 9 years ago
  100. f17af43 git-mailrc: Add Bin as a maintainer of x86 by Bin Meng · 9 years ago