1. a3d03ea dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB by Patrice Chotard · Mon Jul 24 17:07:03 2017 +0200
  2. 29c1ebf dm: phy: add missing #ifdef CONFIG_PHY by Patrice Chotard · Mon Jul 24 17:07:02 2017 +0200
  3. dec4ecb dfu: add common function to initiate transaction by Patrick Delaunay · Wed Jul 19 16:39:25 2017 +0200
  4. 35be83e dfu: factorize transaction cleanup by Patrick Delaunay · Wed Jul 19 16:39:24 2017 +0200
  5. f4e934f dfu: remove limitation on partition size by Patrick Delaunay · Wed Jul 19 16:39:23 2017 +0200
  6. 5ea9b89 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · Wed Jul 19 16:39:22 2017 +0200
  7. b7c1cc6 usb: gadget: f_thor: Free the allocated out request buffer by Siva Durga Prasad Paladugu · Tue Jun 21 14:50:48 2016 +0200
  8. fe3327f usb: xhci: Enable TT to support LS/FS devices behind a HS hub by Bin Meng · Wed Jul 19 21:51:21 2017 +0800
  9. 209239b usb: xhci: Correct TT_SLOT and TT_PORT macros by Bin Meng · Wed Jul 19 21:51:20 2017 +0800
  10. 2b6f4c5 usb: xhci: Implement update_hub_device() operation by Bin Meng · Wed Jul 19 21:51:19 2017 +0800
  11. a4b2bfb usb: hub: Call usb_update_hub_device() after hub descriptor is fetched by Bin Meng · Wed Jul 19 21:51:18 2017 +0800
  12. 1f31f5a dm: usb: Add a new USB controller operation 'update_hub_device' by Bin Meng · Wed Jul 19 21:51:17 2017 +0800
  13. 66dcbd2 usb: hub: Parse and save TT details from device descriptor by Bin Meng · Wed Jul 19 21:51:16 2017 +0800
  14. 63c3b3b usb: xhci: Program 'route string' in the input slot context by Bin Meng · Wed Jul 19 21:51:15 2017 +0800
  15. 1459ce6 usb: xhci: Change xhci_setup_addressable_virt_dev() signature by Bin Meng · Wed Jul 19 21:51:14 2017 +0800
  16. dab7437 usb: hub: Support 'set hub depth' request for USB 3.0 hubs by Bin Meng · Wed Jul 19 21:51:13 2017 +0800
  17. 2b51a1b usb: hub: Translate USB 3.0 hub port status into old version by Bin Meng · Wed Jul 19 21:51:12 2017 +0800
  18. 5ecfd5d usb: hub: Add a new API to test if a hub device is root hub by Bin Meng · Wed Jul 19 21:51:11 2017 +0800
  19. 2eee794 usb: hub: Remove hub_port_reset() by Bin Meng · Wed Jul 19 21:51:10 2017 +0800
  20. 05d08d0 usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv by Bin Meng · Wed Jul 19 21:51:09 2017 +0800
  21. aff38b9 usb: xhci-pci: Clean up the driver a little bit by Bin Meng · Wed Jul 19 21:51:08 2017 +0800
  22. 7e8644d usb: xhci-pci: Drop non-DM version of xhci-pci driver by Bin Meng · Wed Jul 19 21:51:07 2017 +0800
  23. bfe1c71 x86: minnowmax: Enable USB xHCI support by Bin Meng · Wed Jul 19 21:50:10 2017 +0800
  24. c021687 x86: minnowmax: Add a environment variable for USB power-on delay by Bin Meng · Wed Jul 19 21:50:09 2017 +0800
  25. d34d6fc usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig by Bin Meng · Wed Jul 19 21:50:08 2017 +0800
  26. aec8af3 usb: cmd: Print actual packet size for super speed devices by Bin Meng · Wed Jul 19 21:50:07 2017 +0800
  27. abe4026 configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards by Bin Meng · Wed Jul 19 21:50:06 2017 +0800
  28. c6336ee usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS by Bin Meng · Wed Jul 19 21:50:05 2017 +0800
  29. 97c70f7 configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boards by Bin Meng · Wed Jul 19 21:50:04 2017 +0800
  30. 749de4c usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS by Bin Meng · Wed Jul 19 21:50:03 2017 +0800
  31. 5ea6cf2 usb: xhci: Change MAX_HC_PORTS to 255 by Bin Meng · Wed Jul 19 21:50:02 2017 +0800
  32. 7e84f9e usb: hub: Add 3.0 hub port status mask of 2.0 hub by Bin Meng · Wed Jul 19 21:50:01 2017 +0800
  33. 0d66b3a usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · Wed Jul 19 21:50:00 2017 +0800
  34. 5003a8f usb: hub: Revise wLength for 'get port status' request by Bin Meng · Wed Jul 19 21:49:59 2017 +0800
  35. e8930c4 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub by Bin Meng · Wed Jul 19 21:49:58 2017 +0800
  36. 049ba14 usb: hub: Update handling connect status/change in usb_scan_port() by Bin Meng · Wed Jul 19 21:49:57 2017 +0800
  37. ec0501b usb: xhci: Add input slot context in xhci_set_configuration() by Bin Meng · Wed Jul 19 21:49:56 2017 +0800
  38. 8a3f9cf usb: xhci: Initialize scratchpad buffer array and scratchpad buffers by Bin Meng · Wed Jul 19 21:49:55 2017 +0800
  39. 474b250 usb: xhci: Correct command TRB 4th dword initialization by Bin Meng · Wed Jul 19 21:49:54 2017 +0800
  40. c72f37a usb: xhci: Remove incorrect comments for struct xhci_container_ctx by Bin Meng · Wed Jul 19 21:49:53 2017 +0800
  41. c6e19d3 usb: host: ohci-generic: add generic PHY support by Patrice Chotard · Tue Jul 18 11:57:14 2017 +0200
  42. 170229e usb: host: ohci-generic: add RESET support by Patrice Chotard · Tue Jul 18 11:57:13 2017 +0200
  43. 37a197a usb: host: ohci-generic: add CLOCK support by Patrice Chotard · Tue Jul 18 11:57:12 2017 +0200
  44. 1a62cde usb: host: ehci-generic: add generic PHY support by Patrice Chotard · Tue Jul 18 11:57:11 2017 +0200
  45. a0809dc usb: host: ehci-generic: add error path and .remove callback by Patrice Chotard · Tue Jul 18 11:57:10 2017 +0200
  46. 5e7a080 usb: host: ehci-generic: replace printf() by error() by Patrice Chotard · Tue Jul 18 11:57:09 2017 +0200
  47. be7dd60 dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · Tue Jul 18 11:57:08 2017 +0200
  48. 96fc03d clk: add clk_release_all() by Patrice Chotard · Tue Jul 18 11:57:07 2017 +0200
  49. e4d368e reset: add reset_release_all() by Patrice Chotard · Tue Jul 18 11:57:06 2017 +0200
  50. 76290e3 reset: add reset_request() by Patrice Chotard · Tue Jul 18 11:57:05 2017 +0200
  51. ecfafba usb: host: xhci-dwc3: Add generic PHY support by Patrice Chotard · Tue Jul 18 11:38:44 2017 +0200
  52. f915a69 drivers: phy: add generic_phy_valid() method by Patrice Chotard · Tue Jul 18 11:38:43 2017 +0200
  53. 956b7ad drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails by Patrice Chotard · Tue Jul 18 11:38:42 2017 +0200
  54. 17b0887 usb: host: xhci-dwc3: Add dual role mode support from DT by Patrice Chotard · Tue Jul 18 11:38:41 2017 +0200
  55. c7eadfc usb: host: xhci-dwc3: Convert driver to DM by Patrice Chotard · Tue Jul 18 11:38:40 2017 +0200
  56. 6d8e433 usb: add static to local symbols by Masahiro Yamada · Thu Jun 22 16:35:14 2017 +0900
  57. 627562b rockchip: puma-rk3399: remove duplicate code (merge artifact) by Kever Yang · Thu Jul 27 19:59:03 2017 +0800
  58. 9536f3c rockchip: add u-boot specific dts for rk3036 sdk by Andy Yan · Mon Jul 24 17:52:24 2017 +0800
  59. 4c97e31 rockchip: use puts instead of printf when back to bootrom by Andy Yan · Mon Jul 24 17:52:01 2017 +0800
  60. e92c532 rockchip: enable SPL_LIBGENERIC for rk3036 based boards by Andy Yan · Mon Jul 24 17:51:30 2017 +0800
  61. 26beb52 rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036 by Andy Yan · Mon Jul 24 17:51:07 2017 +0800
  62. 201ff6c rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 based board by Andy Yan · Mon Jul 24 17:50:46 2017 +0800
  63. 25428c4 sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation by Andy Yan · Mon Jul 24 17:49:59 2017 +0800
  64. c2d85e7 microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · Mon Jul 24 17:49:01 2017 +0800
  65. ad0ac4b powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · Mon Jul 24 17:47:27 2017 +0800
  66. 984c10d mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · Mon Jul 24 17:45:27 2017 +0800
  67. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · Mon Jul 24 17:43:34 2017 +0800
  68. dfbe021 rockchip: firefly: Add "usb start" to auto-start USB device by Leo Wen · Tue Jul 25 20:47:47 2017 +0800
  69. d4ad52f rockchip: firefly: Set the environment variable 'usbkbd' to the stdin by Leo Wen · Tue Jul 25 20:47:46 2017 +0800
  70. b035c52 rockchip: firefly: Add some macros to enable the usb keyboard by Leo Wen · Tue Jul 25 20:47:45 2017 +0800
  71. d17d8cf rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via Kconfig by Philipp Tomsich · Wed Jul 26 12:29:01 2017 +0200
  72. 039ad1d rockchip: rk3288: Add support for drive-strength in PINCTRL by Romain Perier · Tue Jul 25 09:28:22 2017 +0200
  73. 065386f rockchip: use UUID for root partitions by Kever Yang · Tue Jul 25 12:00:05 2017 +0800
  74. 8b61499 rockchip: dts: rk3399-puma: put EFI partition entries at 2MB by Philipp Tomsich · Wed Jul 19 14:32:23 2017 +0200
  75. c3eb43e rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before SPL by Philipp Tomsich · Wed Jul 19 14:32:22 2017 +0200
  76. 611e9f8 rockchip: clk: rk3399: remove unused fields from priv-structures by Philipp Tomsich · Tue Jul 11 20:49:44 2017 +0200
  77. 767f865 rockchip: clk: rk3368: remove unused fields from rk3368_clk_priv by Philipp Tomsich · Tue Jul 11 20:49:43 2017 +0200
  78. ea825a3 rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for auto-alloc by Philipp Tomsich · Tue Jul 11 20:59:45 2017 +0200
  79. 728aae4 rockchip: spl: make boot0 hook TPL safe by Philipp Tomsich · Tue Jul 11 21:04:45 2017 +0200
  80. 2291e49 rockchip: pwm: add mask for config setting by Kever Yang · Wed Jul 19 19:54:23 2017 +0800
  81. cba88f1 power: pwm_regulator: remove redundant code by Kever Yang · Wed Jul 19 19:54:22 2017 +0800
  82. 6ea3e5d power: pwm_regulator: fix the pwm_set_config parameter order by Kever Yang · Wed Jul 19 19:54:21 2017 +0800
  83. 1511c2e rockchip: dts: correct vdd_log setting for firefly-rk3399 by Kever Yang · Wed Jul 19 19:54:20 2017 +0800
  84. 5d9dd9f rockchip: dts: firefly using ddr3 1600 by Kever Yang · Tue Jul 18 21:55:08 2017 +0800
  85. c872684 rockchip: phycore: Add ID page of M24C32-D EEPROM by Wadim Egorov · Tue Jul 18 11:53:10 2017 +0200
  86. c197c23 rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMAC by Romain Perier · Mon Jul 17 11:00:23 2017 +0200
  87. 2410ab2 rockchip: rk3288: Remove phy reset GPIO pull up by Romain Perier · Mon Jul 17 11:00:22 2017 +0200
  88. efd6384 rockchip: efuse: dm: change to use dev_read_addr by Philipp Tomsich · Fri Jul 14 18:09:51 2017 +0200
  89. 8592ac0 rockchip: timer: make register sizes explicit by Philipp Tomsich · Fri Jul 14 18:09:25 2017 +0200
  90. 7441a76 rockchip: dts: rk3229: add dwc2 node for fastboot by Meng Dongyang · Thu Jul 13 10:59:54 2017 +0800
  91. fe32dfc Merge git://git.denx.de/u-boot-uniphier by Tom Rini · Wed Jul 26 11:29:25 2017 -0400
  92. 72195c0 Merge git://git.denx.de/u-boot-mips by Tom Rini · Wed Jul 26 11:29:20 2017 -0400
  93. 277e919 MAINTAINERS: Update maintainer for x86 by Bin Meng · Sun Jul 23 07:36:33 2017 -0700
  94. 96496f8 FIT: List kernel_noload in the list of types by Tom Rini · Tue Jul 18 14:14:19 2017 -0400
  95. 7c695ce ram: stm32: add stm32h7 support by Patrice Chotard · Tue Jul 18 17:37:29 2017 +0200
  96. e40b014 ARM: DTS: stm32: remove useless mr-nbanks property by Patrice Chotard · Tue Jul 18 17:37:28 2017 +0200
  97. 7fb9603 ram: stm32: add second SDRAM bank management by Patrice Chotard · Tue Jul 18 17:37:27 2017 +0200
  98. 8b37922 ram: stm32: replace fdtdec_get by ofnode calls by Patrice Chotard · Tue Jul 18 17:37:26 2017 +0200
  99. f2b8000 ram: stm32: get base address from DT by Patrice Chotard · Tue Jul 18 17:37:25 2017 +0200
  100. 7e82a69 ram: stm32: migrate fmc defines in driver file by Patrice Chotard · Tue Jul 18 17:37:24 2017 +0200