1. 5a64711 ti: common: am6: Add support for setting MAC addresses by Andreas Dannenberg · Tue Jun 04 18:08:25 2019 -0500
  2. f998a82 ti: common: am6: Add support for board description EEPROM by Andreas Dannenberg · Tue Jun 04 18:08:24 2019 -0500
  3. 8400a90 arm: K3: am654: Map common EEPROM data into SRAM scratch space by Andreas Dannenberg · Tue Jun 04 18:08:23 2019 -0500
  4. f1b665b configs: am65x_hs_evm_a53: Increase malloc pool before relocation by Andreas Dannenberg · Tue Jun 04 18:08:22 2019 -0500
  5. 9a20546 configs: am65x_evm_a53: Increase malloc pool before relocation by Andreas Dannenberg · Tue Jun 04 18:08:21 2019 -0500
  6. d525fbb configs: am65x_hs_evm_a53: Enable PCA953X-type GPIO driver by Andreas Dannenberg · Tue Jun 04 18:08:20 2019 -0500
  7. 279a250 configs: am65x_evm_a53: Enable PCA953X-type GPIO driver by Andreas Dannenberg · Tue Jun 04 18:08:19 2019 -0500
  8. 67bb387 arm64: dts: k3-am654-base-board: Add I2C GPIO expander @ 0x38 by Andreas Dannenberg · Tue Jun 04 18:08:18 2019 -0500
  9. 46051df configs: am65x_hs_evm_defconfig: Enable I2C support by Andreas Dannenberg · Tue Jun 04 18:08:17 2019 -0500
  10. cc2b311 configs: am65x_evm_defconfig: Enable I2C support by Andreas Dannenberg · Tue Jun 04 18:08:16 2019 -0500
  11. d20cf7b arm: dts: k3-am654-base-board: Enable wkup_i2c0 across all boot stages by Andreas Dannenberg · Tue Jun 04 18:08:15 2019 -0500
  12. e3179be arm: dts: k3-am65: Add I2C nodes by Andreas Dannenberg · Tue Jun 04 18:08:14 2019 -0500
  13. 9976b86 arm: dts: k3-am65: Move pinctrl nodes out of U-Boot specific dtsi by Andreas Dannenberg · Tue Jun 04 18:08:13 2019 -0500
  14. 816fbb7 arm: omap_i2c: Remove unwanted header file inclusion by Vignesh R · Tue Jun 04 18:08:12 2019 -0500
  15. 64d4f55 i2c: omap24xx_i2c: Adapt driver to support K3 devices by Vignesh R · Tue Jun 04 18:08:11 2019 -0500
  16. 216a0d7 am65x: README: Add eMMC layout and flash instructions by Faiz Abbas · Tue Jun 04 17:55:55 2019 -0500
  17. 598a7e1 configs: am65x_hs_evm: Add Support for eMMC boot by Andreas Dannenberg · Tue Jun 04 17:55:54 2019 -0500
  18. c7f3321 configs: am65x_evm: Add Support for eMMC boot by Faiz Abbas · Tue Jun 04 17:55:53 2019 -0500
  19. 355f063 configs: am65x_hs_evm_r5: All sysfw to be loaded via MMC by Andreas Dannenberg · Tue Jun 04 17:55:52 2019 -0500
  20. f595cac configs: am65x_evm_r5: All sysfw to be loaded via MMC by Andreas Dannenberg · Tue Jun 04 17:55:51 2019 -0500
  21. ea91da1 armV7R: K3: am654: Load SYSFW binary and config from boot media by Andreas Dannenberg · Tue Jun 04 17:55:50 2019 -0500
  22. b1a3c0b armv7R: K3: am654: Use full malloc implementation in SPL by Andreas Dannenberg · Tue Jun 04 17:55:49 2019 -0500
  23. 3a9a24c armV7R: K3: am654: Allow using SPL BSS pre-relocation by Andreas Dannenberg · Tue Jun 04 17:55:48 2019 -0500
  24. 04e5ea8 arm: K3: Introduce System Firmware loader framework by Andreas Dannenberg · Tue Jun 04 17:55:47 2019 -0500
  25. 8d9f7f1 spl: Make image loader infrastructure more universal by Andreas Dannenberg · Tue Jun 04 17:55:46 2019 -0500
  26. aa4ad4b spl: Allow performing BSS init early before board_init_f() by Andreas Dannenberg · Tue Jun 04 17:55:45 2019 -0500
  27. eb4d032 mmc: am654_sdhci: Allow driver to probe without PDs specified by Andreas Dannenberg · Tue Jun 04 17:55:44 2019 -0500
  28. 1c64f99 configs: am65x_evm_a53: Add Support for creating GPT partitions by Faiz Abbas · Tue Jun 11 00:43:44 2019 +0530
  29. d044bfc am65x_evm: Add Support for creating a filesystem GPT partition in eMMC by Faiz Abbas · Tue Jun 11 00:43:43 2019 +0530
  30. 8812bf6 configs: am65x: Add configs to support environment in eMMC by Faiz Abbas · Tue Jun 11 00:43:42 2019 +0530
  31. 7eecee6 mmc: am654_sdhci: Add a platform specific set_control_reg() callback by Faiz Abbas · Tue Jun 11 00:43:41 2019 +0530
  32. 2eddc00 mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings by Faiz Abbas · Tue Jun 11 00:43:40 2019 +0530
  33. 8c10b82 configs: am65x_evm: Enable CONFIG_REGMAP by Faiz Abbas · Tue Jun 11 00:43:39 2019 +0530
  34. e9aed58 mmc: am654_sdhci: Add Support for PHY by Faiz Abbas · Tue Jun 11 00:43:38 2019 +0530
  35. 375acf8 mmc: sdhci: Make set_ios_post() return int by Faiz Abbas · Tue Jun 11 00:43:37 2019 +0530
  36. aa8d1b7 arm: dts: k3: Add phy specific properties to SD card node by Faiz Abbas · Tue Jun 11 00:43:36 2019 +0530
  37. ab61966 mmc: sdhci: Make sdhci_set_clock() non static by Faiz Abbas · Tue Jun 11 00:43:35 2019 +0530
  38. f08f9d7 mmc: sdhci: Add support for sdhci-caps-mask by Faiz Abbas · Tue Jun 11 00:43:34 2019 +0530
  39. 52742f4 regmap: Add API regmap_init_mem_index() by Faiz Abbas · Tue Jun 11 00:43:33 2019 +0530
  40. 03c9a40 mmc: am654_sdhci: Remove quirks by Faiz Abbas · Tue Jun 11 00:43:32 2019 +0530
  41. d8fb309 arm64: dts: k3: Sync sdhci0 node from kernel and change driver name by Faiz Abbas · Tue Jun 11 00:43:31 2019 +0530
  42. ef0e43f Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Tue Jul 16 11:19:31 2019 -0400
  43. 213c297 sunxi: H6: Enable USB for existing boards by Andre Przywara · Sun Jun 23 15:09:50 2019 +0100
  44. b2f0f31 sunxi: phy: Add USB PHY support for Allwinner H6 by Andre Przywara · Sun Jun 23 15:09:49 2019 +0100
  45. 60e6efd sunxi: clocks: Add H6 USB clock gates and resets by Andre Przywara · Sun Jun 23 15:09:48 2019 +0100
  46. 60c8417 sunxi: gpio: Enable support for H6 pin controller by Andre Przywara · Sun Jun 23 15:09:47 2019 +0100
  47. 9d3bab9 sunxi: move SUNXI_GPIO to Kconfig by Andre Przywara · Sun Jun 23 15:09:46 2019 +0100
  48. fed1d2f sunxi: H6: Add DDR3 DRAM delay values by Jernej Skrabec · Mon Jul 15 02:27:09 2019 +0100
  49. 75d38d0 sunxi: H6: Add DDR3-1333 timings by Andre Przywara · Mon Jul 15 02:27:08 2019 +0100
  50. c78a47a sunxi: H6: Add DDR3 support to DRAM controller driver by Andre Przywara · Mon Jul 15 02:27:07 2019 +0100
  51. 1c7a751 sunxi: H6: move LPDDR3 timing definition into separate file by Andre Przywara · Mon Jul 15 02:27:06 2019 +0100
  52. 595475e sunxi: H6: DRAM: follow recommended PHY init algorithm by Andre Przywara · Mon Jul 15 02:27:05 2019 +0100
  53. de5d61f sunxi: H6: DRAM: avoid memcpy() on MMIO registers by Andre Przywara · Mon Jul 15 02:27:04 2019 +0100
  54. 329957f Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Mon Jul 15 18:56:24 2019 -0400
  55. 1676dfb net: macb: Add support for 1000-baseX by Radu Pirea · Fri Jun 07 14:18:36 2019 +0300
  56. 015800c net: macb: Fixed reading MII_LPA register by Radu Pirea · Fri Jun 07 14:18:35 2019 +0300
  57. 1cb3879 configs: am65x_evm_a53: enable networking by Grygorii Strashko · Tue Jul 09 10:30:37 2019 +0530
  58. 0851239 arm64: dts: k3-am654-base-board: add mcu cpsw nuss pinmux and phy defs by Grygorii Strashko · Tue Jul 09 10:30:36 2019 +0530
  59. b33dd70 arm64: dts: ti: k3-am65: add mcu cpsw node by Grygorii Strashko · Tue Jul 09 10:30:35 2019 +0530
  60. a00b95c net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driver by Keerthy · Tue Jul 09 10:30:34 2019 +0530
  61. 21deb9b driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addr by Keerthy · Tue Jul 09 10:30:33 2019 +0530
  62. 5092a16 net: phy: cortina: Use block layer to read from mmc by Yinbo Zhu · Tue Jun 11 14:29:03 2019 +0800
  63. 6fbf161 net: mscc: refactor mscc_miim by Horatiu Vultur · Sun Jun 09 15:27:29 2019 +0200
  64. 0daa53a test: dm: add MDIO test by Alex Marginean · Mon Jun 03 19:12:28 2019 +0300
  65. 1a5b098 net: introduce MDIO DM class for MDIO devices by Alex Marginean · Mon Jun 03 19:10:30 2019 +0300
  66. 0f6b0ab net: mscc: serval: Remove delay when serdes is configured by Horatiu Vultur · Thu May 23 21:45:33 2019 +0200
  67. b0a86e5 net: phy: ti: Fix clock output DT property by Trent Piepho · Fri May 10 17:49:08 2019 +0000
  68. 19d7aee net: phy: ti: Use default values for tx/rx delay and fifo size by Trent Piepho · Thu May 09 19:41:51 2019 +0000
  69. 1661ee0 cmd: mii: Add the standard 1000BASE-T registers by Trent Piepho · Thu May 09 19:23:47 2019 +0000
  70. 1934582 cmd: mii: Refactor some of the MII reg dump code by Trent Piepho · Thu May 09 19:23:39 2019 +0000
  71. 2586f15 Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Mon Jul 15 09:42:41 2019 -0400
  72. d299e5b sun8i: h3: Add support for the Beelink-x2 STB by Marcus Cooper · Sun Jun 02 08:38:40 2019 +0200
  73. d38c8ad sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to Kconfig by Andre Przywara · Mon May 27 01:45:11 2019 +0100
  74. 3dbea59 mmc: fsl_esdhc_imx: enlarge mmc timeout by Peng Fan · Wed Jul 10 09:35:30 2019 +0000
  75. 457fe96 mmc: fsl_esdhc_imx: add i.MX8QM compatible by Peng Fan · Wed Jul 10 09:35:28 2019 +0000
  76. 69b9d3a mmc: fsl_esdhc_imx: add HS400 Enhanced strobe support by Peng Fan · Wed Jul 10 09:35:26 2019 +0000
  77. 3766a48 mmc: fsl_esdhc_imx: use mmc_of_parse to set host_caps by Peng Fan · Wed Jul 10 09:35:24 2019 +0000
  78. b01c773 mmc: Parse no-1-8-v DT property by Peng Fan · Wed Jul 10 09:35:20 2019 +0000
  79. fb96879 mmc: Parse HS400 Enhanced strobe DT properties by Peng Fan · Wed Jul 10 09:35:18 2019 +0000
  80. eede83b mmc: support hs400 enhanced strobe mode by Peng Fan · Wed Jul 10 14:43:07 2019 +0800
  81. 7aa20fd mmc: fsl_esdhc_imx: fix config check issue when building in SPL by Ye Li · Thu Jul 11 03:29:02 2019 +0000
  82. 9f7793d cmd: Remove mmc_spi command by Anup Patel · Mon Jul 08 04:10:55 2019 +0000
  83. a1afe25 mmc: mmc_spi: Re-write driver using DM framework by Bhargav Shah · Mon Jul 08 04:10:48 2019 +0000
  84. d9c92c7 mmc: skip select_mode_and_width for MMC SPI host by Anup Patel · Mon Jul 08 04:10:43 2019 +0000
  85. faf5c95 mmc: retry a few times if a partition switch failed by Jean-Jacques Hiblot · Tue Jul 02 10:53:58 2019 +0200
  86. e8a626d mmc: do not change mode when accessing a boot partition by Jean-Jacques Hiblot · Tue Jul 02 10:53:57 2019 +0200
  87. 5a7cf40 mmc: During a switch, poll on dat0 if available and check the final status by Jean-Jacques Hiblot · Tue Jul 02 10:53:56 2019 +0200
  88. 7f5b169 mmc: When switching partition, use the timeout specified in the ext_csd by Jean-Jacques Hiblot · Tue Jul 02 10:53:55 2019 +0200
  89. 201559c mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd by Jean-Jacques Hiblot · Tue Jul 02 10:53:54 2019 +0200
  90. 4f04a32 mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · Tue Jul 02 10:53:53 2019 +0200
  91. 443edbe mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status() by Jean-Jacques Hiblot · Tue Jul 02 10:53:52 2019 +0200
  92. 4527b50 mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supported by Jean-Jacques Hiblot · Tue Jul 02 10:53:51 2019 +0200
  93. a26ed26 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · Tue Jul 02 10:53:50 2019 +0200
  94. 6574396 mmc: omap_hsmmc: don't fill the send_init_stream callback by Jean-Jacques Hiblot · Tue Jul 02 10:53:49 2019 +0200
  95. a1e7a4d mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new command by Jean-Jacques Hiblot · Tue Jul 02 10:53:48 2019 +0200
  96. 7e40f41 mmc: rpmb: fix response type of CMD25 by Akio Hirayama · Fri Jun 28 21:16:25 2019 +0900
  97. c8a0ec0 mmc: sdhci: Implement SDHCI card detect by T Karthik Reddy · Tue Jun 25 13:39:04 2019 +0200
  98. 3863f7e mmc: sdhci: Read cd-gpio from devicetree by T Karthik Reddy · Tue Jun 25 13:39:03 2019 +0200
  99. d0bb516 mmc: Read sd card detect properties from DT by T Karthik Reddy · Tue Jun 25 13:39:02 2019 +0200
  100. f9055f4 mmc: mvebu: Remove unused MMC_CAP.. macros by T Karthik Reddy · Tue Jun 25 13:39:01 2019 +0200