1. cc83018 net: smc911x: Split non-DM specific bits from common code by Marek Vasut · 4 years, 9 months ago
  2. c70631f net: smc911x: Clean up the status handling in smc911x_recv() by Marek Vasut · 4 years, 9 months ago
  3. 5905147 net: smc911x: Pass around driver private data by Marek Vasut · 4 years, 9 months ago
  4. fa8efac net: smc911x: Convert IO accessors to {read,write}{w,l}() by Marek Vasut · 4 years, 9 months ago
  5. 8577e8c net: smc911x: Drop weak alias from 32bit accessors by Marek Vasut · 4 years, 9 months ago
  6. 689434e net: smc911x: Inline all functions from header file by Marek Vasut · 4 years, 9 months ago
  7. 25eb468 net: smc911x: Pull MII registration into separate function by Marek Vasut · 4 years, 8 months ago
  8. 167c0b6 net: smc911x: Fix potential memleak() in init fail path by Marek Vasut · 4 years, 9 months ago
  9. 14330e5 net: smc911x: Invert the logic in smc911x_miiphy_{read,write}() by Marek Vasut · 4 years, 9 months ago
  10. 84358cf net: smc911x: Rename smc911x_rx() to smc911x_recv() by Marek Vasut · 4 years, 9 months ago
  11. cf61359 net: smc911x: Replace malloc()+memset() with calloc() by Marek Vasut · 4 years, 9 months ago
  12. 433f0ea net: smc911x: Remove pkt_data_{push,pull} by Marek Vasut · 4 years, 9 months ago
  13. 7f53256 net: rtl8139: Fill in SPDX tag by Marek Vasut · 4 years, 8 months ago
  14. 5cf2585 net: rtl8139: Move functions around by Marek Vasut · 4 years, 8 months ago
  15. 278734b net: rtl8139: Finish cleanup by Marek Vasut · 4 years, 8 months ago
  16. 0b9aab8 net: rtl8139: Factor out hardware reset by Marek Vasut · 4 years, 8 months ago
  17. 111bcae net: rtl8139: Minor cleanup of rtl_disable() by Marek Vasut · 4 years, 8 months ago
  18. 60992ef net: rtl8139: Minor cleanup of rtl_poll() by Marek Vasut · 4 years, 8 months ago
  19. fbead9a net: rtl8139: Minor cleanup of rtl_transmit() by Marek Vasut · 4 years, 8 months ago
  20. a51de2b net: rtl8139: Minor cleanup of rtl_reset() by Marek Vasut · 4 years, 8 months ago
  21. e07aa6d net: rtl8139: Minor cleanup of set_rx_mode() by Marek Vasut · 4 years, 8 months ago
  22. 6e61bf5 net: rtl8139: Consistently use rtl8139_rx_config by Marek Vasut · 4 years, 8 months ago
  23. 298b3de net: rtl8139: Minor cleanup of read_eeprom() by Marek Vasut · 4 years, 8 months ago
  24. 77676d5 net: rtl8139: Rework eeprom_delay() macro by Marek Vasut · 4 years, 8 months ago
  25. 230d982 net: rtl8139: Register macro cleanup by Marek Vasut · 4 years, 8 months ago
  26. 091b6db net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptor by Marek Vasut · 4 years, 8 months ago
  27. e8e5c2b net: dwc_eth_qos: Invalidate RX packet DMA buffer by Marek Vasut · 4 years, 8 months ago
  28. c4db844 net: dwc_eth_qos: Invalidate RX descriptor before reading by Marek Vasut · 4 years, 8 months ago
  29. 873f8e4 net: dwc_eth_qos: Flush the RX descriptors on init by Marek Vasut · 4 years, 8 months ago
  30. f4f1f4d net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointer by Marek Vasut · 4 years, 8 months ago
  31. d54c98e net: dwc_eth_qos: Fully rewrite RX descriptor field 3 by Marek Vasut · 4 years, 8 months ago
  32. 091eea8 net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond() by Marek Vasut · 4 years, 7 months ago
  33. 5e2ad05 net: dc2114x: Reorganize driver by Marek Vasut · 4 years, 7 months ago
  34. f02b701 net: dc2114x: Clean up INL/OUTL functions by Marek Vasut · 4 years, 7 months ago
  35. 75244fb net: dc2114x: Clean up DE4X5 macros by Marek Vasut · 4 years, 7 months ago
  36. 81d10f7 net: dc2114x: Clean up remaining driver code by Marek Vasut · 4 years, 7 months ago
  37. b46c7a0 net: dc2114x: Clean up SROM operations by Marek Vasut · 4 years, 7 months ago
  38. e13635a net: dc2114x: Clean up send_setup_frame() by Marek Vasut · 4 years, 7 months ago
  39. 1f34678 net: dc2114x: Clean up dc21x4x_halt() by Marek Vasut · 4 years, 7 months ago
  40. f30abb7 net: dc2114x: Clean up dc21x4x_recv() by Marek Vasut · 4 years, 7 months ago
  41. e3ffef3 net: dc2114x: Clean up dc21x4x_send() by Marek Vasut · 4 years, 7 months ago
  42. 268cc5b net: dc2114x: Clean up init code by Marek Vasut · 4 years, 7 months ago
  43. 04235cc net: pcnet: Switch to PCI memory access by Marek Vasut · 4 years, 7 months ago
  44. 022fedf net: pcnet: Replace mips-specific accessors by Marek Vasut · 4 years, 8 months ago
  45. 331e4ec net: tulip: Remove CONFIG_TULIP_* by Marek Vasut · 4 years, 8 months ago
  46. 37f34b3 net: pcnet: Remove CONFIG_PCNET_79C97x by Marek Vasut · 4 years, 8 months ago
  47. 809e54d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 7 months ago
  48. ccaa08c Merge tag 'xilinx-for-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 7 months ago
  49. 92007cf Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 7 months ago
  50. bd165e7 pci: Avoid auto-config when chain loading by Simon Glass · 4 years, 7 months ago
  51. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
  52. b76b0a6 driver: net: fm: add DM ETH support by Madalin Bucur · 4 years, 7 months ago
  53. 9d327b0 driver: net: fm: add DM MDIO support by Madalin Bucur · 4 years, 7 months ago
  54. 248f920 driver: net: fm: separate receive buffer free code by Madalin Bucur · 4 years, 7 months ago
  55. 11fa7a3 driver: net: fm: change init_phy() param by Madalin Bucur · 4 years, 7 months ago
  56. 25f7cf7 drivers: net: fsl-mc: add support for CONFIG_DM_ETH by Ioana Ciornei · 4 years, 9 months ago
  57. 872004f drivers: net: ldpaa: add DTS based probing support by Ioana Ciornei · 4 years, 9 months ago
  58. 799a443 drivers: net: add Layerscape mEMAC MDIO driver by Ioana Ciornei · 4 years, 9 months ago
  59. df51e06 Merge tag 'u-boot-amlogic-20200428' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 7 months ago
  60. 7e9f5fb Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 4 years, 7 months ago
  61. 190ee83 usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISC by Patrice Chotard · 4 years, 7 months ago
  62. ce17fe1 usb: host: dwc2: add trace to have clean usb start by Patrick Delaunay · 4 years, 7 months ago
  63. 8bef169 usb: host: dwc2: force reset assert by Patrick Delaunay · 4 years, 7 months ago
  64. 9225f3e usb: host: dwc2: add clk support by Patrick Delaunay · 4 years, 7 months ago
  65. bb3569d usb: host: dwc2: add phy support by Patrick Delaunay · 4 years, 7 months ago
  66. 637ad63 usb: ether: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 7 months ago
  67. 4b88d6f usb: avoid NULL check before free by Heinrich Schuchardt · 4 years, 7 months ago
  68. a29def2 usb: dwc3-meson-g12a: add power-on/off of the PHYs by Neil Armstrong · 4 years, 7 months ago
  69. 86724a5 phy: meson: add GXBB PHY driver by Beniamino Galvani · 5 years ago
  70. be15428 clk: meson: g12a: add missing SD_EMMC_A controller gates by Neil Armstrong · 4 years, 7 months ago
  71. a0f6da6 Merge tag 'mips-pull-2020-04-27' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years, 7 months ago
  72. 6e38a5c Merge tag 'arc-more-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-arc by Tom Rini · 4 years, 7 months ago
  73. 1aa3089 sysreset: add reset controller based reboot driver by developer · 4 years, 7 months ago
  74. d8ae875 nand: brcmnand: return without disabling clock by Álvaro Fernández Rojas · 4 years, 8 months ago
  75. ce9dfb9 ARM: zynq: Fix invalid check on NAND_CMD_NONE. by Patrick van Gelder · 4 years, 7 months ago
  76. aa12d51 clk: versal: Fix watchdog clock issue by T Karthik Reddy · 4 years, 8 months ago
  77. 529e6f0 mmc: zynq: parse dt when probing by Benedikt Grassl · 4 years, 8 months ago
  78. 6575713 ARC: HSDK: CGU: add support for timer clock by Eugeniy Paltsev · 4 years, 7 months ago
  79. 6a0e7a6 video: simple_panel: add boe,nv140fhmn49 display by Peter Robinson · 4 years, 7 months ago
  80. 07c7876 drivers: video: rockchip: fix building eDP and LVDS drivers by Peter Robinson · 4 years, 7 months ago
  81. 100e860 rtc: ds1374: typo Watchdog by Heinrich Schuchardt · 4 years, 7 months ago
  82. d4e78c3 spi: mpc8xxx_spi: fix missing dev_err definition by Rasmus Villemoes · 4 years, 7 months ago
  83. 8821be4 clk: actions: Add common clock driver by Amit Singh Tomar · 4 years, 7 months ago
  84. 7c8e84c arm: dts: sync dts for Action Semi S900 by Amit Singh Tomar · 4 years, 7 months ago
  85. f497770 serial: actions: add compatible string by Amit Singh Tomar · 4 years, 7 months ago
  86. 1e36545 cache: l2x0: Fix write to incorrect shared-override bit by Ley Foon Tan · 4 years, 8 months ago
  87. 5a18f87 dm: mmc: Update mmc_get_mmc_dev() to use const * by Simon Glass · 4 years, 8 months ago
  88. 9167e4d mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0 by Baruch Siach · 4 years, 8 months ago
  89. cf01a7e bootcount_ext: Add flag to enable/disable bootcount by Frédéric Danis · 4 years, 9 months ago
  90. d5d7395 eth: mtk-eth: add mt7531 switch support in mediatek eth driver by developer · 4 years, 9 months ago
  91. 3b44628 watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment by Charles Frey · 4 years, 9 months ago
  92. 0bef026 dm: pinctrl: Use right device pointer for configuring pinctrl by Lokesh Vutla · 4 years, 7 months ago
  93. 90c1d2f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 7 months ago
  94. ebbb333 Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 7 months ago
  95. 4c8288f drivers: mmc: rpmb: do not build for SPL by Heinrich Schuchardt · 4 years, 8 months ago
  96. 3d5256e mmc: tmio: sdhi: Implement get_b_max function by Marek Vasut · 4 years, 8 months ago
  97. 31976d9 mmc: Add option to adjust b_max before long read by Marek Vasut · 4 years, 8 months ago
  98. 9f7baeb mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitations by Marek Vasut · 4 years, 8 months ago
  99. 5b0dad9 drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfg by Rayagonda Kokatanur · 4 years, 8 months ago
  100. ee6ad59 drivers: mmc: iproc_sdhci: fix compilation warning by Rayagonda Kokatanur · 4 years, 8 months ago