1. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · Thu Jun 29 10:16:06 2017 +0200
  2. 7ecd35e mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT by Peng Fan · Mon Jun 12 17:50:55 2017 +0800
  3. 5eb8b43 dm: mmc: fsl_esdhc: handle vqmmc supply by Peng Fan · Mon Jun 12 17:50:54 2017 +0800
  4. aee7858 mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O by Peng Fan · Mon Jun 12 17:50:53 2017 +0800
  5. 1715622 mx6: soc: Move mxs_dma_init() into the mxs nand driver by Fabio Estevam · Thu Jun 29 09:33:44 2017 -0300
  6. d33e9ee net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH by Lothar Waßmann · Tue Jun 27 15:23:16 2017 +0200
  7. cf6db16 serial: mxc: Add debug uart support by Jagan Teki · Tue Jun 06 05:31:51 2017 +0000
  8. 71eb2bf serial: mxc: Code cleanup by Jagan Teki · Tue Jun 06 05:31:50 2017 +0000
  9. 9df8992 serial: mxc: Move common baud gen into _mxc_serial_setbrg by Jagan Teki · Tue Jun 06 05:31:49 2017 +0000
  10. 01fcb6e serial: mxc: Move common init into _mxc_serial_init by Jagan Teki · Tue Jun 06 05:31:48 2017 +0000
  11. ed217cd serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrg by Jagan Teki · Tue Jun 06 05:31:47 2017 +0000
  12. ce315c9 serial: mxc: Use RFDIV in dm-code by Jagan Teki · Tue Jun 06 05:31:46 2017 +0000
  13. f8fd275 serial: mxc: Add common mxc_uart reg space by Jagan Teki · Tue Jun 06 05:31:45 2017 +0000
  14. 220fb22 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue Jul 11 20:28:46 2017 -0400
  15. 87e96b2 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · Tue Jul 11 14:21:50 2017 -0400
  16. 5c5991e dm: ofnode: use fdt32_t for DT property value to fix sparse warning by Masahiro Yamada · Thu Jun 22 17:57:50 2017 +0900
  17. 77018de dm: include <dm/util.h> from driver/core/dump.c by Masahiro Yamada · Thu Jun 22 17:10:11 2017 +0900
  18. 5d43445 dm: ofnode: simplify ofnode_read_bool() by Masahiro Yamada · Thu Jun 22 16:54:07 2017 +0900
  19. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · Thu Jun 22 16:54:05 2017 +0900
  20. 5052f1b dm: ofnode: simplify ofnode_read_prop() by Masahiro Yamada · Thu Jun 22 16:54:04 2017 +0900
  21. 6a61dd9 dm: ofnode: use ofnode_read_bool() to check property existence by Masahiro Yamada · Thu Jun 22 16:54:03 2017 +0900
  22. 3247fdb dm: include <dm/util.h> from drivers/core/util.c by Masahiro Yamada · Thu Jun 22 16:50:01 2017 +0900
  23. a21ec4c dm: serial: Add livetree support by Simon Glass · Mon Jun 12 06:21:58 2017 -0600
  24. 89d9cf2 dm: serial: Separate out the core serial-device finding code by Simon Glass · Mon Jun 12 06:21:57 2017 -0600
  25. 386dbfb dm: serial: ns16550: Convert to livetree by Simon Glass · Mon Jun 12 06:21:56 2017 -0600
  26. cc06f14 video: simple-panel: Add a little more debugging by Simon Glass · Mon Jun 12 06:21:38 2017 -0600
  27. e247e5c dm: video: Update pwm_backlight to support livetree by Simon Glass · Mon Jun 12 06:21:37 2017 -0600
  28. 2f63264 dm: video: Sync display on backspace by Simon Glass · Mon Jun 12 06:21:36 2017 -0600
  29. 80df6ec tegra: video: Time the LCD init by Simon Glass · Mon Jun 12 06:21:32 2017 -0600
  30. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · Mon Jun 12 06:21:31 2017 -0600
  31. fa031f8 dm: core: Add dev_read_enabled() to check if a device is enabled by Simon Glass · Mon Jun 12 06:21:30 2017 -0600
  32. 170e17c dm: core: Add dev_read_resource() to read device resources by Simon Glass · Mon Jun 12 06:21:29 2017 -0600
  33. 5fdb005 dm: core: Add ofnode_read_string_count() by Simon Glass · Mon Jun 12 06:21:28 2017 -0600
  34. 57e7c2a dm: scsi: Drop scsi_init() when driver model is used by Simon Glass · Wed Jun 14 21:28:47 2017 -0600
  35. c6b4430 dm: ahci: Add a driver for SCSI on AHCI by Simon Glass · Wed Jun 14 21:28:46 2017 -0600
  36. 600d001 dm: scsi: Split out the bus scanning code by Simon Glass · Wed Jun 14 21:28:45 2017 -0600
  37. a140e86 dm: scsi: Adjust return value of scsi_exec() by Simon Glass · Wed Jun 14 21:28:44 2017 -0600
  38. c4dfa89 dm: scsi: Add operations for SCSI devices by Simon Glass · Wed Jun 14 21:28:43 2017 -0600
  39. 23123c6 dm: ahci: Create a local version of two SCSI functions by Simon Glass · Wed Jun 14 21:28:42 2017 -0600
  40. 4822873 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · Wed Jun 14 21:28:41 2017 -0600
  41. 11b2b62 dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · Wed Jun 14 21:28:40 2017 -0600
  42. cf01b5b dm: ahci: Drop use of probe_ent by Simon Glass · Wed Jun 14 21:28:38 2017 -0600
  43. 84fac54 dm: ahci: Unwind the confusing init code by Simon Glass · Wed Jun 14 21:28:37 2017 -0600
  44. 0a47bbb dm: ahci: Move common code for starting ports into a function by Simon Glass · Wed Jun 14 21:28:36 2017 -0600
  45. 0ada891 dm: scsi: Indent the confusing #ifdefs by Simon Glass · Wed Jun 14 21:28:35 2017 -0600
  46. e0c419b dm: ahci: Refactor to avoid static variables by Simon Glass · Wed Jun 14 21:28:34 2017 -0600
  47. cb87524 dm: sata: Move ataid into struct ahci_uc_priv by Simon Glass · Wed Jun 14 21:28:33 2017 -0600
  48. 5ce5967 dm: ahci: Rename struct ahci_probe_ent by Simon Glass · Wed Jun 14 21:28:32 2017 -0600
  49. b08fbff dm: scsi: Use the uclass platform data by Simon Glass · Wed Jun 14 21:28:31 2017 -0600
  50. 5fb559d dm: scsi: Drop the ccb typedef by Simon Glass · Wed Jun 14 21:28:30 2017 -0600
  51. a4eff9f dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd by Simon Glass · Wed Jun 14 21:28:29 2017 -0600
  52. 3def006 scsi: Move drivers into new drivers/scsi directory by Simon Glass · Wed Jun 14 21:28:27 2017 -0600
  53. 2c844c4 sata: Move drivers into new drivers/ata directory by Simon Glass · Wed Jun 14 21:28:26 2017 -0600
  54. ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · Wed Jun 14 21:28:25 2017 -0600
  55. 1674098 scsi: Drop scsi_print_error() by Simon Glass · Wed Jun 14 21:28:23 2017 -0600
  56. 3833441 scsi: Drop sym53c8xx driver by Simon Glass · Wed Jun 14 21:28:22 2017 -0600
  57. 0e5faf0 Convert CONFIG_SCSI to Kconfig by Simon Glass · Wed Jun 14 21:28:21 2017 -0600
  58. 3ff83bc dm: core: Add uclass_first/next_device_check() by Simon Glass · Sun Apr 23 20:10:45 2017 -0600
  59. 98c9fb0 dm: core: Clarify uclass_first/next_device() comments by Simon Glass · Sun Apr 23 20:10:43 2017 -0600
  60. 0ae1f60 rockchip: rk3288: Add pinctrl support for the gmac ethernet interface by Sjoerd Simons · Mon Jun 26 10:01:46 2017 +0200
  61. 70fd613 rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwren by Kever Yang · Thu Jun 08 15:32:04 2017 +0800
  62. c258105 power: regulator: rk8xx: Allow input current/charger shutdown configuration by Wadim Egorov · Mon Jun 19 12:36:39 2017 +0200
  63. 4c4905f power: regulator: rk8xx: Build get_ldo_reg only for SPL by Wadim Egorov · Mon Jun 19 12:36:38 2017 +0200
  64. 697a8bc usb: dwc2: use dev_read_bool() instead of fdt_getprop() by Meng Dongyang · Wed Jun 28 19:22:43 2017 +0800
  65. 5498381 usb: Kconfig: migrate USB_DWC2 to Kconfig by Philipp Tomsich · Mon Jul 03 18:30:06 2017 +0200
  66. ef16ff6 usb: host: xhci-rockchip: use fixed regulator to control vbus by Meng Dongyang · Wed Jun 28 19:22:40 2017 +0800
  67. c1a1550 usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USB by Meng Dongyang · Wed Jun 28 19:22:39 2017 +0800
  68. f2ac2a6 rockchip: video: mipi: Modify format type for debug message by eric.gao@rock-chips.com · Wed Jun 21 11:15:57 2017 +0800
  69. c7dd29a rockchip: video: mipi: Modify variable type for arm32 compatibility by eric.gao@rock-chips.com · Wed Jun 21 11:12:50 2017 +0800
  70. a70d1ea Revert "mmc: dw_mmc: rockchip: select proper card clock" by Kever Yang · Wed Jun 14 16:31:49 2017 +0800
  71. 9708739 rockchip: dwmmc: use max-frequency when OF_PLATDATA enabled by Kever Yang · Wed Jun 14 16:31:46 2017 +0800
  72. a5b83d2 rockchip: rk322x: add sysreset driver by Kever Yang · Fri Jun 23 17:17:53 2017 +0800
  73. 5f94896 rockchip: rk322x: add pinctrl driver by Kever Yang · Fri Jun 23 17:17:50 2017 +0800
  74. c5ccc32 rockchip: rk322x: add clock driver by Kever Yang · Fri Jun 23 17:17:49 2017 +0800
  75. e74958e rockchip: ns16550: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:46:02 2017 +0200
  76. 150005b rockchip: net: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:46:01 2017 +0200
  77. 9b4c380 rockchip: mmc: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:46:00 2017 +0200
  78. 9589dda rockchip: xhci: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:45:59 2017 +0200
  79. 778ec66 rockchip: spi: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:45:58 2017 +0200
  80. ff7865f rockchip: pinctrl: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:45:57 2017 +0200
  81. 5a3d1c6 pipe3: Fix broken dependency by Jean-Jacques Hiblot · Fri Jul 07 12:13:34 2017 +0200
  82. bd6d0d6 mtd: stm32: use parameter instead of default value by Patrice Chotard · Tue Jul 04 18:24:43 2017 +0200
  83. 4339901 driver: mmc: update debug info by Jorge Ramirez-Ortiz · Mon Jun 26 15:52:48 2017 +0200
  84. d666155 pinctrl: stm32: add set_state ops by Christophe Kerello · Tue Jun 20 17:04:19 2017 +0200
  85. a466d21 pinctrl: stm32: handle a configuration list by Christophe Kerello · Tue Jun 20 17:04:18 2017 +0200
  86. 3598295 powerpc, 8xx: Add support for MCR3000 board from CSSI by Christophe Leroy · Fri Jul 07 10:16:42 2017 +0200
  87. 9ac4a54 powerpc, 8xx: move Serial driver to drivers/serial/ by Christophe Leroy · Thu Jul 06 10:33:27 2017 +0200
  88. 8c3f122 powerpc, 8xx: move SPI driver to drivers/spi/ by Christophe Leroy · Thu Jul 06 10:33:25 2017 +0200
  89. 56ef30a powerpc, 8xx: move FEC Ethernet driver in drivers/net by Christophe Leroy · Thu Jul 06 10:33:23 2017 +0200
  90. 23da373 powerpc, 8xx: Migrate to Kconfig by Christophe Leroy · Thu Jul 06 10:33:21 2017 +0200
  91. 3c08d31 wdt: Unify option of timeout value by Andy Shevchenko · Wed Jul 05 20:44:08 2017 +0300
  92. f047be4 wdt: Fix spelling Resettting -> Resetting by Andy Shevchenko · Wed Jul 05 20:44:06 2017 +0300
  93. 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · Wed Jul 05 16:25:22 2017 +0300
  94. 286c252 gpio: add static to get_function() by Masahiro Yamada · Thu Jun 22 16:50:25 2017 +0900
  95. 5e0ef84 serial: make serial_stub_* to static functions by Masahiro Yamada · Thu Jun 22 16:48:49 2017 +0900
  96. 2028012 powerpc: remove 4xx support by Heiko Schocher · Tue Jun 27 16:49:14 2017 +0200
  97. 6cdd8d8 drivers, block: remove sil680 driver by Heiko Schocher · Tue Jun 27 16:49:13 2017 +0200
  98. d3b3f8d drivers, usb, gadget: fix compiler warnings for at91_udc.c by Heiko Schocher · Fri Jun 23 20:13:58 2017 +0200
  99. f32333b usb: gadget: Call g_dnl_bind_fixup() before testing g_dnl_serial length by Lukasz Majewski · Mon Jun 26 13:04:58 2017 +0200
  100. c3cf899 ti816x: Enable ethernet support by Tom Rini · Wed May 10 12:01:02 2017 -0400