1. 32fafb8 net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool by Stefan Roese · Mon Mar 13 06:50:04 2017 +0100
  2. 95b2741 net: mvpp2: Configure SMI PHY address needed for PHY polling by Stefan Roese · Fri Mar 10 06:07:45 2017 +0100
  3. b851e40 net: mvpp2: Enable PHY polling mode on PPv2.2 by Stefan Roese · Thu Mar 09 12:01:57 2017 +0100
  4. c20e4e4 net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID by Stefan Roese · Wed Mar 22 15:11:00 2017 +0100
  5. 0164764 net: mvpp2: Add GoP and NetC support for port 0 (SFI) by Stefan Roese · Wed Mar 22 15:09:38 2017 +0100
  6. 40e749b net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII) by Stefan Roese · Wed Mar 22 15:07:30 2017 +0100
  7. 3651bfc net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII by Stefan Roese · Wed Mar 22 14:15:40 2017 +0100
  8. 8ba5f0b net: mvpp2: Restructure probe / init functions by Stefan Roese · Wed Mar 22 14:11:16 2017 +0100
  9. a8801ed net: mvpp2: Add RX and TX FIFO configuration for PPv2.2 by Stefan Roese · Wed Mar 01 13:09:42 2017 +0100
  10. 38801d4 net: mvpp2: Handle eth device naming in multi-CP case correctly by Stefan Roese · Fri Feb 24 10:12:41 2017 +0100
  11. 78a112b net: mvpp2: Enable compilation for Armada 7K/8K platforms by Stefan Roese · Wed Feb 15 11:42:59 2017 +0100
  12. 4cc7541 net: mvpp2.c: Clear all buffer / descriptor areas before usage by Stefan Roese · Thu Feb 16 13:29:08 2017 +0100
  13. d017cdf net: mvpp2: Move probe function from MISC to ETH DM driver by Stefan Roese · Thu Feb 16 15:26:06 2017 +0100
  14. b71c2a3 net: mvpp2: Add MDIO support for PPv2.2 by Stefan Roese · Thu Feb 16 08:31:32 2017 +0100
  15. e595a23 net: mvpp2: finally add the PPv2.2 compatible string by Thomas Petazzoni · Mon Feb 20 11:54:31 2017 +0100
  16. 38a2328 net: mvpp2: adapt rxq distribution to PPv2.2 by Thomas Petazzoni · Thu Feb 16 09:03:16 2017 +0100
  17. f107747 net: mvpp2: rework RXQ interrupt group initialization for PPv2.2 by Thomas Petazzoni · Thu Feb 16 08:46:37 2017 +0100
  18. ca560ab net: mvpp2: add AXI bridge initialization for PPv2.2 by Thomas Petazzoni · Thu Feb 16 08:41:07 2017 +0100
  19. cc2445f net: mvpp2: handle misc PPv2.1/PPv2.2 differences by Thomas Petazzoni · Mon Feb 20 11:42:51 2017 +0100
  20. 5555f07 net: mvpp2: handle register mapping and access for PPv2.2 by Thomas Petazzoni · Thu Feb 16 08:03:37 2017 +0100
  21. 7f215c7 net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2 by Thomas Petazzoni · Mon Feb 20 11:36:57 2017 +0100
  22. 58159ee net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2 by Thomas Petazzoni · Thu Feb 16 06:57:24 2017 +0100
  23. 2321c92 net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2 by Thomas Petazzoni · Thu Feb 16 06:53:51 2017 +0100
  24. 3520a33 net: mvpp2: adjust the allocation/free of BM pools for PPv2.2 by Thomas Petazzoni · Mon Feb 20 11:29:16 2017 +0100
  25. 56563ad net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors by Thomas Petazzoni · Mon Feb 20 11:08:46 2017 +0100
  26. e3645a0 net: mvpp2: introduce an intermediate union for the TX/RX descriptors by Thomas Petazzoni · Wed Feb 15 16:25:53 2017 +0100
  27. 51ccb41 net: mvpp2: add hw_version field in "struct mvpp2" by Thomas Petazzoni · Wed Feb 15 14:08:59 2017 +0100
  28. fb3a7bb net: mvpp2: add and use accessors for TX/RX descriptors by Thomas Petazzoni · Wed Feb 15 15:35:00 2017 +0100
  29. 0983176 net: mvpp2: store physical address of buffer in rx_desc->buf_cookie by Thomas Petazzoni · Mon Feb 20 10:37:59 2017 +0100
  30. 0ff5752 net: mvpp2: remove support for buffer header by Thomas Petazzoni · Mon Feb 20 10:29:43 2017 +0100
  31. c49aff2 net: mvpp2: use "dma" instead of "phys" where appropriate by Thomas Petazzoni · Mon Feb 20 10:27:51 2017 +0100
  32. feb0b33 net: mvpp2: enable building on 64-bit platforms (more U-Boot specific) by Stefan Roese · Wed Feb 15 12:46:18 2017 +0100
  33. a3c988f net: mvpp2: enable building on 64-bit platforms by Thomas Petazzoni · Wed Feb 15 12:31:53 2017 +0100
  34. 265b3c6 net: mvpp2: simplify MVPP2_PRS_RI_* definitions by Thomas Petazzoni · Wed Feb 15 12:19:36 2017 +0100
  35. ebbe76f net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT by Thomas Petazzoni · Wed Feb 15 12:16:23 2017 +0100
  36. 5e3eaae net: mvpp2: remove unused register definitions by Thomas Petazzoni · Wed Feb 15 12:15:01 2017 +0100
  37. 1b085c5 net: mvpp2: simplify mvpp2_bm_bufs_add() by Thomas Petazzoni · Wed Feb 15 12:13:43 2017 +0100
  38. b4268e2 net: mvpp2: Round up top tx buffer boundaries for dcache ops by Stefan Roese · Thu Feb 16 13:58:37 2017 +0100
  39. 8488c90 drivers: timer: Introduce ARC timer driver by Vlad Zakharov · Tue Mar 21 14:49:47 2017 +0300
  40. ed446f7 mvebu: neta: a37xx: Add fixed link support to neta driver by Konstantin Porotchkin · Thu Feb 16 13:52:28 2017 +0200
  41. 9d89f01 mvebu: neta: Add support for board init function by Konstantin Porotchkin · Thu Feb 16 13:52:27 2017 +0200
  42. 50ca8f2 mvebu: usb: xhci: Add VBUS regulator supply to the host driver by Konstantin Porotchkin · Sun Feb 12 11:10:30 2017 +0200
  43. ee3964b mvebu: pcie: Add support for GPIO reset for PCIe device by Konstantin Porotchkin · Wed Feb 08 17:34:13 2017 +0200
  44. 666f139 drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register by Jean-Jacques Hiblot · Mon Feb 13 16:17:49 2017 +0100
  45. a213817 regmap: use fdt address translation by Jean-Jacques Hiblot · Mon Feb 13 16:17:48 2017 +0100
  46. 40a68f8 dm: core: Fix Handling of global_data moving in SPL by Lokesh Vutla · Mon Feb 13 09:21:22 2017 +0530
  47. c1f7006 mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driver by Stefan Roese · Mon Mar 20 17:00:32 2017 +0100
  48. 4c2881d mmc: drop unnecessary send_status request by Xu Ziyuan · Sun Mar 12 14:19:04 2017 +0800
  49. c8537cb mmc: sdhci: only flush cache for data command by Kevin Liu · Wed Mar 08 15:16:44 2017 +0800
  50. 853b78c mmc: tangier: Add Intel Tangier eMMC/SDHCI driver by Felipe Balbi · Mon Feb 20 14:24:14 2017 +0300
  51. c351201 mmc: pci: Add CONFIG_MMC_PCI by Felipe Balbi · Mon Feb 20 14:24:13 2017 +0300
  52. 40d97bd Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Sun Mar 19 14:49:26 2017 -0400
  53. 29c8bc0 Kconfig: Migrate CONFIG_BAUDRATE by Philipp Tomsich · Fri Mar 17 20:34:53 2017 +0100
  54. e3b8d39 dm: imx: serial: add i.MX6UL support by Sébastien Szymanski · Tue Mar 07 14:33:24 2017 +0100
  55. 70e38d9 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · Fri Mar 17 09:11:12 2017 -0400
  56. 07e9e41 PINCTRL: stm32f7: add pin control driver by Vikas Manocha · Sun Feb 12 10:25:49 2017 -0800
  57. 2183cbf stm32f7: clk: remove usart1 clock enable from board init by Vikas Manocha · Sun Feb 12 10:25:48 2017 -0800
  58. 7b00ff9 stm32f7: serial: use clock driver to enable clock by Vikas Manocha · Sun Feb 12 10:25:46 2017 -0800
  59. daaeaab clk: stm32f7: add clock driver for stm32f7 family by Vikas Manocha · Sun Feb 12 10:25:45 2017 -0800
  60. 19e22c6 serial: stm32f7: add device tree support by Vikas Manocha · Sun Feb 12 10:25:44 2017 -0800
  61. af6dbc0 mmc: fsl_esdhc: support i.MX7ULP by Peng Fan · Wed Feb 22 16:21:55 2017 +0800
  62. dac2c94 serial: lpuart: add i.MX7ULP support by Peng Fan · Wed Feb 22 16:21:52 2017 +0800
  63. 836a6cc serial: lpuart: restructure lpuart driver by Peng Fan · Wed Feb 22 16:21:51 2017 +0800
  64. d684adb i2c: lpi2c: add lpi2c driver for i.MX7ULP by Peng Fan · Fri Feb 24 09:54:18 2017 +0800
  65. f70bf2b pinctrl: Add i.MX7ULP pinctrl driver by Peng Fan · Wed Feb 22 16:21:49 2017 +0800
  66. 62862b6 wdog: Add the watchdog driver for MX7ULP. by Ye Li · Wed Feb 22 16:21:48 2017 +0800
  67. 98c5782 mxc_ocotp: Update driver to support OCOTP controller on i.MX7ULP by Peng Fan · Wed Feb 22 16:21:46 2017 +0800
  68. c5f4986 gpio: Add Rapid GPIO2P driver for i.MX7ULP by Peng Fan · Wed Feb 22 16:21:45 2017 +0800
  69. 78481ed rockchip: video: Remove CSC initialization (HDMI) by Jernej Skrabec · Thu Mar 09 00:34:38 2017 +0100
  70. 7744d3e rockchip: video: Fix HDMI audio clocks by Jernej Skrabec · Thu Mar 09 00:34:37 2017 +0100
  71. 20f938a dm: Return actual bools in dm_fdt_pre_reloc by Heiko Stübner · Thu Feb 23 17:30:38 2017 +0100
  72. 7e046e0 rockchip: rk3328: add sysreset driver by Kever Yang · Thu Feb 23 15:37:54 2017 +0800
  73. d73a4e8 rockchip: rk3328: add pinctrl driver by Kever Yang · Thu Feb 23 15:37:53 2017 +0800
  74. 1cfd550 rockchip: rk3328: add clock driver by Kever Yang · Thu Feb 23 15:37:52 2017 +0800
  75. 5616c63 rockchip: rk3188: Add clock driver by Heiko Stübner · Sat Feb 18 19:46:34 2017 +0100
  76. 2b67ba0 rockchip: rk3188: Add sysreset driver by Heiko Stübner · Sat Feb 18 19:46:32 2017 +0100
  77. 36d6b16 rockchip: rk3188: Add pinctrl driver by Heiko Stübner · Sat Feb 18 19:46:31 2017 +0100
  78. 2d76bfd rockchip: serial: Adapt rockchip of-platdata driver for rk3188 by Heiko Stübner · Sat Feb 18 19:46:29 2017 +0100
  79. 643549b rockchip: clk: rk3288: limit gpll and cpll init to SPL build by Heiko Stübner · Sat Feb 18 19:46:22 2017 +0100
  80. 9a2cdca dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · Sat Feb 18 19:46:21 2017 +0100
  81. a9fe327 rockchip: pinctrl: rk3399: add the of-platdata support by Kever Yang · Mon Feb 13 17:38:58 2017 +0800
  82. dd99a02 rockchip: sdhci: rk3399: update driver to support of-platdata by Kever Yang · Mon Feb 13 17:38:57 2017 +0800
  83. e198053 rockchip: clk: rk3399: update driver for spl by Kever Yang · Mon Feb 13 17:38:56 2017 +0800
  84. 112a744 rockchip: arm64: rk3399: move grf register definitions to grf_rk3399.h by Kever Yang · Mon Feb 13 17:38:55 2017 +0800
  85. ba11ac2 Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Thu Mar 16 16:44:23 2017 -0400
  86. be4246a Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Thu Mar 16 16:43:32 2017 -0400
  87. cdf6b57 STiH410-B2260: Add device tree by Patrice Chotard · Tue Feb 21 13:37:11 2017 +0100
  88. 32cf046 STiH410: Add STi pinctrl driver by Patrice Chotard · Tue Feb 21 13:37:10 2017 +0100
  89. 2eea7d8 STiH410: Add STi SDHCI driver by Patrice Chotard · Tue Feb 21 13:37:09 2017 +0100
  90. 42d742b STiH410: Add STi serial driver by Patrice Chotard · Tue Feb 21 13:37:07 2017 +0100
  91. b8f96fc STiH410: Add STi sysreset driver by Patrice Chotard · Tue Feb 21 13:37:06 2017 +0100
  92. 200a799 STiH410: Add STi timer driver by Patrice Chotard · Tue Feb 21 13:37:05 2017 +0100
  93. c55d731 driver: net: fsl-mc: Update calculation of MC RAM by York Sun · Mon Mar 06 09:02:29 2017 -0800
  94. 4de24ef armv8: layerscape: Rewrite memory reservation by York Sun · Mon Mar 06 09:02:28 2017 -0800
  95. 51ad373 sunxi: power: axp809.c: Fix aldo1-2 being disabled for mvolt != 0 by Rask Ingemann Lambertsen · Wed Jan 18 21:53:40 2017 +0100
  96. 4deb11b Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Wed Mar 08 07:14:21 2017 -0500
  97. cd7b1ee video: cfb_console: fix 32-bit display on 64-bit architectures by Andre Przywara · Mon Mar 06 01:13:38 2017 +0000
  98. f429f56 net: zynq_gem: Fix masking of supported phydev features by Nathan Rossi · Mon Mar 06 00:36:23 2017 +1000
  99. 1944936 net: macb: Fix ETH not found when clock not support by Wenyou Yang · Tue Feb 14 16:24:40 2017 +0800
  100. 1eee117 drivers/net/Kconfig: Correct use of apostrophe by Tom Rini · Mon Feb 20 09:38:03 2017 -0500