1. 15b8d63 usb: host: xhci-dxc3: fix compilation warnings by Patrice Chotard · Tue Jul 25 13:24:44 2017 +0200
  2. c2da3e3 phy: add a NO-OP phy driver by Jean-Jacques Hiblot · Mon Jul 24 15:18:15 2017 +0200
  3. eabebc0 usb: host: ohci-generic: initialize PHY only when found by Patrice Chotard · Mon Jul 24 17:07:05 2017 +0200
  4. 3c72a94 usb: host: ehci-generic: initialize PHY only when found by Patrice Chotard · Mon Jul 24 17:07:04 2017 +0200
  5. a3d03ea dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB by Patrice Chotard · Mon Jul 24 17:07:03 2017 +0200
  6. dec4ecb dfu: add common function to initiate transaction by Patrick Delaunay · Wed Jul 19 16:39:25 2017 +0200
  7. 35be83e dfu: factorize transaction cleanup by Patrick Delaunay · Wed Jul 19 16:39:24 2017 +0200
  8. f4e934f dfu: remove limitation on partition size by Patrick Delaunay · Wed Jul 19 16:39:23 2017 +0200
  9. 5ea9b89 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · Wed Jul 19 16:39:22 2017 +0200
  10. b7c1cc6 usb: gadget: f_thor: Free the allocated out request buffer by Siva Durga Prasad Paladugu · Tue Jun 21 14:50:48 2016 +0200
  11. 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
  12. 209239b usb: xhci: Correct TT_SLOT and TT_PORT macros by Bin Meng · Wed Jul 19 21:51:20 2017 +0800
  13. 2b6f4c5 usb: xhci: Implement update_hub_device() operation by Bin Meng · Wed Jul 19 21:51:19 2017 +0800
  14. 1f31f5a dm: usb: Add a new USB controller operation 'update_hub_device' by Bin Meng · Wed Jul 19 21:51:17 2017 +0800
  15. 63c3b3b usb: xhci: Program 'route string' in the input slot context by Bin Meng · Wed Jul 19 21:51:15 2017 +0800
  16. 1459ce6 usb: xhci: Change xhci_setup_addressable_virt_dev() signature by Bin Meng · Wed Jul 19 21:51:14 2017 +0800
  17. 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
  18. 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
  19. aff38b9 usb: xhci-pci: Clean up the driver a little bit by Bin Meng · Wed Jul 19 21:51:08 2017 +0800
  20. 7e8644d usb: xhci-pci: Drop non-DM version of xhci-pci driver by Bin Meng · Wed Jul 19 21:51:07 2017 +0800
  21. d34d6fc usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig by Bin Meng · Wed Jul 19 21:50:08 2017 +0800
  22. c6336ee usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS by Bin Meng · Wed Jul 19 21:50:05 2017 +0800
  23. 749de4c usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS by Bin Meng · Wed Jul 19 21:50:03 2017 +0800
  24. 5ea6cf2 usb: xhci: Change MAX_HC_PORTS to 255 by Bin Meng · Wed Jul 19 21:50:02 2017 +0800
  25. 0d66b3a usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · Wed Jul 19 21:50:00 2017 +0800
  26. 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
  27. ec0501b usb: xhci: Add input slot context in xhci_set_configuration() by Bin Meng · Wed Jul 19 21:49:56 2017 +0800
  28. 8a3f9cf usb: xhci: Initialize scratchpad buffer array and scratchpad buffers by Bin Meng · Wed Jul 19 21:49:55 2017 +0800
  29. 474b250 usb: xhci: Correct command TRB 4th dword initialization by Bin Meng · Wed Jul 19 21:49:54 2017 +0800
  30. c72f37a usb: xhci: Remove incorrect comments for struct xhci_container_ctx by Bin Meng · Wed Jul 19 21:49:53 2017 +0800
  31. c6e19d3 usb: host: ohci-generic: add generic PHY support by Patrice Chotard · Tue Jul 18 11:57:14 2017 +0200
  32. 170229e usb: host: ohci-generic: add RESET support by Patrice Chotard · Tue Jul 18 11:57:13 2017 +0200
  33. 37a197a usb: host: ohci-generic: add CLOCK support by Patrice Chotard · Tue Jul 18 11:57:12 2017 +0200
  34. 1a62cde usb: host: ehci-generic: add generic PHY support by Patrice Chotard · Tue Jul 18 11:57:11 2017 +0200
  35. a0809dc usb: host: ehci-generic: add error path and .remove callback by Patrice Chotard · Tue Jul 18 11:57:10 2017 +0200
  36. 5e7a080 usb: host: ehci-generic: replace printf() by error() by Patrice Chotard · Tue Jul 18 11:57:09 2017 +0200
  37. be7dd60 dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · Tue Jul 18 11:57:08 2017 +0200
  38. 96fc03d clk: add clk_release_all() by Patrice Chotard · Tue Jul 18 11:57:07 2017 +0200
  39. e4d368e reset: add reset_release_all() by Patrice Chotard · Tue Jul 18 11:57:06 2017 +0200
  40. 76290e3 reset: add reset_request() by Patrice Chotard · Tue Jul 18 11:57:05 2017 +0200
  41. ecfafba usb: host: xhci-dwc3: Add generic PHY support by Patrice Chotard · Tue Jul 18 11:38:44 2017 +0200
  42. 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
  43. 17b0887 usb: host: xhci-dwc3: Add dual role mode support from DT by Patrice Chotard · Tue Jul 18 11:38:41 2017 +0200
  44. c7eadfc usb: host: xhci-dwc3: Convert driver to DM by Patrice Chotard · Tue Jul 18 11:38:40 2017 +0200
  45. 6d8e433 usb: add static to local symbols by Masahiro Yamada · Thu Jun 22 16:35:14 2017 +0900
  46. 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
  47. 039ad1d rockchip: rk3288: Add support for drive-strength in PINCTRL by Romain Perier · Tue Jul 25 09:28:22 2017 +0200
  48. 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
  49. 2291e49 rockchip: pwm: add mask for config setting by Kever Yang · Wed Jul 19 19:54:23 2017 +0800
  50. cba88f1 power: pwm_regulator: remove redundant code by Kever Yang · Wed Jul 19 19:54:22 2017 +0800
  51. 6ea3e5d power: pwm_regulator: fix the pwm_set_config parameter order by Kever Yang · Wed Jul 19 19:54:21 2017 +0800
  52. c197c23 rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMAC by Romain Perier · Mon Jul 17 11:00:23 2017 +0200
  53. 2410ab2 rockchip: rk3288: Remove phy reset GPIO pull up by Romain Perier · Mon Jul 17 11:00:22 2017 +0200
  54. efd6384 rockchip: efuse: dm: change to use dev_read_addr by Philipp Tomsich · Fri Jul 14 18:09:51 2017 +0200
  55. fe32dfc Merge git://git.denx.de/u-boot-uniphier by Tom Rini · Wed Jul 26 11:29:25 2017 -0400
  56. 7c695ce ram: stm32: add stm32h7 support by Patrice Chotard · Tue Jul 18 17:37:29 2017 +0200
  57. 7fb9603 ram: stm32: add second SDRAM bank management by Patrice Chotard · Tue Jul 18 17:37:27 2017 +0200
  58. 8b37922 ram: stm32: replace fdtdec_get by ofnode calls by Patrice Chotard · Tue Jul 18 17:37:26 2017 +0200
  59. f2b8000 ram: stm32: get base address from DT by Patrice Chotard · Tue Jul 18 17:37:25 2017 +0200
  60. 7e82a69 ram: stm32: migrate fmc defines in driver file by Patrice Chotard · Tue Jul 18 17:37:24 2017 +0200
  61. e2e28d2 clk: stm32f7: remove clock_get() by Patrice Chotard · Tue Jul 18 09:29:10 2017 +0200
  62. b8442fb spi: stm32_qspi: add clk_get_rate() support by Patrice Chotard · Tue Jul 18 09:29:09 2017 +0200
  63. 4809a19 serial: stm32x7: add clk_get_rate() support by Patrice Chotard · Tue Jul 18 09:29:08 2017 +0200
  64. 2195315 serial: stm32x7: migrate serial struct to driver by Patrice Chotard · Tue Jul 18 09:29:07 2017 +0200
  65. fee92ee clk: stm32f7: cleanup clocks unused definitions by Patrice Chotard · Tue Jul 18 09:29:06 2017 +0200
  66. 7bdf971 clk: stm32f7: add clock .get_rate() callback by Patrice Chotard · Tue Jul 18 09:29:05 2017 +0200
  67. d93fc2c clk: stm32f7: get RCC base address from DT by Patrice Chotard · Tue Jul 18 09:29:04 2017 +0200
  68. a8f951a clk: stm32f7: add static for configure_clocks() by Patrice Chotard · Tue Jul 18 09:29:03 2017 +0200
  69. 5aeb135 pinctrl: meson: add GPIO support by Beniamino Galvani · Mon Jul 10 00:30:04 2017 +0200
  70. 3f8e166 ARM: uniphier: remove SPL support for ARMv8 SoCs by Masahiro Yamada · Thu Jul 13 20:32:15 2017 +0900
  71. 8cf55fa ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS by Karl Beldan · Wed Jul 12 16:11:45 2017 +0000
  72. 16f125c ubi: Kconfig: Fix MTD_UBI selection dependency by Karl Beldan · Wed Jul 12 16:11:43 2017 +0000
  73. 767b7db serial: ns16550: Add RX interrupt buffer support by Stefan Roese · Fri Jul 14 17:25:54 2017 +0200
  74. 224ebcd powerpc: Remove 8260 remainders by Christophe Leroy · Thu Jul 13 15:10:10 2017 +0200
  75. 4a4750b powerpc, 8xx: fix missing function declarations. by Christophe Leroy · Thu Jul 13 15:10:08 2017 +0200
  76. 959e907 mmc: cadence: use fdt32_t for DT property value to fix sparse warning by Masahiro Yamada · Thu Jun 22 17:58:09 2017 +0900
  77. 968771a power: regulator: lp87565: get_enable should return integer by Keerthy · Tue Jun 13 09:53:56 2017 +0530
  78. 08f0a7c power: regulator: lp873x: get_enable should return integer by Keerthy · Tue Jun 13 09:53:55 2017 +0530
  79. 6ec40f3 power: regulator: s5m8767: get_enable should return integer by Keerthy · Tue Jun 13 09:53:54 2017 +0530
  80. 20507b2 power: sandbox: fixed: get_enable should return integer by Keerthy · Tue Jun 13 09:53:53 2017 +0530
  81. c8f82fb power: regulator: rk8xx: get_enable should return integer by Keerthy · Tue Jun 13 09:53:52 2017 +0530
  82. b2958b2 power: regulator: tps65090: get_enable should return integer by Keerthy · Tue Jun 13 09:53:51 2017 +0530
  83. d726bb8 power: regulator: pfuze100: get_enable should return integer by Keerthy · Tue Jun 13 09:53:50 2017 +0530
  84. e8de891 power: regulator: palmas: get_enable should return integer by Keerthy · Tue Jun 13 09:53:49 2017 +0530
  85. beeac62 power: regulator: max77686: get_enable should return integer by Keerthy · Tue Jun 13 09:53:48 2017 +0530
  86. 9bb8fd0 power: regulator: act8846: get_enable should return integer by Keerthy · Tue Jun 13 09:53:47 2017 +0530
  87. 8690d6a power: regulator: fixed: get_enable should return integer by Keerthy · Tue Jun 13 09:53:46 2017 +0530
  88. 23be7fb regulator: Change get_enable return type to integer from bool by Keerthy · Tue Jun 13 09:53:45 2017 +0530
  89. 9bfe382 mmc: rpmb: update size format for write_counter by Kever Yang · Thu Jun 08 09:20:04 2017 +0800
  90. 9390f3d Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Jul 18 08:42:48 2017 -0400
  91. 3ef0b27 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · Wed Jul 12 08:16:41 2017 -0400
  92. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · Thu Jun 29 10:16:06 2017 +0200
  93. 7ecd35e mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT by Peng Fan · Mon Jun 12 17:50:55 2017 +0800
  94. 5eb8b43 dm: mmc: fsl_esdhc: handle vqmmc supply by Peng Fan · Mon Jun 12 17:50:54 2017 +0800
  95. aee7858 mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O by Peng Fan · Mon Jun 12 17:50:53 2017 +0800
  96. 1715622 mx6: soc: Move mxs_dma_init() into the mxs nand driver by Fabio Estevam · Thu Jun 29 09:33:44 2017 -0300
  97. d33e9ee net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH by Lothar Waßmann · Tue Jun 27 15:23:16 2017 +0200
  98. cf6db16 serial: mxc: Add debug uart support by Jagan Teki · Tue Jun 06 05:31:51 2017 +0000
  99. 71eb2bf serial: mxc: Code cleanup by Jagan Teki · Tue Jun 06 05:31:50 2017 +0000
  100. 9df8992 serial: mxc: Move common baud gen into _mxc_serial_setbrg by Jagan Teki · Tue Jun 06 05:31:49 2017 +0000