1. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 4 months ago
  2. a60becc Convert CONFIG_ATMEL_HLCD to Kconfig by Tom Rini · 4 years, 4 months ago
  3. 348d183 Convert CONFIG_AT91_GPIO to Kconfig by Tom Rini · 4 years, 4 months ago
  4. b40fa97 Convert CONFIG_ARM_PL180_MMCI to Kconfig by Tom Rini · 4 years, 4 months ago
  5. 0735ac8 Convert CONFIG_AM335X_LCD to Kconfig by Tom Rini · 4 years, 4 months ago
  6. aef43ea bdinfo: dm: Update fb_base when using driver model by Simon Glass · 4 years, 5 months ago
  7. f0e236c Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 3 months ago
  8. 945a550 net: xilinx: axi_emac: Fix endless loop when no PHYs are connected by Patrick van Gelder · 4 years, 4 months ago
  9. 33d3f8e arm64: xilinx: Print fpga error value in hex by T Karthik Reddy · 4 years, 5 months ago
  10. f44bd3b spi: zynq_[q]spi: Convert config's to macro's by Ashok Reddy Soma · 4 years, 5 months ago
  11. 26e62cc net: gem: Disable PCS autonegotiation in case of fixed-link by Michal Simek · 4 years, 5 months ago
  12. ca0c0e0 fpga: zynqpl: Flush dcache only for non-bitstream data by T Karthik Reddy · 6 years ago
  13. c64afba fpga: zynqpl: Check if aes engine is enabled by Ibai Erkiaga · 6 years ago
  14. 1d9632a fpga: zynqpl: Check fpga config completion by T Karthik Reddy · 6 years ago
  15. 3427f4d fpga: zynqpl: Correct PL bitstream loading sequence for zynqaes by Siva Durga Prasad Paladugu · 9 years ago
  16. 4c86e08 firmware: zynqmp: Change panic logic in zynqmp_pmufw_load_config_object() by Michal Simek · 4 years, 5 months ago
  17. 2b2012d clk: versal: Remove alt_ref_clk from clock sources by Rajan Vaja · 4 years, 5 months ago
  18. aeb3c38 mmc: zynq_sdhci: Remove global pointer by Michal Simek · 4 years, 6 months ago
  19. e168eac gpio: mxc_gpio: change gpio index for i.MX8 by Ye Li · 4 years, 4 months ago
  20. 89b5bd5 net: fec: Allow the PHY node to be retrieved by Fabio Estevam · 4 years, 3 months ago
  21. 338d9b0 phy: atheros: ar8035: Fix clock output calculation by Fabio Estevam · 4 years, 3 months ago
  22. 6ccbd15 Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · 4 years, 3 months ago
  23. 5575f79 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 4 years, 3 months ago
  24. 0490925 Merge tag 'video-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 4 years, 3 months ago
  25. fb264ef firmware: PSCI: Fix PSCI support for OF live trees by Jon Hunter · 4 years, 3 months ago
  26. fb3dd9c video: ipuv3: remove non-DM code by Anatolij Gustschin · 4 years, 4 months ago
  27. d789a82 net: pcnet: Add Kconfig entries by Marek Vasut · 4 years, 5 months ago
  28. 59edb26 net: pcnet: Add DM support by Marek Vasut · 4 years, 5 months ago
  29. dea9b60 net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 5 months ago
  30. 1023a1e net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 5 months ago
  31. 3b2d63a net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 5 months ago
  32. fdf6cbe net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 5 months ago
  33. 60074d9 net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 5 months ago
  34. d20e857 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 5 months ago
  35. 69e08bd net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 5 months ago
  36. 246d2bf net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 5 months ago
  37. ae38e96 net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 5 months ago
  38. 1c38c36 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 5 months ago
  39. e4797c3 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 5 months ago
  40. 1524e40 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 5 months ago
  41. 97d5c14 net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 5 months ago
  42. 6463b73 net: eepro100: Add Kconfig entries by Marek Vasut · 4 years, 4 months ago
  43. af8ecdf net: eepro100: Add DM support by Marek Vasut · 4 years, 4 months ago
  44. 8835103 net: eepro100: Split common parts of non-DM functions out by Marek Vasut · 4 years, 4 months ago
  45. 43b7383 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · 4 years, 4 months ago
  46. fb8307e net: eepro100: Add RX/TX rings into the private data by Marek Vasut · 4 years, 4 months ago
  47. 39daab2 net: eepro100: Pass device private data into mdiobus by Marek Vasut · 4 years, 4 months ago
  48. 389da97 net: eepro100: Pass device private data around by Marek Vasut · 4 years, 4 months ago
  49. bd159c6 net: eepro100: Introduce device private data by Marek Vasut · 4 years, 4 months ago
  50. fa9e121 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · 4 years, 4 months ago
  51. acdf5d8 net: eepro100: Drop inline keyword by Marek Vasut · 4 years, 4 months ago
  52. a6c06ec net: eepro100: Fix EE_*_CMD macros by Marek Vasut · 4 years, 4 months ago
  53. 66fed73 net: eepro100: Factor out MII registration by Marek Vasut · 4 years, 4 months ago
  54. 6c7d3f6 net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 4 months ago
  55. 3a15684 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 4 months ago
  56. 047a800 net: eepro100: Reorder functions in the driver by Marek Vasut · 4 years, 4 months ago
  57. d47cf87 net: eepro100: Remove volatile misuse by Marek Vasut · 4 years, 4 months ago
  58. 5116aae net: eepro100: Add cache management by Marek Vasut · 4 years, 4 months ago
  59. 95655b9 net: eepro100: Factor out tx_ring command issuing by Marek Vasut · 4 years, 4 months ago
  60. 46df32e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 4 months ago
  61. 81bdeea net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 4 months ago
  62. f3878f5 net: eepro100: Fix camelcase by Marek Vasut · 4 years, 4 months ago
  63. b013173 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 4 months ago
  64. 614e951 net: eepro100: Fix indented label by Marek Vasut · 4 years, 4 months ago
  65. 7a30873 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 4 months ago
  66. 773af83 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 4 months ago
  67. 9b12ff9 net: eepro100: Fix braces by Marek Vasut · 4 years, 4 months ago
  68. db9f181 net: eepro100: Fix spacing by Marek Vasut · 4 years, 4 months ago
  69. e5352c6 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 4 months ago
  70. aba283d net: eepro100: Clean up comments by Marek Vasut · 4 years, 4 months ago
  71. 0a5be6c net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 4 months ago
  72. 22b897a video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 4 months ago
  73. db755b3 video: ipuv3: remove some useless code to reduce binary size by Anatolij Gustschin · 4 years, 4 months ago
  74. e26e520 video: make backlight and panel drivers optional by Anatolij Gustschin · 4 years, 4 months ago
  75. 0b12f76 video: ipuv3: fix building with disabled panel driver by Anatolij Gustschin · 4 years, 4 months ago
  76. 39b9555 video: make vidconsole commands optional by Anatolij Gustschin · 4 years, 4 months ago
  77. 8d50551 dm: spi: Convert Freescale ESPI driver to driver model by Chuanhua Han · 4 years, 4 months ago
  78. 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, 3 months ago
  79. eab4886 net: cpsw: Add __maybe_unused to generated inlines by Tom Rini · 4 years, 4 months ago
  80. 2af17e2 mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg() by Tom Rini · 4 years, 4 months ago
  81. a37f765 gpio: omap_gpio: Fix unused function warning in non-DM case by Tom Rini · 4 years, 4 months ago
  82. 5b9ee0f phy: omap-usb2-phy: disable phy charger detect by Bin Liu · 4 years, 4 months ago
  83. e88d697 regulator: fix: enable gpio when requested by Mark Kettenis · 4 years, 5 months ago
  84. bb1ff13 Merge tag 'mmc-2020-6-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 4 months ago
  85. 50a17a6 mmc: fsl_esdhc: Gracefully fail on unsupported voltage switch by Marek Vasut · 4 years, 4 months ago
  86. 406df85 mmc: fsl_esdhc: Fix SDR104 and HS200 support by Marek Vasut · 4 years, 4 months ago
  87. dbd8a8d mmc: ca_dw_mmc: Misc cleanup of driver by Arthur Li · 4 years, 4 months ago
  88. c927d65 mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issue by Yangbo Lu · 4 years, 4 months ago
  89. 9abf648 mmc: fsl_esdhc: read register once for card inserted status by Yangbo Lu · 4 years, 4 months ago
  90. 07672c4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 4 years, 4 months ago
  91. 65f7551 eth/r8152: update the firmware by Hayes Wang · 4 years, 4 months ago
  92. c78ae11 mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL by Faiz Abbas · 4 years, 4 months ago
  93. f9e3d2e Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · 4 years, 4 months ago
  94. 46c8b18 net: rtl8139: Add DM support by Marek Vasut · 4 years, 5 months ago
  95. d8afb8b net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · 4 years, 5 months ago
  96. 2df3a51 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 5 months ago
  97. 6a4a5c1 net: rtl8139: Split out common and non-DM functions by Marek Vasut · 4 years, 5 months ago
  98. 26f59c2 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · 4 years, 5 months ago
  99. 3feb6f7 net: rtl8139: Introduce device private data by Marek Vasut · 4 years, 5 months ago
  100. 8ff1d4a net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · 4 years, 5 months ago