1. b611433 dm: core: Add an implementation of regmap_init_mem_platdata() by Simon Glass · Mon Jul 04 11:58:22 2016 -0600
  2. 30d73e8 dm: core: Move regmap allocation into a separate function by Simon Glass · Mon Jul 04 11:58:21 2016 -0600
  3. c744fca sandbox: Don't bring in the eeprom emulator in SPL by Simon Glass · Mon Jul 04 11:58:19 2016 -0600
  4. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · Mon Jul 04 11:58:18 2016 -0600
  5. 2d4c7dc dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · Mon Jul 04 11:58:15 2016 -0600
  6. afd81a5 dm: serial: Add support for of-platdata by Simon Glass · Mon Jul 04 11:58:04 2016 -0600
  7. 589d915 dm: clk: Add support for of-platdata by Simon Glass · Mon Jul 04 11:58:03 2016 -0600
  8. 750c482 dm: sandbox: Add a simple driver to test of-platdata by Simon Glass · Mon Jul 04 11:58:01 2016 -0600
  9. 73dd069 dm: syscon: Add support for of-platdata by Simon Glass · Mon Jul 04 11:58:00 2016 -0600
  10. b944345 dm: regmap: Add a dummy implementation for of-platdata by Simon Glass · Mon Jul 04 11:57:59 2016 -0600
  11. 8d7e816 dm: core: Don't use device tree with of-platdata by Simon Glass · Mon Jul 04 11:57:58 2016 -0600
  12. 549f23a sandbox: serial: Don't sync video in SPL by Simon Glass · Mon Jul 04 11:57:53 2016 -0600
  13. 47a3d05 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Tue Jul 12 08:15:17 2016 -0400
  14. f49c485 pci: Add board_ prefix to should_load_oprom() and make it weak by Bin Meng · Tue Jun 14 02:02:40 2016 -0700
  15. 0ea6bcb pci: Make load_oprom and run_oprom independent by Bin Meng · Tue Jun 14 02:02:39 2016 -0700
  16. 6ac0ee5 pci: Remove CONFIG_ALWAYS_LOAD_OPROM by Bin Meng · Tue Jun 14 02:02:38 2016 -0700
  17. d2ef0fc Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Mon Jul 11 18:50:29 2016 -0400
  18. 3e5a8b9 sandbox: Find keyboard driver using driver model by Simon Glass · Sun Jun 19 17:33:15 2016 -0600
  19. 47ca9fc dm: gpio: MPC85XX GPIO platform data support by Hamish Martin · Tue Jun 14 10:17:05 2016 +1200
  20. aa7620b dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC by Simon Glass · Sun Jun 12 23:30:33 2016 -0600
  21. 8612025 dm: mmc: msmsdhic: Drop old MMC code by Simon Glass · Sun Jun 12 23:30:31 2016 -0600
  22. 8ef0765 dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · Sun Jun 12 23:30:29 2016 -0600
  23. b97f0fa dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · Sun Jun 12 23:30:28 2016 -0600
  24. b084207 dm: mmc: sdhci: Refactor configuration setup to support DM by Simon Glass · Sun Jun 12 23:30:27 2016 -0600
  25. efcc669 dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS by Simon Glass · Sun Jun 12 23:30:26 2016 -0600
  26. faeef3b dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards by Simon Glass · Sun Jun 12 23:30:24 2016 -0600
  27. ff5c1b7 dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS by Simon Glass · Sun Jun 12 23:30:23 2016 -0600
  28. 394dfc0 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · Sun Jun 12 23:30:22 2016 -0600
  29. b23d96e mmc: Move tracing code into separate functions by Simon Glass · Sun Jun 12 23:30:20 2016 -0600
  30. e7f50d9 dm: mmc: rockchip: Support only CONFIG_BLK by Simon Glass · Sun Jun 12 23:30:19 2016 -0600
  31. 84f9df9 mmc: Move MMC boot code into its own file by Simon Glass · Sun Jun 12 23:30:18 2016 -0600
  32. 21875cf dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c by Simon Glass · Sun Jun 12 23:30:17 2016 -0600
  33. 2f1ea90 dm: mmc: Move CONFIG_BLK code into the mmc uclass by Simon Glass · Sun Jun 12 23:30:16 2016 -0600
  34. 62e293a mmc: Add function declarations for mmc_bread() and mmc_switch_part() by Simon Glass · Sun Jun 12 23:30:15 2016 -0600
  35. ae56979 dm: spi: Read default speed and mode values from DT by Vignesh R · Wed Jul 06 10:04:28 2016 +0530
  36. 4ca6019 spi: cadence_quadspi: Enable QUAD mode based on DT data by Vignesh R · Wed Jul 06 10:20:56 2016 +0530
  37. 0c80b92 spi: cadence_qspi_apb: Support 32 bit AHB address by Vignesh R · Wed Jul 06 10:20:55 2016 +0530
  38. c1091e1 spi: davinci_spi: Convert to driver to adapt to DM by Vignesh R · Wed Jul 06 09:58:56 2016 +0530
  39. 0dff370 dm: core: implement dev_map_physmem() by Vignesh R · Wed Jul 06 09:58:55 2016 +0530
  40. c012e57 mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe() by Mateusz Kulikowski · Sun Jun 26 22:43:55 2016 +0200
  41. c821dbd Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Wed Jul 06 15:55:36 2016 -0400
  42. 0bc7f4a Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Wed Jul 06 15:55:21 2016 -0400
  43. 51d22bb net: rtl8169: Fix return value for rtl_send_common by Oleksandr Tymoshenko · Fri Jul 01 13:22:00 2016 -0700
  44. 602e9b5 driver: net: phylib: add support for aquantia AQR106/107 PHY by Mingkai Hu · Fri Jul 01 19:03:23 2016 +0800
  45. 57a37bc net: designware: Make driver independent from DM_GPIO again by Alexey Brodkin · Mon Jun 27 13:17:51 2016 +0300
  46. 264359e spi: spi-uclass: fix typo in debug output by Anatolij Gustschin · Thu Apr 21 09:28:02 2016 +0200
  47. bbdae4b tegra: video: Always use write-through cache on LCD by Simon Glass · Sun May 08 16:55:21 2016 -0600
  48. 44fe9e4 video: tegra: Move to using simple-panel and pwm-backlight by Simon Glass · Sun May 08 16:55:20 2016 -0600
  49. 29f49fc pci: tegra: actually program REFCLK_CFG* on recent SoCs by Stephen Warren · Fri Jun 24 08:36:04 2016 -0600
  50. d132c47 pci: tegra: correctly program PADS_REFCLK registers by Stephen Warren · Tue Jun 21 12:47:51 2016 -0600
  51. 0b03623 rockchip: video: Lower hpd wait time by Sjoerd Simons · Sun Feb 28 22:40:02 2016 +0100
  52. 30bad53 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Jul 01 22:35:20 2016 -0400
  53. b090226 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Fri Jul 01 17:43:06 2016 -0400
  54. d478083 mmc: increase MMC SDHCI read status timeout by Steve Rae · Wed Jun 29 13:42:01 2016 -0700
  55. 5d21e6f driver: qspi: correct QSPI disable CS reset value by Praneeth Bajjuri · Tue Jun 21 14:05:36 2016 +0530
  56. cc94a98 pinctrl: uniphier: add Ethernet pin-mux settings by Masahiro Yamada · Wed Jun 29 19:39:01 2016 +0900
  57. 65ef4f7 pinctrl: uniphier: avoid building unneeded pin-mux tables for SPL by Masahiro Yamada · Wed Jun 29 19:39:00 2016 +0900
  58. 9447e13 pinctrl: uniphier: support pin configuration for dedicated pins by Masahiro Yamada · Wed Jun 29 19:38:59 2016 +0900
  59. e637a8e pinctrl: uniphier: split pinctrl driver for PH1-LD11 and PH1-LD20 by Masahiro Yamada · Wed Jun 29 19:38:58 2016 +0900
  60. 13d8ac3 pinctrl: uniphier: allow to have pinctrl node under syscon node by Masahiro Yamada · Wed Jun 29 19:38:57 2016 +0900
  61. 80a6a14 pinctrl: uniphier: remove unneeded pin group nand_cs1 by Masahiro Yamada · Wed Jun 29 19:38:55 2016 +0900
  62. 1c2019b pinctrl: uniphier: fix NAND pin-mux setting for PH1-LD11/LD20 by Masahiro Yamada · Wed Jun 29 19:38:54 2016 +0900
  63. da987e9 pinctrl: uniphier: remove wrong pin-mux functions for ProXstream2 by Masahiro Yamada · Wed Jun 29 19:38:53 2016 +0900
  64. bdabc27 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Jun 28 15:59:05 2016 -0400
  65. ac7f242 armv8: fsl-layerscape: Append "A" in SoC name for ARM based SoCs by Prabhakar Kushwaha · Fri Jun 24 13:48:13 2016 +0530
  66. 01eb1c4 mmc: fsl: introduce wp_enable by Peng Fan · Wed Jun 15 10:53:02 2016 +0800
  67. 5a24f29 fsl_esdhc: Update clock enable bits for USDHC by Ye Li · Wed Jun 15 10:53:01 2016 +0800
  68. a6eadd5 mmc: fsl: reset to normal boot mode when eMMC fast boot by Peng Fan · Wed Jun 15 10:53:00 2016 +0800
  69. 76336b2 fastboot: sparse: resync common/image-sparse.c (part 2) by Steve Rae · Tue Jun 07 11:19:37 2016 -0700
  70. f1f112f fastboot: sparse: remove session-id logic by Steve Rae · Tue Jun 07 11:19:35 2016 -0700
  71. 1d9c36f mmc: dw_mmc: fix the wrong AND operation by Jaehoon Chung · Fri May 13 23:37:44 2016 +0900
  72. 928d3d0 ehci: mx7: fix otg id detection by Peng Fan · Mon Jun 20 09:43:09 2016 +0800
  73. 13186cf ehci: mx7: fix usbnc_regs by Peng Fan · Mon Jun 20 09:43:08 2016 +0800
  74. b412fad usb: fsl: Fix NULL terminating issue for usb controller name string by Rajesh Bhagat · Sat Jun 18 10:47:10 2016 +0530
  75. daec47b clk: sandbox: don't check clk ID against 0 by Stephen Warren · Tue Jun 21 13:32:07 2016 -0600
  76. ea19c53 mtd: nand: Drop a blank line in nand_wait() by Andre Renaud · Sun Jun 19 19:25:25 2016 -0600
  77. fcdcc55 net: phy: marvell: Do not reset 88e1310 after autoneg by Nathan Rossi · Fri Jun 03 23:16:17 2016 +1000
  78. 73823fa net: phy: micrel: add support for KSZ886x switches in MIIM mode by Alexey Firago · Thu May 26 16:28:44 2016 +0300
  79. 9fe7fb5 net: rtl8169: fix switching between adapters by Stephen Warren · Tue Apr 26 15:29:00 2016 -0600
  80. 521240c Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Mon Jun 20 05:15:52 2016 -0400
  81. 1243cd8 mmc: add MMC_VERSION_5_1 by Stefan Wahren · Thu Jun 16 17:54:06 2016 +0000
  82. 3b5f884 mtd: nand: Patch remaining places where nand_to_mtd() should be used by Boris Brezillon · Wed Jun 15 20:56:10 2016 +0200
  83. f3178d7 nand: nand torture: follow sync with linux v4.6 by Max Krummenacher · Mon Jun 13 10:15:47 2016 +0200
  84. 601361f spl: nand: sunxi: add support for NAND config auto-detection by Boris Brezillon · Mon Jun 06 10:17:02 2016 +0200
  85. 87cc16c spl: nand: sunxi: split 'load page' and 'read page' logic by Boris Brezillon · Mon Jun 06 10:17:01 2016 +0200
  86. dbd8710 spl: nand: sunxi: rework status polling loop by Boris Brezillon · Mon Jun 06 10:17:00 2016 +0200
  87. 939c75b spl: nand: sunxi: stop guessing the redundant u-boot offset by Boris Brezillon · Mon Jun 06 10:16:59 2016 +0200
  88. 4f238e7 spl: nand: support redundant u-boot image by Boris Brezillon · Mon Jun 06 10:16:58 2016 +0200
  89. 05b769d spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependency by Boris Brezillon · Mon Jun 06 10:16:57 2016 +0200
  90. a7a401c spl: nand: sunxi: remove support for so-called 'syndrome' mode by Boris Brezillon · Mon Jun 06 10:16:56 2016 +0200
  91. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · Fri Jun 17 09:44:00 2016 -0600
  92. 6488e64 reset: implement a reset test by Stephen Warren · Fri Jun 17 09:43:59 2016 -0600
  93. 185ad87 Add a reset driver framework/uclass by Stephen Warren · Fri Jun 17 09:43:58 2016 -0600
  94. e0e2b26 mailbox: add Tegra186 HSP driver by Stephen Warren · Fri Jun 17 09:43:57 2016 -0600
  95. 3cdf676 mailbox: rename headers by Stephen Warren · Fri Jun 17 09:43:56 2016 -0600
  96. ab8ce19 gpio: pca953x: Fix register reading past 8th GPIO by mario.six@gdsys.cc · Mon May 23 09:54:56 2016 +0200
  97. f4d193b dm: add manual relocation for devices by Angelo Dureghello · Sat May 21 12:05:49 2016 +0200
  98. 52a0551 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Sat Jun 18 23:46:21 2016 -0400
  99. ba397ba usb: ehci: only shutdown opened controller by Peng Fan · Wed Jun 15 13:15:46 2016 +0800
  100. 0182095 usb: xhci: fsl: Add workaround for USB erratum A008751 by Sriram Dash · Mon Jun 13 09:58:36 2016 +0530