1. f995375 rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X by Trevor Woerner · 4 years, 7 months ago
  2. abccdb1 Merge tag 'u-boot-stm32-20200514' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 7 months ago
  3. 72fb18f Merge tag 'rpi-next-2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 7 months ago
  4. 9728949 clk: stm32mp1: fix CK_MPU calculation by Lionel Debieve · 4 years, 7 months ago
  5. c3d0780 mmc: stm32_sdmmc2: change the displayed config name by Patrick Delaunay · 4 years, 7 months ago
  6. b1c6014 gpio: stm32: support gpio ops in SPL by Patrick Delaunay · 4 years, 7 months ago
  7. 6dbadd3 usb: gadget: g_dnl: add function g_dnl_set_product by Patrick Delaunay · 4 years, 9 months ago
  8. 697887a ram: stm32mp1: Add support for multiple configs by Marek Vasut · 4 years, 7 months ago
  9. 6bd63fc CLK: ARC: HSDK: add separate clock map for HSDK-4xD by Eugeniy Paltsev · 4 years, 7 months ago
  10. 7aa8c09 CLK: ARC: HSDK: define clock map with DT binding constants by Eugeniy Paltsev · 4 years, 7 months ago
  11. 87b0d19 CLK: ARC: HSDK: make set_clock optional by Eugeniy Paltsev · 4 years, 7 months ago
  12. 089c8e9 CLK: ARC: HSDK: prepare for multiple clock maps support by Eugeniy Paltsev · 4 years, 7 months ago
  13. 9264fdf CLK: ARC: HSDK: driver cleanup by Eugeniy Paltsev · 4 years, 7 months ago
  14. 0b8ac7c CLK: ARC: HSDK: use appropriate config data types by Eugeniy Paltsev · 4 years, 7 months ago
  15. f29fb45 CLK: ARC: HSDK: drop unused offset by Eugeniy Paltsev · 4 years, 7 months ago
  16. 42da394 CLK: ARC: HSDK: avoid code duplication by Eugeniy Paltsev · 4 years, 7 months ago
  17. 44354b0 mmc: sdhci: Use debug for not supported SDMA info message by Matthias Brugger · 4 years, 7 months ago
  18. f887744 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 4 years, 7 months ago
  19. f792725 Merge tag 'u-boot-amlogic-20200511' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 7 months ago
  20. d9a86c1 mmc: sdhci: not return error when SDMA is not supported by Jaehoon Chung · 4 years, 8 months ago
  21. 2768593 mmc: sdhci: use phys2bus macro when dma address is accessed by Jaehoon Chung · 4 years, 8 months ago
  22. 910c58f arm: bcm283x: serial: Move ofdata reading to probe() method by Simon Glass · 4 years, 8 months ago
  23. 138f595 net: bcmgenet: Don't set ID_MODE_DIS when not using RGMII by Nicolas Saenz Julienne · 4 years, 9 months ago
  24. 1eb3c30 usb: dwc3: Add versal compatibility string to dwc3 glue ids by Siva Durga Prasad Paladugu · 4 years, 7 months ago
  25. c1157dc usb: dwc3: add dis_del_phy_power_chg_quirk by Jagan Teki · 4 years, 7 months ago
  26. 5c0ee8b Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 7 months ago
  27. 78b0041 Merge tag 'u-boot-imx-20200511' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 7 months ago
  28. f51b8da gpio: emulate open drain & open source in dm_gpio_set_value() by Neil Armstrong · 4 years, 7 months ago
  29. 763e736 video: omap: change include order by Dario Binacchi · 4 years, 7 months ago
  30. efd11b9 sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array by Ye Li · 4 years, 7 months ago
  31. e50cc3e spi: fix dev parameter in dev_* calls by Dario Binacchi · 4 years, 7 months ago
  32. cab5651 spi: nxp-fspi: Use new readl_poll_sleep_timeout API by Kuldeep Singh · 4 years, 7 months ago
  33. a4e8eee phy: Use _nodev naming convention if non-device clients by Jagan Teki · 4 years, 7 months ago
  34. 65eedd5 spi: Zap lpc32xx_ssp driver-related code by Jagan Teki · 4 years, 7 months ago
  35. 1b9729a imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-boot by Peng Fan · 4 years, 7 months ago
  36. afed2a1 mtd: nand: raw: mxs_nand changes for nandbcb by Han Xu · 4 years, 7 months ago
  37. 797be1b imx8: Replace SC_R_LAST with SC_R_NONE in DTB by Leonard Crestez · 4 years, 7 months ago
  38. 479a9631 power: imx8: Check owned resource in power on by Ye Li · 4 years, 7 months ago
  39. 6c3a5b3 power: imx8: remove the resource owned check before power off by Peng Fan · 4 years, 7 months ago
  40. 625347a power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flag by Ye Li · 4 years, 7 months ago
  41. b48acc5 imx8: power: Add PD device lookup interface to power domain uclass by Peng Fan · 4 years, 7 months ago
  42. 3f27778 nand: enable the Randomizer module for i.mx7 and i.mx8 by Alice Guo · 4 years, 7 months ago
  43. e4f2b00 mxs_nand: don't check zero count when ECC reading with randomizer by Han Xu · 4 years, 7 months ago
  44. 30e5a50 MXS_NAND: Add clock support for iMX8 by Ye Li · 4 years, 7 months ago
  45. 128abf4 mtd: nand: support GPMI NAND driver for i.MX8 by Peng Fan · 4 years, 7 months ago
  46. 7f174c6 nand: mxs_nand: make imx8mm can use hardware BCH and randomizer by Alice Guo · 4 years, 7 months ago
  47. 33543b5 mtd: mxs_nand: fix the gf_13/14 definition issue by Han Xu · 4 years, 7 months ago
  48. a231b75 mtd: nand: mxs_nand: add i.MX6QP compatible string by Han Xu · 4 years, 7 months ago
  49. 960b4ba mxs_nand: Update compatible string for i.MX6SX by Ye Li · 4 years, 7 months ago
  50. cf63923 nand: Update SPL MXS NAND mini driver by Ye Li · 4 years, 7 months ago
  51. 74948b8 mxs_nand: Add support for i.MX8M by Ye Li · 4 years, 7 months ago
  52. 9e81373 nand: mxs: correct bitflip for erased NAND page by Peng Fan · 4 years, 7 months ago
  53. df23c9d nand: mxs: fix the bitflips for erased page when uncorrectable error by Peng Fan · 4 years, 7 months ago
  54. c673613 mtd: gpmi: provide the option to use legacy bch geometry by Ye Li · 4 years, 7 months ago
  55. 9454744 mtd: gpmi: change the BCH layout setting for large oob NAND by Ye Li · 4 years, 7 months ago
  56. 3e738e5 misc: scu: Increase the timeout for MU communication by Ye Li · 4 years, 7 months ago
  57. 390f460 misc: fuse: Update imx8 fuse driver for 8QM by Ye Li · 4 years, 7 months ago
  58. fed211f thermal: imx_tmu: support i.MX8MP by Peng Fan · 4 years, 7 months ago
  59. 6eff287 thermal: imx_tmu: Check the TEMP range for iMX8MM by Peng Fan · 4 years, 7 months ago
  60. cabe231 thermal: imx_tmu: Fix for temperature out of range by Peng Fan · 4 years, 7 months ago
  61. 4f5026c thermal: imx_tmu: support TMU arch level initialization by Peng Fan · 4 years, 7 months ago
  62. bef7d2a thermal: imx_tmu: Add support for thermal sensor on iMX8MM by Peng Fan · 4 years, 7 months ago
  63. 10de579 thermal: Add thermal driver for i.MX8M by Peng Fan · 4 years, 7 months ago
  64. 4489a2e thermal: imx_scu_thermal: Update driver for i.MX8QM thermal sensor by Ye Li · 4 years, 7 months ago
  65. 3fb1a0e eQos: Implement the read_rom_hwaddr callback by Ye Li · 4 years, 7 months ago
  66. 89e2f95 fec: Move imx_get_mac_from_fuse declare to imx file by Ye Li · 4 years, 7 months ago
  67. dd455e6 net: eqos: implement callbaks to get interface and set txclk rate by Fugang Duan · 4 years, 7 months ago
  68. 37aae5f net: dwc_eth_qos: add dwc eqos for imx support by Fugang Duan · 4 years, 7 months ago
  69. 030ccaa net: phy: realtek: add rx delay support for RTL8211F by Fugang Duan · 4 years, 7 months ago
  70. ad122b7 net: Update eQos driver and FEC driver to use eth phy interfaces by Ye Li · 4 years, 7 months ago
  71. cd5bb77 net: Add eth phy generic driver for shared MDIO by Ye Li · 4 years, 7 months ago
  72. 4b3c46c pinctrl: nxp: scu: Check the pad partition before set pinmux by Ye Li · 4 years, 7 months ago
  73. 075497c net: fec: add fuse check by Peng Fan · 4 years, 7 months ago
  74. f8b2719 usb: mx6: add fuse check by Peng Fan · 4 years, 7 months ago
  75. 23d4ee3 i2c: mxc: add fuse check by Peng Fan · 4 years, 7 months ago
  76. 8612c099 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · 4 years, 7 months ago
  77. 6565e90 net: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link speed in rgmii mode by Murali Karicheri · 4 years, 8 months ago
  78. d301f8f sata: dwc_ahsata: Fix memory issue in reset_sata by Ye Li · 4 years, 7 months ago
  79. dcec3bd sata: dwc_ahsata: Fix incorrect free by Ye Li · 4 years, 7 months ago
  80. f1c562e sata: ahsata: Fix wrong operand for checking SERR DIAG_X by Ye Li · 4 years, 7 months ago
  81. cc653ce sata: ahsata: Fix resource leak by Ye Li · 4 years, 7 months ago
  82. e1287ba configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigs by Patrick Delaunay · 4 years, 9 months ago
  83. e51b1bd configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs by Patrick Delaunay · 4 years, 9 months ago
  84. b032d89 phy: atheros: consolidate {ar8031|ar8035}_config() by Michael Walle · 4 years, 7 months ago
  85. 1385902 phy: atheros: ar8035: remove static clock config by Michael Walle · 4 years, 7 months ago
  86. 5d0ea11 phy: atheros: add device tree bindings and config by Michael Walle · 4 years, 7 months ago
  87. 376019a phy: atheros: move delay config to common function by Michael Walle · 4 years, 7 months ago
  88. fb4a465 phy: atheros: introduce debug read and write functions by Michael Walle · 4 years, 7 months ago
  89. 69a107e phy: atheros: use defines for PHY IDs by Michael Walle · 4 years, 7 months ago
  90. a5eb659 phy: atheros: fix AR8021 PHY ID mask by Michael Walle · 4 years, 7 months ago
  91. 1e37f75 phy: atheros: Clarify the intention of ar8021_config by Vladimir Oltean · 4 years, 7 months ago
  92. 3ccbb4b phy: atheros: Explicitly disable RGMII delays by Vladimir Oltean · 4 years, 7 months ago
  93. 3e7330e phy: atheros: Clarify the configuration of the CLK_25M output pin by Vladimir Oltean · 4 years, 7 months ago
  94. 23d8b89 phy: atheros: Use common functions for RGMII internal delays by Vladimir Oltean · 4 years, 7 months ago
  95. cf108b2 phy: atheros: Make RGMII Tx delays actually configurable for AR8035 by Vladimir Oltean · 4 years, 7 months ago
  96. 7ee2dab uart: pl011: Add proper DM clock support by Andre Przywara · 4 years, 7 months ago
  97. 24533bd cache: l2x0: Fix missing write to Auxiliary Control Register by Ley Foon Tan · 4 years, 7 months ago
  98. 56c757a Merge git://git.denx.de/u-boot-usb by Tom Rini · 4 years, 7 months ago
  99. 16083b9 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 4 years, 7 months ago
  100. 931f1d3 Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 7 months ago