1. 57da060 dfu: factorize transaction cleanup by Patrick Delaunay · 8 years ago
  2. 15970d8 dfu: remove limitation on partition size by Patrick Delaunay · 8 years ago
  3. 4de5120 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · 8 years ago
  4. bab0146 usb: gadget: f_thor: Free the allocated out request buffer by Siva Durga Prasad Paladugu · 9 years ago
  5. 78e3098 usb: xhci: Enable TT to support LS/FS devices behind a HS hub by Bin Meng · 8 years ago
  6. 196ef83 usb: xhci: Correct TT_SLOT and TT_PORT macros by Bin Meng · 8 years ago
  7. d228ca3 usb: xhci: Implement update_hub_device() operation by Bin Meng · 8 years ago
  8. 81060bb usb: hub: Call usb_update_hub_device() after hub descriptor is fetched by Bin Meng · 8 years ago
  9. 9ca1b4b dm: usb: Add a new USB controller operation 'update_hub_device' by Bin Meng · 8 years ago
  10. 5624dfd usb: hub: Parse and save TT details from device descriptor by Bin Meng · 8 years ago
  11. 493b8dd usb: xhci: Program 'route string' in the input slot context by Bin Meng · 8 years ago
  12. daec469 usb: xhci: Change xhci_setup_addressable_virt_dev() signature by Bin Meng · 8 years ago
  13. bbc6f06 usb: hub: Support 'set hub depth' request for USB 3.0 hubs by Bin Meng · 8 years ago
  14. 74ffc7c usb: hub: Translate USB 3.0 hub port status into old version by Bin Meng · 8 years ago
  15. 46c1d49 usb: hub: Add a new API to test if a hub device is root hub by Bin Meng · 8 years ago
  16. a199a72 usb: hub: Remove hub_port_reset() by Bin Meng · 8 years ago
  17. dfa96e0 usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv by Bin Meng · 8 years ago
  18. 5e94194 usb: xhci-pci: Clean up the driver a little bit by Bin Meng · 8 years ago
  19. 978f6a3 usb: xhci-pci: Drop non-DM version of xhci-pci driver by Bin Meng · 8 years ago
  20. c962101 x86: minnowmax: Enable USB xHCI support by Bin Meng · 8 years ago
  21. 6e4d039 x86: minnowmax: Add a environment variable for USB power-on delay by Bin Meng · 8 years ago
  22. d7cde28 usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig by Bin Meng · 8 years ago
  23. 78abf14 usb: cmd: Print actual packet size for super speed devices by Bin Meng · 8 years ago
  24. cbb89ed configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards by Bin Meng · 8 years ago
  25. 99c2255 usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS by Bin Meng · 8 years ago
  26. 2931342 configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boards by Bin Meng · 8 years ago
  27. 7274671 usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS by Bin Meng · 8 years ago
  28. 1bdcd90 usb: xhci: Change MAX_HC_PORTS to 255 by Bin Meng · 8 years ago
  29. 98ba3d6 usb: hub: Add 3.0 hub port status mask of 2.0 hub by Bin Meng · 8 years ago
  30. 337fc7e usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · 8 years ago
  31. 53771a4 usb: hub: Revise wLength for 'get port status' request by Bin Meng · 8 years ago
  32. f342119 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub by Bin Meng · 8 years ago
  33. f7a9e5d usb: hub: Update handling connect status/change in usb_scan_port() by Bin Meng · 8 years ago
  34. aab0db0 usb: xhci: Add input slot context in xhci_set_configuration() by Bin Meng · 8 years ago
  35. 209b98d usb: xhci: Initialize scratchpad buffer array and scratchpad buffers by Bin Meng · 8 years ago
  36. 43eb0d4 usb: xhci: Correct command TRB 4th dword initialization by Bin Meng · 8 years ago
  37. f2e0315 usb: xhci: Remove incorrect comments for struct xhci_container_ctx by Bin Meng · 8 years ago
  38. 28df1cf usb: host: ohci-generic: add generic PHY support by Patrice Chotard · 8 years ago
  39. 8a51b4b usb: host: ohci-generic: add RESET support by Patrice Chotard · 8 years ago
  40. 155d9f6 usb: host: ohci-generic: add CLOCK support by Patrice Chotard · 8 years ago
  41. 0d0ba1a usb: host: ehci-generic: add generic PHY support by Patrice Chotard · 8 years ago
  42. a1cee8e usb: host: ehci-generic: add error path and .remove callback by Patrice Chotard · 8 years ago
  43. 10bb775 usb: host: ehci-generic: replace printf() by error() by Patrice Chotard · 8 years ago
  44. 642346a dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · 8 years ago
  45. 82a8a66 clk: add clk_release_all() by Patrice Chotard · 8 years ago
  46. 3b9d1bd reset: add reset_release_all() by Patrice Chotard · 8 years ago
  47. 9bd5cdf reset: add reset_request() by Patrice Chotard · 8 years ago
  48. f56db16 usb: host: xhci-dwc3: Add generic PHY support by Patrice Chotard · 8 years ago
  49. b94888b drivers: phy: add generic_phy_valid() method by Patrice Chotard · 8 years ago
  50. b9688df drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails by Patrice Chotard · 8 years ago
  51. 576e3cc usb: host: xhci-dwc3: Add dual role mode support from DT by Patrice Chotard · 8 years ago
  52. b7c1c7d usb: host: xhci-dwc3: Convert driver to DM by Patrice Chotard · 8 years ago
  53. 121a4d1 usb: add static to local symbols by Masahiro Yamada · 8 years ago
  54. 2672233 rockchip: puma-rk3399: remove duplicate code (merge artifact) by Kever Yang · 8 years ago
  55. 86b1122 rockchip: add u-boot specific dts for rk3036 sdk by Andy Yan · 8 years ago
  56. 77c17f4 rockchip: use puts instead of printf when back to bootrom by Andy Yan · 8 years ago
  57. d26bfa7 rockchip: enable SPL_LIBGENERIC for rk3036 based boards by Andy Yan · 8 years ago
  58. 8b154ed rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036 by Andy Yan · 8 years ago
  59. 7f38025 rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 based board by Andy Yan · 8 years ago
  60. 1fc50d7 sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation by Andy Yan · 8 years ago
  61. 9eea501 microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 8 years ago
  62. 2b71d09 powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 8 years ago
  63. f5868a5 mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 8 years ago
  64. f1896c4 spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 8 years ago
  65. a1903c1 rockchip: firefly: Add "usb start" to auto-start USB device by Leo Wen · 8 years ago
  66. af83064 rockchip: firefly: Set the environment variable 'usbkbd' to the stdin by Leo Wen · 8 years ago
  67. 73f255b rockchip: firefly: Add some macros to enable the usb keyboard by Leo Wen · 8 years ago
  68. c0508e4 rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via Kconfig by Philipp Tomsich · 8 years ago
  69. 478e6f2 rockchip: rk3288: Add support for drive-strength in PINCTRL by Romain Perier · 8 years ago
  70. 42ec247 rockchip: use UUID for root partitions by Kever Yang · 8 years ago
  71. 4436c5d rockchip: dts: rk3399-puma: put EFI partition entries at 2MB by Philipp Tomsich · 8 years ago
  72. 56f580d rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before SPL by Philipp Tomsich · 8 years ago
  73. 0110657 rockchip: clk: rk3399: remove unused fields from priv-structures by Philipp Tomsich · 8 years ago
  74. 80c83e8 rockchip: clk: rk3368: remove unused fields from rk3368_clk_priv by Philipp Tomsich · 8 years ago
  75. cdc6080 rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for auto-alloc by Philipp Tomsich · 8 years ago
  76. 700f310 rockchip: spl: make boot0 hook TPL safe by Philipp Tomsich · 8 years ago
  77. 06f4e36 rockchip: pwm: add mask for config setting by Kever Yang · 8 years ago
  78. 3030c95 power: pwm_regulator: remove redundant code by Kever Yang · 8 years ago
  79. f339bca power: pwm_regulator: fix the pwm_set_config parameter order by Kever Yang · 8 years ago
  80. 7ba3182 rockchip: dts: correct vdd_log setting for firefly-rk3399 by Kever Yang · 8 years ago
  81. 56f2dd0 rockchip: dts: firefly using ddr3 1600 by Kever Yang · 8 years ago
  82. c03635c rockchip: phycore: Add ID page of M24C32-D EEPROM by Wadim Egorov · 8 years ago
  83. 3641d34 rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMAC by Romain Perier · 8 years ago
  84. a98fc43 rockchip: rk3288: Remove phy reset GPIO pull up by Romain Perier · 8 years ago
  85. 928979c rockchip: efuse: dm: change to use dev_read_addr by Philipp Tomsich · 8 years ago
  86. cb91173 rockchip: timer: make register sizes explicit by Philipp Tomsich · 8 years ago
  87. 0124062 rockchip: dts: rk3229: add dwc2 node for fastboot by Meng Dongyang · 8 years ago
  88. f19955a Merge git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  89. 0ddc9c1 Merge git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  90. dc5210a MAINTAINERS: Update maintainer for x86 by Bin Meng · 8 years ago
  91. 25fa0b9 FIT: List kernel_noload in the list of types by Tom Rini · 8 years ago
  92. 7016651 ram: stm32: add stm32h7 support by Patrice Chotard · 8 years ago
  93. 4eefb00 ARM: DTS: stm32: remove useless mr-nbanks property by Patrice Chotard · 8 years ago
  94. f303aaf ram: stm32: add second SDRAM bank management by Patrice Chotard · 8 years ago
  95. f39b90d ram: stm32: replace fdtdec_get by ofnode calls by Patrice Chotard · 8 years ago
  96. 1421e0a ram: stm32: get base address from DT by Patrice Chotard · 8 years ago
  97. 9242ece ram: stm32: migrate fmc defines in driver file by Patrice Chotard · 8 years ago
  98. 81d0128 clk: stm32f7: remove clock_get() by Patrice Chotard · 8 years ago
  99. 541cd6e spi: stm32_qspi: add clk_get_rate() support by Patrice Chotard · 8 years ago
  100. 27265ce serial: stm32x7: add clk_get_rate() support by Patrice Chotard · 8 years ago