1. 5ea6cf2 usb: xhci: Change MAX_HC_PORTS to 255 by Bin Meng · 7 years ago
  2. 7e84f9e usb: hub: Add 3.0 hub port status mask of 2.0 hub by Bin Meng · 7 years ago
  3. 0d66b3a usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · 7 years ago
  4. 5003a8f usb: hub: Revise wLength for 'get port status' request by Bin Meng · 7 years ago
  5. e8930c4 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub by Bin Meng · 7 years ago
  6. 049ba14 usb: hub: Update handling connect status/change in usb_scan_port() by Bin Meng · 7 years ago
  7. ec0501b usb: xhci: Add input slot context in xhci_set_configuration() by Bin Meng · 7 years ago
  8. 8a3f9cf usb: xhci: Initialize scratchpad buffer array and scratchpad buffers by Bin Meng · 7 years ago
  9. 474b250 usb: xhci: Correct command TRB 4th dword initialization by Bin Meng · 7 years ago
  10. c72f37a usb: xhci: Remove incorrect comments for struct xhci_container_ctx by Bin Meng · 7 years ago
  11. c6e19d3 usb: host: ohci-generic: add generic PHY support by Patrice Chotard · 7 years ago
  12. 170229e usb: host: ohci-generic: add RESET support by Patrice Chotard · 7 years ago
  13. 37a197a usb: host: ohci-generic: add CLOCK support by Patrice Chotard · 7 years ago
  14. 1a62cde usb: host: ehci-generic: add generic PHY support by Patrice Chotard · 7 years ago
  15. a0809dc usb: host: ehci-generic: add error path and .remove callback by Patrice Chotard · 7 years ago
  16. 5e7a080 usb: host: ehci-generic: replace printf() by error() by Patrice Chotard · 7 years ago
  17. be7dd60 dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · 7 years ago
  18. 96fc03d clk: add clk_release_all() by Patrice Chotard · 7 years ago
  19. e4d368e reset: add reset_release_all() by Patrice Chotard · 7 years ago
  20. 76290e3 reset: add reset_request() by Patrice Chotard · 7 years ago
  21. ecfafba usb: host: xhci-dwc3: Add generic PHY support by Patrice Chotard · 7 years ago
  22. f915a69 drivers: phy: add generic_phy_valid() method by Patrice Chotard · 7 years ago
  23. 956b7ad drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails by Patrice Chotard · 7 years ago
  24. 17b0887 usb: host: xhci-dwc3: Add dual role mode support from DT by Patrice Chotard · 7 years ago
  25. c7eadfc usb: host: xhci-dwc3: Convert driver to DM by Patrice Chotard · 7 years ago
  26. 6d8e433 usb: add static to local symbols by Masahiro Yamada · 7 years ago
  27. 627562b rockchip: puma-rk3399: remove duplicate code (merge artifact) by Kever Yang · 7 years ago
  28. 9536f3c rockchip: add u-boot specific dts for rk3036 sdk by Andy Yan · 7 years ago
  29. 4c97e31 rockchip: use puts instead of printf when back to bootrom by Andy Yan · 7 years ago
  30. e92c532 rockchip: enable SPL_LIBGENERIC for rk3036 based boards by Andy Yan · 7 years ago
  31. 26beb52 rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036 by Andy Yan · 7 years ago
  32. 201ff6c rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 based board by Andy Yan · 7 years ago
  33. 25428c4 sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation by Andy Yan · 7 years ago
  34. c2d85e7 microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  35. ad0ac4b powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  36. 984c10d mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  37. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  38. dfbe021 rockchip: firefly: Add "usb start" to auto-start USB device by Leo Wen · 7 years ago
  39. d4ad52f rockchip: firefly: Set the environment variable 'usbkbd' to the stdin by Leo Wen · 7 years ago
  40. b035c52 rockchip: firefly: Add some macros to enable the usb keyboard by Leo Wen · 7 years ago
  41. d17d8cf rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via Kconfig by Philipp Tomsich · 7 years ago
  42. 039ad1d rockchip: rk3288: Add support for drive-strength in PINCTRL by Romain Perier · 7 years ago
  43. 065386f rockchip: use UUID for root partitions by Kever Yang · 7 years ago
  44. 8b61499 rockchip: dts: rk3399-puma: put EFI partition entries at 2MB by Philipp Tomsich · 7 years ago
  45. c3eb43e rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before SPL by Philipp Tomsich · 7 years ago
  46. 611e9f8 rockchip: clk: rk3399: remove unused fields from priv-structures by Philipp Tomsich · 7 years ago
  47. 767f865 rockchip: clk: rk3368: remove unused fields from rk3368_clk_priv by Philipp Tomsich · 7 years ago
  48. ea825a3 rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for auto-alloc by Philipp Tomsich · 7 years ago
  49. 728aae4 rockchip: spl: make boot0 hook TPL safe by Philipp Tomsich · 7 years ago
  50. 2291e49 rockchip: pwm: add mask for config setting by Kever Yang · 7 years ago
  51. cba88f1 power: pwm_regulator: remove redundant code by Kever Yang · 7 years ago
  52. 6ea3e5d power: pwm_regulator: fix the pwm_set_config parameter order by Kever Yang · 7 years ago
  53. 1511c2e rockchip: dts: correct vdd_log setting for firefly-rk3399 by Kever Yang · 7 years ago
  54. 5d9dd9f rockchip: dts: firefly using ddr3 1600 by Kever Yang · 7 years ago
  55. c872684 rockchip: phycore: Add ID page of M24C32-D EEPROM by Wadim Egorov · 7 years ago
  56. c197c23 rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMAC by Romain Perier · 7 years ago
  57. 2410ab2 rockchip: rk3288: Remove phy reset GPIO pull up by Romain Perier · 7 years ago
  58. efd6384 rockchip: efuse: dm: change to use dev_read_addr by Philipp Tomsich · 7 years ago
  59. 8592ac0 rockchip: timer: make register sizes explicit by Philipp Tomsich · 7 years ago
  60. 7441a76 rockchip: dts: rk3229: add dwc2 node for fastboot by Meng Dongyang · 7 years ago
  61. fe32dfc Merge git://git.denx.de/u-boot-uniphier by Tom Rini · 7 years ago
  62. 72195c0 Merge git://git.denx.de/u-boot-mips by Tom Rini · 7 years ago
  63. 277e919 MAINTAINERS: Update maintainer for x86 by Bin Meng · 7 years ago
  64. 96496f8 FIT: List kernel_noload in the list of types by Tom Rini · 7 years ago
  65. 7c695ce ram: stm32: add stm32h7 support by Patrice Chotard · 7 years ago
  66. e40b014 ARM: DTS: stm32: remove useless mr-nbanks property by Patrice Chotard · 7 years ago
  67. 7fb9603 ram: stm32: add second SDRAM bank management by Patrice Chotard · 7 years ago
  68. 8b37922 ram: stm32: replace fdtdec_get by ofnode calls by Patrice Chotard · 7 years ago
  69. f2b8000 ram: stm32: get base address from DT by Patrice Chotard · 7 years ago
  70. 7e82a69 ram: stm32: migrate fmc defines in driver file by Patrice Chotard · 7 years ago
  71. e2e28d2 clk: stm32f7: remove clock_get() by Patrice Chotard · 7 years ago
  72. b8442fb spi: stm32_qspi: add clk_get_rate() support by Patrice Chotard · 7 years ago
  73. 4809a19 serial: stm32x7: add clk_get_rate() support by Patrice Chotard · 7 years ago
  74. 2195315 serial: stm32x7: migrate serial struct to driver by Patrice Chotard · 7 years ago
  75. fee92ee clk: stm32f7: cleanup clocks unused definitions by Patrice Chotard · 7 years ago
  76. 7bdf971 clk: stm32f7: add clock .get_rate() callback by Patrice Chotard · 7 years ago
  77. d93fc2c clk: stm32f7: get RCC base address from DT by Patrice Chotard · 7 years ago
  78. a8f951a clk: stm32f7: add static for configure_clocks() by Patrice Chotard · 7 years ago
  79. e5f82cf ARM: DTS: stm32: align DT clock declaration with kernel by Patrice Chotard · 7 years ago
  80. 39354af arm: mach-keystone: Fixes issue with return values in inline assembly by Srinivas, Madan · 7 years ago
  81. d320ab6 configs: ti: armv7: Fixes bug in fit_loadaddr for ramfs boot by Madan Srinivas · 7 years ago
  82. e885610 arm: mach-keystone: Updates mon_install for K2G HS by Madan Srinivas · 7 years ago
  83. d354c04 configs: k2x_evm: Reorder default boot command by Andrew F. Davis · 7 years ago
  84. 5a32f7c configs: k2x_evm: Adds environment variables for secure devices by Madan Srinivas · 7 years ago
  85. dd94071 configs: k2x_evm: Adds FIT loading environment variables by Andrew F. Davis · 7 years ago
  86. 816178b board: ti: x15: Add support for beagle_X15 revC by Lokesh Vutla · 7 years ago
  87. ab4f71e board: ti: am57xx: Fix detection of board version by Lokesh Vutla · 7 years ago
  88. aad6144 odroid-c2: enable GPIO by Beniamino Galvani · 7 years ago
  89. 5aeb135 pinctrl: meson: add GPIO support by Beniamino Galvani · 7 years ago
  90. 6bf2f10 arm: dts: meson: import dts files from Linux 4.12 by Beniamino Galvani · 7 years ago
  91. cac388a ARM: uniphier: enable CONFIG_CMD_FS_GENERIC by Masahiro Yamada · 7 years ago
  92. a7e5ba9 ARM: uniphier: remove part number info from the boot log by Masahiro Yamada · 7 years ago
  93. 2706e99 doc: uniphier: rework README.uniphier by Masahiro Yamada · 7 years ago
  94. 3f8e166 ARM: uniphier: remove SPL support for ARMv8 SoCs by Masahiro Yamada · 7 years ago
  95. 4b48bac Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig by Simon Glass · 7 years ago
  96. 5b32e18 Convert CONFIG_ENV_IS_IN_FAT to Kconfig by Simon Glass · 7 years ago
  97. 8d8f742 Convert CONFIG_ENV_IS_IN_REMOTE to Kconfig by Simon Glass · 7 years ago
  98. 3b21fdd Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig by Simon Glass · 7 years ago
  99. 6617a73 Convert CONFIG_ENV_IS_IN_DATAFLASH to Kconfig by Simon Glass · 7 years ago
  100. a3a0023 Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig by Simon Glass · 7 years ago