1. 46df32e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 6 months ago
  2. 81bdeea net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 6 months ago
  3. f3878f5 net: eepro100: Fix camelcase by Marek Vasut · 4 years, 6 months ago
  4. b013173 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 6 months ago
  5. 614e951 net: eepro100: Fix indented label by Marek Vasut · 4 years, 6 months ago
  6. 7a30873 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 6 months ago
  7. 773af83 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 6 months ago
  8. 9b12ff9 net: eepro100: Fix braces by Marek Vasut · 4 years, 6 months ago
  9. db9f181 net: eepro100: Fix spacing by Marek Vasut · 4 years, 6 months ago
  10. e5352c6 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 6 months ago
  11. aba283d net: eepro100: Clean up comments by Marek Vasut · 4 years, 6 months ago
  12. 0a5be6c net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 6 months ago
  13. 22b897a video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 6 months ago
  14. db755b3 video: ipuv3: remove some useless code to reduce binary size by Anatolij Gustschin · 4 years, 6 months ago
  15. e26e520 video: make backlight and panel drivers optional by Anatolij Gustschin · 4 years, 6 months ago
  16. 0b12f76 video: ipuv3: fix building with disabled panel driver by Anatolij Gustschin · 4 years, 6 months ago
  17. 39b9555 video: make vidconsole commands optional by Anatolij Gustschin · 4 years, 6 months ago
  18. 8d50551 dm: spi: Convert Freescale ESPI driver to driver model by Chuanhua Han · 4 years, 5 months ago
  19. 83fdb43 Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · 4 years, 5 months ago
  20. eab4886 net: cpsw: Add __maybe_unused to generated inlines by Tom Rini · 4 years, 5 months ago
  21. 2af17e2 mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg() by Tom Rini · 4 years, 5 months ago
  22. a37f765 gpio: omap_gpio: Fix unused function warning in non-DM case by Tom Rini · 4 years, 5 months ago
  23. 5b9ee0f phy: omap-usb2-phy: disable phy charger detect by Bin Liu · 4 years, 5 months ago
  24. e88d697 regulator: fix: enable gpio when requested by Mark Kettenis · 4 years, 6 months ago
  25. bb1ff13 Merge tag 'mmc-2020-6-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 5 months ago
  26. 50a17a6 mmc: fsl_esdhc: Gracefully fail on unsupported voltage switch by Marek Vasut · 4 years, 6 months ago
  27. 406df85 mmc: fsl_esdhc: Fix SDR104 and HS200 support by Marek Vasut · 4 years, 6 months ago
  28. dbd8a8d mmc: ca_dw_mmc: Misc cleanup of driver by Arthur Li · 4 years, 6 months ago
  29. c927d65 mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issue by Yangbo Lu · 4 years, 6 months ago
  30. 9abf648 mmc: fsl_esdhc: read register once for card inserted status by Yangbo Lu · 4 years, 6 months ago
  31. 07672c4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 4 years, 5 months ago
  32. 65f7551 eth/r8152: update the firmware by Hayes Wang · 4 years, 5 months ago
  33. c78ae11 mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL by Faiz Abbas · 4 years, 6 months ago
  34. f9e3d2e Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · 4 years, 5 months ago
  35. 46c8b18 net: rtl8139: Add DM support by Marek Vasut · 4 years, 6 months ago
  36. d8afb8b net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · 4 years, 6 months ago
  37. 2df3a51 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  38. 6a4a5c1 net: rtl8139: Split out common and non-DM functions by Marek Vasut · 4 years, 6 months ago
  39. 26f59c2 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · 4 years, 6 months ago
  40. 3feb6f7 net: rtl8139: Introduce device private data by Marek Vasut · 4 years, 6 months ago
  41. 8ff1d4a net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · 4 years, 6 months ago
  42. f438553 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · 4 years, 6 months ago
  43. 1ba8d98 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 6 months ago
  44. 9962dd2 net: rtl8139: Factor out device name assignment by Marek Vasut · 4 years, 6 months ago
  45. 8882238 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · 4 years, 6 months ago
  46. bc0e578 net: phy: Add support for TI PHY init by Dan Murphy · 4 years, 6 months ago
  47. 9c6de50 net: phy: add phyid search in vendor specific space by Florin Chiculita · 4 years, 6 months ago
  48. a7a435e net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · 4 years, 8 months ago
  49. baafd99 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · 4 years, 8 months ago
  50. be1a6e9 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 5 months ago
  51. c03b761 usb: provide a device tree node to USB devices by Michael Walle · 4 years, 5 months ago
  52. b59889b regmap: Check for out-of-range offsets before mapping them by Pratyush Yadav · 4 years, 5 months ago
  53. 807f0ff spi: davinci: Drop non-dm code by Jagan Teki · 4 years, 5 months ago
  54. beeb34a spi: atmel: Drop atmel_spi.h by Jagan Teki · 4 years, 5 months ago
  55. 0984500 spi: atmel: Remove nondm code by Jagan Teki · 4 years, 5 months ago
  56. a9d3cab spi: atmel: Drop CONFIG_SYS_SPI_WRITE_TOUT by Jagan Teki · 4 years, 5 months ago
  57. 62b02a6 spi: fsl_dspi: Drop nondm code by Jagan Teki · 4 years, 6 months ago
  58. 726c034 spi: Zap SOFT_SPI (non-dm) by Jagan Teki · 4 years, 5 months ago
  59. 7e07b37 spi: mxs: Code cleanup by Jagan Teki · 4 years, 6 months ago
  60. c9a9823 spi: mxs: Drop nondm code by Jagan Teki · 4 years, 6 months ago
  61. be79009 Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 5 months ago
  62. 08649c3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 4 years, 5 months ago
  63. 661d9af power: pmic: Add SPL Kconfig entry for PFUZE100 by Marek Vasut · 4 years, 5 months ago
  64. ca3ba71 virtio: VIRTIO_RNG depends on DM_RNG by Heinrich Schuchardt · 4 years, 5 months ago
  65. 4cc24ae serial: Add missing Kconfig dependencies for debug consoles by Michal Simek · 4 years, 5 months ago
  66. c2a3841 serial: Convert ARM_DCC to Kconfig by Tom Rini · 4 years, 5 months ago
  67. 164a5af ddr: Rework errata A008109, A008378, 009942 workaround by Jaiprakash Singh · 4 years, 5 months ago
  68. 73af094 ddr: fsl: Impl. Erratum A008109 by Joakim Tjernlund · 5 years ago
  69. a0f47e0 net: tsec: Access TBI PHY through the corresponding MII by Hou Zhiqiang · 4 years, 6 months ago
  70. bf67eb3 net: tsec: Access eTSEC registers using virtual address by Hou Zhiqiang · 4 years, 6 months ago
  71. 2932c5a net: tsec: fsl_mdio: add DM MDIO support by Madalin Bucur · 4 years, 6 months ago
  72. 1ba43d2 clk: sifive: fu540-prci: Release ethernet clock reset by Pragnesh Patel · 4 years, 5 months ago
  73. 378c709 clk: sifive: fu540-prci: Add ddr clock initialization by Pragnesh Patel · 4 years, 5 months ago
  74. 79e49b0 clk: sifive: fu540-prci: Add clock enable and disable ops by Pragnesh Patel · 4 years, 5 months ago
  75. c514a94 sifive: fu540: add ddr driver by Pragnesh Patel · 4 years, 5 months ago
  76. 0530721 misc: add driver for the SiFive otp controller by Pragnesh Patel · 4 years, 5 months ago
  77. 0d8f35b5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 5 months ago
  78. f1a69b8 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 5 months ago
  79. 3374264 drivers: net: qe: deselect QE when DM_ETH is enabled by Madalin Bucur · 4 years, 6 months ago
  80. 9447222 drivers: net: e1000: with DM_ETH needs DM_PCI too by Madalin Bucur · 4 years, 6 months ago
  81. 4f6abf1 bootcount_ext: Add Ext4 build dependency by Frédéric Danis · 4 years, 6 months ago
  82. d67df1e kconfig: fix typo for OHCI host and add to DM list by Marcin Juszkiewicz · 4 years, 5 months ago
  83. 3e2aea7 kconfig: mark SPL/TPL options for DM_KEYBOARD by Marcin Juszkiewicz · 4 years, 5 months ago
  84. 72be237 usb: ohci: Add header file for ARCH_DMA_MINALIGN by Simon Glass · 4 years, 5 months ago
  85. 609b90a x86: spi: Rewrite logic for obtaining the SPI memory map by Simon Glass · 4 years, 5 months ago
  86. 99ac861 net: sun8i_emac: Add support for the H6 variant by Samuel Holland · 4 years, 6 months ago
  87. abdbefb net: sun8i_emac: Use consistent clock bitfield definitions by Samuel Holland · 4 years, 6 months ago
  88. 462a9c7 phy: sun4i-usb: Align H6 initialization logic with the kernel by Roman Stratiienko · 4 years, 6 months ago
  89. c862b91 mtd: sf: Drop plat from sf_probe by Jagan Teki · 4 years, 6 months ago
  90. 46e4cdf mtd: spi: Call sst_write in _write ops by Jagan Teki · 4 years, 6 months ago
  91. f12f96c sf: Drop spl_flash_get_sw_write_prot by Jagan Teki · 4 years, 6 months ago
  92. 3ee152b mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdef by Jagan Teki · 4 years, 6 months ago
  93. 84673b4 spi: Zap sh_spi driver by Jagan Teki · 4 years, 6 months ago
  94. e24241c spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPI by Jagan Teki · 4 years, 6 months ago
  95. 072114d spi: Kconfig: Drop redundant CF_SPI definition by Jagan Teki · 4 years, 6 months ago
  96. 558d06e spi Drop spi_init() by Jagan Teki · 4 years, 6 months ago
  97. 9452b74 Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 5 months ago
  98. 8309157 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 4 years, 5 months ago
  99. a08e0a2 Merge tag 'dm-pull-30may20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 5 months ago
  100. 979afd1 dm: core: Reorder include files in read.c by Stefan Roese · 4 years, 6 months ago