1. 435ae76 dm: timer: Fix several nits by Bin Meng · 9 years ago
  2. 4a421a6 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 9 years ago
  3. 2c62c56 gpio: atmel: Add the PIO4 driver support by Wenyou Yang · 9 years ago
  4. 1670c8c Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  5. f8642ba net: phy: added aquantia PHY AQR405 support by Shaohui Xie · 9 years ago
  6. da305b9 drivers/ddr/fsl: Fix typo in BIST test for DDR4 by York Sun · 9 years ago
  7. 61bd2f7 drivers/ddr/fsl: Enable detection of one DDR controller operation for LSCH3 by York Sun · 9 years ago
  8. af523a0 pci/layerscape: add support for LS1043A PCIe LUT register access by Mingkai Hu · 9 years ago
  9. 06b5301 armv8: ls2085a: Add support of LS2085A SoC by Prabhakar Kushwaha · 9 years ago
  10. 4493721 armv8: LS2080A: Rename LS2085A to reflect LS2080A by Prabhakar Kushwaha · 9 years ago
  11. 1448045 driver: net: ldpaa: Fix Rx buffer alignment by Prabhakar Kushwaha · 9 years ago
  12. 5038d3e driver: net: ldpaa: Add debug information by Prabhakar Kushwaha · 9 years ago
  13. c919ab9 driver: net: ldpaa: Use DPMAC as net device by Prabhakar Kushwaha · 9 years ago
  14. 1730a17 driver: net: fsl-mc: Create DPAA2 object at run-time by Prabhakar Kushwaha · 9 years ago
  15. fb4a87a driver: net: fsl-mc: Add DPAA2 commands to manage MC by Prabhakar Kushwaha · 9 years ago
  16. 553d275 driver: net: fsl-mc: Increase MC command timeout by Prabhakar Kushwaha · 9 years ago
  17. f9127a0 driver: ldpaa: Add api to return linked PHY ID of DPMAC by Prabhakar Kushwaha · 9 years ago
  18. 872d48a driver: net: fsl-mc: Add APIs for DPMAC objects in FLIB by Prabhakar Kushwaha · 9 years ago
  19. 1ebbe4f driver: net: fsl-mc: Add create, destroy APIs in flibs by Prabhakar Kushwaha · 9 years ago
  20. 99e904c armv8: lsch3: Fix lane protocol parsing logic by Prabhakar Kushwaha · 9 years ago
  21. 2a8696d Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  22. 9a41404 mmc: socfpga_dw_mmc: Move drvsel and smplsel to dts by Chin Liang See · 9 years ago
  23. c1924d8 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  24. 3dbdb4d video: ipu: fix out of bounds access by Peng Fan · 9 years ago
  25. cd8f09d video: ipu: simplify if else code by Peng Fan · 9 years ago
  26. b4bd655 pci: fix address range check in __pci_hose_phys_to_bus() by Marcel Ziswiler · 9 years ago
  27. f300dcc i2c, avr32: fix compiler warning "input is not relaxable" by Heiko Schocher · 9 years ago
  28. 80d307d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 9 years ago
  29. 1c27b7d sunxi: Add basic H3 support by Jens Kuske · 9 years ago
  30. 6047a3a sunxi: musb: Implement dfu_usb_get_reset() by Siarhei Siamashka · 9 years ago
  31. 9e39003 ns16550: move CONFIG_SYS_NS16550 to Kconfig by Thomas Chou · 9 years ago
  32. 4fb6055 ns16550: zap CONFIG_NS16550_SERIAL by Thomas Chou · 9 years ago
  33. c7b9686 ns16550: unify serial_omap by Thomas Chou · 9 years ago
  34. 1874626 ns16550: unify serial_tegra by Thomas Chou · 9 years ago
  35. ace59da ns16550: unify serial_dw by Thomas Chou · 9 years ago
  36. fcd3367 ns16550: unify serial_keystone by Thomas Chou · 9 years ago
  37. 98a51fc ns16550: unify serial_rockchip by Thomas Chou · 9 years ago
  38. f27445c ns16550: unify serial_ppc by Thomas Chou · 9 years ago
  39. 81cd63a ns16550: unify serial_x86 by Thomas Chou · 9 years ago
  40. 8e62d32 ns16550: add generic binding to unify the drivers by Thomas Chou · 9 years ago
  41. 77d7b5c ns16550: change map_sysmem to map_physmem by Thomas Chou · 9 years ago
  42. b1e361b debug_uart: restore ns16550 as default by Thomas Chou · 9 years ago
  43. d8a26f0 usb: sandbox: Add a USB emulation driver by Simon Glass · 9 years ago
  44. b70a3fe usb: sandbox: Add support for interrupt operations by Simon Glass · 9 years ago
  45. eae11be dm: usb: Remove inactive children after a bus scan by Simon Glass · 9 years ago
  46. e8ea5e8 dm: usb: Deprecate usb_get_dev_index() by Simon Glass · 9 years ago
  47. 79725ca Revert "dm: Export device_remove_children / device_unbind_children" by Simon Glass · 9 years ago
  48. ba94e83 Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop" by Simon Glass · 9 years ago
  49. 1b6a1df Revert "dm: usb: Rename usb_find_child to usb_find_emul_child" by Simon Glass · 9 years ago
  50. af9c7c1 sandbox: usb: Allow finding a USB emulator for a device by Simon Glass · 9 years ago
  51. 80438a6 sandbox: usb: Allow up to 4 emulated devices on a hub by Simon Glass · 9 years ago
  52. c487632 sandbox: usb: Allow dynamic emulated USB device descriptors by Simon Glass · 9 years ago
  53. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  54. 3f51a77 sandbox: cros_ec: fix uninitialized use of len by Daniel Schwierzeck · 9 years ago
  55. e5f330c input: Ban digit numbers if 'Num Lock' is not on by Bin Meng · 9 years ago
  56. 377a069 input: Change LED state bits to conform i8042 compatible keyboard by Bin Meng · 9 years ago
  57. cd81091 input: Call keyboard's update_leds() method when the LEDs change by Bin Meng · 9 years ago
  58. 533c81a input: Save keyboard's LED state to correct place by Bin Meng · 9 years ago
  59. 91f8154 input: Convert 'keyboard' driver to use input library by Simon Glass · 9 years ago
  60. 39f615e video: input: Clean up after i8042 conversion by Simon Glass · 9 years ago
  61. 011d89d i8042: Handle a duplicate power-on-reset response by Simon Glass · 9 years ago
  62. dcbf825 input: Convert i8042 to driver model by Simon Glass · 9 years ago
  63. b0abfef input: Add a Kconfig option for the i8042 keyboard by Simon Glass · 9 years ago
  64. 2ec739d input: i8042: Convert to use the input library by Simon Glass · 9 years ago
  65. 3b5f6f5 input: Allow updating of keyboard LEDs by Simon Glass · 9 years ago
  66. ba42034 input: Handle caps lock by Simon Glass · 9 years ago
  67. a683d0d input: Adjust structure of code in process_modifier() by Simon Glass · 9 years ago
  68. b1d7a18 input: Support the German keymap by Simon Glass · 9 years ago
  69. 9961a0b sandbox: add a sandbox timer and basic test by Thomas Chou · 9 years ago
  70. 0b186c0 input: Allow repeat filtering to be disabled by Simon Glass · 9 years ago
  71. 3a85e43 input: Add a function to add a keycode to the existing set by Simon Glass · 9 years ago
  72. 77c7f04 input: Add a few more keyboard keycodes by Simon Glass · 9 years ago
  73. 2e5513b input: Correct keycode for Ctrl-Y by Simon Glass · 9 years ago
  74. c5d257f i8042: Adjust keyboard init to assume success by Simon Glass · 9 years ago
  75. 4f087ba i8042: Adjust kbd_reset() to collect all failures by Simon Glass · 9 years ago
  76. 31d38ee i8042: Use functions to handle register access by Simon Glass · 9 years ago
  77. 7fe0933 video: Drop unused console functions by Simon Glass · 9 years ago
  78. 1fa4bfd dm: cros_ec: Convert cros_ec keyboard driver to driver model by Simon Glass · 9 years ago
  79. f77f5e9 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  80. 745009c cros_ec: Use udevice instead of cros_ec_dev for keyboard functions by Simon Glass · 9 years ago
  81. 66877b0 input: Add the keycode translation tables separately by Simon Glass · 9 years ago
  82. 92778b2 input: Return -ENOSPC when there is not space by Simon Glass · 9 years ago
  83. e84421d dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  84. 9ef671c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  85. aa7077f Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  86. f3bd728 zynq: sdhci: Define max clock by macro by Michal Simek · 9 years ago
  87. 6777f38 net: zynq: Fix MDC setting for zynq by Michal Simek · 9 years ago
  88. 2889659 net: zynq: Remove unused MDCCLKDIV2 macro by Michal Simek · 9 years ago
  89. 242b154 net: zynq: Fix mdc clock division setting for 100Mbit/s by Michal Simek · 9 years ago
  90. e4d2318 net: zynq: Wait till packet is sent by Michal Simek · 9 years ago
  91. 603ff00 net: zynq: Disable secondary queues by Edgar E. Iglesias · 9 years ago
  92. 23a598f net: zynq: Add dummy packet to fix packet duplication issue by Michal Simek · 9 years ago
  93. 081dc2f net: zynq: Do not report TX underrun by Michal Simek · 9 years ago
  94. 45c0774 net: zynq: Setup BD when structures are filled by Michal Simek · 9 years ago
  95. ff47587 net: zynq: Allocate BD_SPACE in connection to RX_BUF by Michal Simek · 9 years ago
  96. 2588f2d dm: sf: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  97. 31e1029 dm: core: Add missing entries for manual relocation by Michal Simek · 9 years ago
  98. 281f156 dm: spi: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  99. 0ebf404 net: zynq: Fix clearing statistic by Michal Simek · 9 years ago
  100. 97a51a0 net: zynq: Extend register description with offsets by Michal Simek · 9 years ago