1. 7123077 net: sh-eth: fix inl and outl definitions by Chris Brandt · Fri Nov 03 08:30:11 2017 -0500
  2. 3857a16 net: phy: marvell: Add functions to read PHY's extended registers by Lukasz Majewski · Mon Oct 30 22:57:53 2017 +0100
  3. 83c48c5 net: Fix buffer overrun error in netconsole by Joe Hershberger · Wed Aug 30 17:32:31 2017 -0500
  4. 41d6d1e net: macb: Add support for Xilinx Zynq SoC by Wilson Lee · Tue Aug 22 20:25:07 2017 -0700
  5. 76f44296 Merge git://git.denx.de/u-boot-mmc by Tom Rini · Sun Jan 14 22:26:38 2018 -0500
  6. 283620c mmc: fsl_esdhc: Fix eMMC 1.8v setting issue by Peng Fan · Tue Jan 02 16:51:22 2018 +0800
  7. ec89657 power: Rearrange code to guard power command with CONFIG_SPL_BUILD guard by Tom Rini · Fri Dec 22 12:27:14 2017 -0500
  8. ba54ab8 mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · Thu Jan 04 15:23:36 2018 +0100
  9. c94c547 mmc: don't read the size of eMMC enhanced user data area in SPL by Jean-Jacques Hiblot · Thu Jan 04 15:23:35 2018 +0100
  10. 27edffe mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:34 2018 +0100
  11. cb534f0 mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:33 2018 +0100
  12. d053167 mmc: add a Kconfig option to enable the support for MMC write operations by Jean-Jacques Hiblot · Thu Jan 04 15:23:32 2018 +0100
  13. fa6c577 mmc: reworked version lookup in mmc_startup_v4 by Jean-Jacques Hiblot · Thu Jan 04 15:23:31 2018 +0100
  14. 74c98b2 mmc: compile out more code if support for UHS and HS200 is not enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:30 2018 +0100
  15. dcfb625 mmc: atmel: when sending a data command, use the provided block size by Jean-Jacques Hiblot · Thu Jan 04 15:23:29 2018 +0100
  16. ef72fd3 dm: mmc: sandbox: Update SD card emulation by Jean-Jacques Hiblot · Thu Dec 14 11:47:14 2017 +0100
  17. 1d7769a mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · Thu Nov 30 17:44:02 2017 +0100
  18. 6051e78 mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · Thu Nov 30 17:44:01 2017 +0100
  19. 678b608 mmc: convert most of printf() to pr_err() and pr_warn() by Jean-Jacques Hiblot · Thu Nov 30 17:44:00 2017 +0100
  20. 06976eb mmc: don't use malloc_cache_aligned() by Jean-Jacques Hiblot · Thu Nov 30 17:43:59 2017 +0100
  21. 7ab1b62 mmc: fix for old MMCs (below version 4) by Jean-Jacques Hiblot · Thu Nov 30 17:43:58 2017 +0100
  22. d7e5e03 mmc: all hosts support 1-bit bus width and legacy timings by Jean-Jacques Hiblot · Thu Nov 30 17:43:57 2017 +0100
  23. 3f2ffc2 mmc: Fixed a problem with old sd or mmc that do not support High speed by Jean-Jacques Hiblot · Thu Nov 30 17:43:56 2017 +0100
  24. d39be65 dm: mmc: update mmc_of_parse() by Jean-Jacques Hiblot · Thu Nov 30 17:43:55 2017 +0100
  25. 93c31d1 mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · Thu Nov 30 17:43:54 2017 +0100
  26. f36bb2c mmc: meson_gx_mmc: fix the complie error by Jaehoon Chung · Mon Nov 27 18:42:05 2017 +0900
  27. 422b294 dm: mmc: Add a library function to parse generic dt binding by Kishon Vijay Abraham I · Thu Sep 21 16:30:13 2017 +0200
  28. 71264bb mmc: add a library function to send tuning command by Jean-Jacques Hiblot · Thu Sep 21 16:30:12 2017 +0200
  29. b6937d6 mmc: use the right voltage level for MMC DDR and HS200 modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:11 2017 +0200
  30. 07baaa6 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · Thu Sep 21 16:30:10 2017 +0200
  31. 3d30972b mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · Thu Sep 21 16:30:09 2017 +0200
  32. dc030fb mmc: disable UHS modes if Vcc cannot be switched on and off by Jean-Jacques Hiblot · Thu Sep 21 16:30:08 2017 +0200
  33. f4d5b3e mmc: Add support for UHS modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:07 2017 +0200
  34. 210369f mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · Thu Sep 21 16:30:06 2017 +0200
  35. ae7174f mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · Thu Sep 21 16:30:05 2017 +0200
  36. aa434c5 mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · Thu Sep 21 16:30:04 2017 +0200
  37. d6246bf mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · Thu Sep 21 16:30:03 2017 +0200
  38. 80b87e1 mmc: add power cyle support in mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:02 2017 +0200
  39. 5f23d87 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · Thu Sep 21 16:30:01 2017 +0200
  40. 4afb12b mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:00 2017 +0200
  41. e178c11 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · Thu Sep 21 16:29:59 2017 +0200
  42. ec34683 mmc: refactor MMC startup to make it easier to support new modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:58 2017 +0200
  43. 5b1a4d9 mmc: refactor SD startup to make it easier to support new modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:57 2017 +0200
  44. 7842231 mmc: use mmc modes to select the correct bus speed by Jean-Jacques Hiblot · Thu Sep 21 16:29:55 2017 +0200
  45. 00de504 mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · Thu Sep 21 16:29:54 2017 +0200
  46. a94fb41 mmc: introduce mmc modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:53 2017 +0200
  47. 933d126 mmc: add a function to read and test the ext csd (mmc >= 4) by Jean-Jacques Hiblot · Thu Sep 21 16:29:52 2017 +0200
  48. ed9506b mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · Thu Sep 21 16:29:51 2017 +0200
  49. e84459c mmc: move the MMC startup for version above v4.0 in a separate function by Jean-Jacques Hiblot · Thu Sep 21 16:29:50 2017 +0200
  50. 31e7cf3 mmc: split mmc_startup() by Jean-Jacques Hiblot · Thu Sep 21 16:29:49 2017 +0200
  51. a49ffa1 mmc: dm: get the IO-line and main voltage regulators from the dts by Jean-Jacques Hiblot · Thu Sep 21 16:29:48 2017 +0200
  52. 730636b mmc: sdhci: do not compare pointer to 0 by Heinrich Schuchardt · Fri Nov 10 21:13:34 2017 +0100
  53. 65da8be mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT by Jorge Ramirez-Ortiz · Thu Nov 02 15:10:21 2017 +0100
  54. 419eed2 mmc: sanitize includes for DM i2c by Felix Brack · Wed Oct 11 17:05:28 2017 +0200
  55. e178c62 drivers: mmc: Avoid memory leak in case of failure by Suniel Mahesh · Thu Oct 05 11:48:56 2017 +0530
  56. 2f423da drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro by Suniel Mahesh · Thu Oct 05 11:32:00 2017 +0530
  57. 87f1483 Merge git://git.denx.de/u-boot-video by Tom Rini · Thu Jan 11 13:43:36 2018 -0500
  58. 2ec622a Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Thu Jan 11 11:18:49 2018 -0500
  59. b4bb2bb Merge git://git.denx.de/u-boot-usb by Tom Rini · Thu Jan 11 11:18:29 2018 -0500
  60. 6e1e428 am335x-fb: setup display PLL by Hannes Schmelzer · Tue Jan 09 19:01:34 2018 +0100
  61. a301aa4 am335x-fb: cosmetic: fix coding style by Hannes Schmelzer · Tue Jan 09 19:01:33 2018 +0100
  62. 2d9a3cd am335x-fb: cosmetic: update-copyright by Hannes Schmelzer · Tue Jan 09 19:01:32 2018 +0100
  63. 816bc41 configs: Move SYS_DPAA_QBMAN to Kconfig by Ahmed Mansour · Fri Dec 15 16:01:01 2017 -0500
  64. aa270b4 drivers/misc: Share qbman init between archs by Ahmed Mansour · Fri Dec 15 16:01:00 2017 -0500
  65. cecaf5f Merge git://git.denx.de/u-boot-marvell by Tom Rini · Wed Jan 10 08:05:57 2018 -0500
  66. 9cc128e PCI: Drop CONFIG_TSI108_PCI by Tuomas Tynkkynen · Tue Dec 19 00:28:42 2017 +0200
  67. 63e9728 ram: stm32: add memory mapping selection support by Patrice Chotard · Tue Dec 12 09:49:41 2017 +0100
  68. 1a4b8de board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver by Patrice Chotard · Tue Dec 12 09:49:40 2017 +0100
  69. f3a701a board: stm32f429-disco: switch to DM STM32 clock driver by Patrice Chotard · Tue Dec 12 09:49:39 2017 +0100
  70. 3d995f8 board: stm32f429-disco: switch to DM STM32 serial driver by Patrice Chotard · Tue Dec 12 09:49:37 2017 +0100
  71. b5652b7 pinctrl: stm32: add stm32f4 pinctrl compatible strings by Patrice Chotard · Tue Dec 12 09:49:35 2017 +0100
  72. f646092 usb: rockchip: add the rockusb gadget by Eddie Cai · Fri Dec 15 08:17:10 2017 +0800
  73. 6310755 musb: sunxi: Use base address from device tree by Chen-Yu Tsai · Sat Dec 30 20:44:07 2017 +0800
  74. e6606e3 pinctrl: mvebu: Make drivers depend on the pinctrl framework by Miquel Raynal · Fri Dec 29 15:31:56 2017 +0100
  75. 59d42cd ARM: mvebu: Allow MVNETA to be selected with Armada 3700 SoCs by Miquel Raynal · Thu Dec 28 15:43:09 2017 +0100
  76. 9798b66 arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to Kconfig by Ran Wang · Wed Dec 20 10:34:20 2017 +0800
  77. 5444325 usb: ehci: fsl: Fix some compile warnings. by Ran Wang · Wed Dec 20 10:34:19 2017 +0800
  78. 432976f rockchip: clk: bind reset driver by Elaine Zhang · Tue Dec 19 18:22:38 2017 +0800
  79. 6e9a3a7 rockchip: reset: support a (common) rockchip reset drivers by Elaine Zhang · Tue Dec 19 18:22:37 2017 +0800
  80. 5d40f5f Merge git://git.denx.de/u-boot-imx by Tom Rini · Mon Jan 08 12:51:47 2018 -0500
  81. adeceb2 mtd: nand: mxs_nand_spl: Remove nand size print by Jagan Teki · Fri Jan 05 12:34:23 2018 +0530
  82. 58b1396 crypto/fsl: fix BLOB encapsulation and decapsulation by Clemens Gruber · Sun Jan 07 20:26:29 2018 +0100
  83. 1b691df mx6ull: Handle the CONFIG_MX6ULL cases correctly by Fabio Estevam · Wed Jan 03 12:33:05 2018 -0200
  84. 1d0ccac video: Support multiple lines version string display by Peng Fan · Tue Jan 02 15:25:37 2018 +0800
  85. fcb41e2 video: ipu: Fix dereferencing NULL pointer problem by Peng Fan · Tue Jan 02 15:25:36 2018 +0800
  86. abdd51d power: tps65910: replace error() by pr_err() by Felix Brack · Mon Dec 18 15:38:28 2017 +0100
  87. 0002137 Merge git://git.denx.de/u-boot-spi by Tom Rini · Tue Dec 19 07:57:40 2017 -0500
  88. 4aacbbf Merge git://git.denx.de/u-boot-sunxi by Tom Rini · Tue Dec 19 07:57:33 2017 -0500
  89. 7beac04 mtd/spi: fix block count for is25lq040b by Sean Nyekjaer · Fri Dec 15 08:51:54 2017 +0100
  90. dc9db33 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Mon Dec 18 18:39:00 2017 -0500
  91. 97be817 net: phy: meson-gxl: detect LPA corruption by Jerome Brunet · Tue Dec 12 16:03:55 2017 +0100
  92. 01aea29 Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Mon Dec 18 12:23:27 2017 -0500
  93. 0f6cf5b Merge git://git.denx.de/u-boot-dm by Tom Rini · Thu Dec 14 15:46:07 2017 -0500
  94. 9179c81 fpga: allow programming fpga from FIT image for all FPGA drivers by Goldschmidt Simon · Fri Nov 10 14:17:41 2017 +0000
  95. 17c9836 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Wed Dec 13 17:58:36 2017 -0500
  96. 73aa5d9 Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh by Tom Rini · Wed Dec 13 17:58:27 2017 -0500
  97. 5d8a61c armv8: ls1043a/ls2080a: check SoC by device ID by Wenbin song · Mon Dec 04 12:18:28 2017 +0800
  98. 9493f0e power: pmic/regulator: Add basic support for TPS65910 by Felix Brack · Thu Nov 30 13:52:37 2017 +0100
  99. ef58a90 dm: blk: Use uclass_find_first/next_device() in blk_first/next_device() by Stefan Roese · Wed Nov 29 16:46:42 2017 +0100
  100. e23c388 power: extend prefix match to regulator-name property by Felix Brack · Mon Nov 27 09:14:16 2017 +0100