1. accb63b WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 2 months ago
  2. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  3. 9df3865 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years, 2 months ago
  4. ecc4a23 Merge branch '2021-09-25-TI-platform-updates' into next by Tom Rini · 3 years, 2 months ago
  5. 165e1dd Merge tag '20210928-for-next' of https://source.denx.de/u-boot/custodians/u-boot-i2c into next by Tom Rini · 3 years, 2 months ago
  6. 07ed620 scripts: ensure the cocci script for miiphy_register does not leak the MDIO bus by Vladimir Oltean · 3 years, 2 months ago
  7. 3996985 arch: powerpc: mpc85xx: free MDIO bus if mdio_register fails by Vladimir Oltean · 3 years, 2 months ago
  8. dce3bc6 net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH truncation by Vladimir Oltean · 3 years, 2 months ago
  9. e22c968 net: dsa: felix: check return code of mdio_alloc and mdio_register by Vladimir Oltean · 3 years, 2 months ago
  10. 1034139 scripts: ensure the cocci script for miiphy_register does not leave NULL-unterminated strings by Vladimir Oltean · 3 years, 2 months ago
  11. 5404544 net: mdio-uclass: rewrite dm_mdio_post_probe using strlcpy by Vladimir Oltean · 3 years, 2 months ago
  12. c1759a8 net: qe: uec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  13. ad2e1fc net: davinci_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  14. f201344 net: smc911x: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  15. 34b98bc net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  16. 208cf4a net: mvgbe: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  17. 1cf22ab net: dsa: felix: ensure mii_bus->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  18. 1e70f9f net: mpc8xx_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  19. 7947ab4 net: macb: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  20. f3b1db7 net: lpc32xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  21. 5a9dd58 net: ftmac110: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  22. c99dd24 net: mcdmafec: ensure bus->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  23. dcd21cc net: enetc: ensure imdio.name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  24. 487ce78 net: ep93xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  25. c786b52 net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  26. ec7a56b net: bcm-sf2: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  27. 17c24f9 net: at91_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  28. ca8d72e net: armada100_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  29. bf2f900 board: gdsys: a38x: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  30. e376e3e arch: powerpc: mpc85xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  31. dff95bf net: tsec: read the phy-mode property as fallback to phy-connection-type by Vladimir Oltean · 3 years, 2 months ago
  32. 0e57757 net: tsec: only call tsec_get_interface as fallback to DT-specified PHY mode by Vladimir Oltean · 3 years, 2 months ago
  33. 19d04df net: dsa: felix: remove "xgmii" phy-mode by Vladimir Oltean · 3 years, 2 months ago
  34. 5c10f9e net: enetc: remove support for "xgmii" phy-mode by Vladimir Oltean · 3 years, 2 months ago
  35. 6caef97 net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x" by Vladimir Oltean · 3 years, 2 months ago
  36. 6a6e402 net: replace the "xfi" phy-mode with "10gbase-r" by Vladimir Oltean · 3 years, 2 months ago
  37. c22e3b8 net: phy: genphy_init can be static by Vladimir Oltean · 3 years, 2 months ago
  38. f232e48 net: dsa: remove unused variables by Vladimir Oltean · 3 years, 2 months ago
  39. 65ad612 net: dsa: pass CPU port fixed PHY to .port_disable by Vladimir Oltean · 3 years, 2 months ago
  40. 5041e42 net: update NXP copyright text by Vladimir Oltean · 3 years, 2 months ago
  41. e26bcf6 net: dsa: felix: propagate the error code from phy_startup() by Vladimir Oltean · 3 years, 3 months ago
  42. 81cec03 net: dsa: felix: call phy_config at .port_probe() time by Vladimir Oltean · 3 years, 3 months ago
  43. 6ef71c66 net: dsa: introduce a .port_probe() method in struct dsa_ops by Vladimir Oltean · 3 years, 3 months ago
  44. 1d50862 net: dsa: refactor the code to set the port MAC address into a dedicated function by Vladimir Oltean · 3 years, 3 months ago
  45. 50ddf8b net: dsa: use "err" instead of "ret" in dsa_port_probe by Vladimir Oltean · 3 years, 3 months ago
  46. 132a8c2 net: dsa: felix: felix_init() can be static by Vladimir Oltean · 3 years, 3 months ago
  47. 8ca1e6b net: tsec: Mark tsec_get_interface as __maybe_unused by Ramon Fried · 3 years, 2 months ago
  48. def7257 Prepare v2021.10-rc5 by Tom Rini · 3 years, 2 months ago
  49. 41b1b4f phy: marvell: cp110: Support SATA invert polarity by Denis Odintsov · 3 years, 3 months ago
  50. 0386d1a arm: mvebu: turris_omnia: fix leaked mtd device by Marek Behún · 3 years, 2 months ago
  51. c54800e efi_loader: Fix spec ID event creation by Ruchika Gupta · 3 years, 3 months ago
  52. 0870f10 doc: Add mention of the /config binding by Simon Glass · 3 years, 2 months ago
  53. 9cf3e90 arm: orion5x: edminiv2: change maintainer by Simon Guinot · 3 years, 3 months ago
  54. 33d6554 mtd: remove SPEAr flash driver st_smi by Patrick Delaunay · 3 years, 2 months ago
  55. dbb8c3b Taking over responsibility for GE boards from Sebastian by Martyn Welch · 3 years, 2 months ago
  56. 13c271a MAINTAINERS: remove SPEAR entry by Patrick Delaunay · 3 years, 2 months ago
  57. 2d84120 fs: avoid superfluous messages by Heinrich Schuchardt · 3 years, 2 months ago
  58. e59bb2d scripts/mailmapper: enable running with Python 3 by Heinrich Schuchardt · 3 years, 2 months ago
  59. d0632a8 test/py: tpm2: Skip tpm pytest based on env variable by T Karthik Reddy · 3 years, 4 months ago
  60. bb22480 ddr: altera: use KBUILD_BASENAME instead of __FILE__ by Marek Vasut · 3 years, 3 months ago
  61. 5a33772 arm: socfpga: vining: Let DWMAC configure PHY reset GPIO by Marek Vasut · 3 years, 3 months ago
  62. fc91ca4 arm: socfpga: vining: Enable DW I2C driver by Marek Vasut · 3 years, 3 months ago
  63. a655ad9 arm: socfpga: vining: Fix UDC controller phandle in DT by Marek Vasut · 3 years, 3 months ago
  64. cc3df0b arm: socfpga: vining: Un-disable WDT in DT by Marek Vasut · 3 years, 3 months ago
  65. 5988b62 arm: socfpga: vining: Set default SPI NOR mode and frequency by Marek Vasut · 3 years, 3 months ago
  66. 8036752 arm: socfpga: vining: Set USB gadget manufacturer to Softing with capital S by Marek Vasut · 3 years, 3 months ago
  67. edecca9 arm: socfpga: vining: Increase environment size by Marek Vasut · 3 years, 3 months ago
  68. 0b9be6e arm: socfpga: vining: Drop meaningless comment by Marek Vasut · 3 years, 3 months ago
  69. a6b800e usb: xhci-dwc3: Add support for USB 3.1 controllers by Mark Kettenis · 3 years, 2 months ago
  70. c1969ab usb: ehci-mx6: use phy_type from device tree by Matthias Schiffer · 3 years, 2 months ago
  71. a44b575 usb: ehci-ci: remove redundant PORTSC flag definitions by Matthias Schiffer · 3 years, 2 months ago
  72. b103946 include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIAL by Matthias Schiffer · 3 years, 2 months ago
  73. 7a4c32e usb: add support for ULPI/SERIAL/HSIC PHY modes by Matthias Schiffer · 3 years, 2 months ago
  74. 19c6d93 configs: Enable USB3 on Allwinner H6 boards by Samuel Holland · 3 years, 5 months ago
  75. 2ce63ab usb: xhci-dwc3: Add support for clocks/resets by Samuel Holland · 3 years, 5 months ago
  76. f2f88cc usb: xhci-pci: Move reset logic out of XHCI core by Samuel Holland · 3 years, 5 months ago
  77. a943169 phy: sun50i-usb3: Add a driver for the H6 USB3 PHY by Samuel Holland · 3 years, 5 months ago
  78. b6987ae x86: tangier: acpi: Add GPIO card detection to SDHCI #2 by Andy Shevchenko · 3 years, 3 months ago
  79. f6db63e x86: edison: Mark eMMC non-removable by Andy Shevchenko · 3 years, 3 months ago
  80. bc77af5 mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface by Patrice Chotard · 3 years, 3 months ago
  81. 5b35b29 i2c: mvtwsi: Add support for DM clocks and resets by Samuel Holland · 3 years, 3 months ago
  82. 62f27e4 i2c: rcar_i2c: Enable configuring SCL rise and fall times by Adam Ford · 3 years, 3 months ago
  83. 51c2c68 ti: keystone: Migrate CONFIG_SOC_K2* to Kconfig by Tom Rini · 3 years, 3 months ago
  84. 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years, 3 months ago
  85. b9dda3a omap4_panda: Remove unused comments/code by Tom Rini · 3 years, 3 months ago
  86. 8cc223c omap3_logic: Remove unused comments/code by Tom Rini · 3 years, 3 months ago
  87. c350bb3 am3517_evm: Remove unused comments/code by Tom Rini · 3 years, 3 months ago
  88. a7e6759 Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to Kconfig by Tom Rini · 3 years, 3 months ago
  89. 8729d3f usb: ehci-omap: Drop non-DM_USB legacy code by Tom Rini · 3 years, 3 months ago
  90. a48f190 omapl138_lcdk: Stop using CONFIG_MACH_OMAPL138_LCDK by Tom Rini · 3 years, 3 months ago
  91. 1a1f22f ti: keystone: dma: Migrate to Kconfig by Tom Rini · 3 years, 3 months ago
  92. dada0e3 ti: keystone: Clean up or migrate some NAND related options. by Tom Rini · 3 years, 3 months ago
  93. 5b81035 compulab: Clean up some unused symbols by Tom Rini · 3 years, 3 months ago
  94. ebc1c84 Convert CONFIG_USB_XHCI_OMAP to Kconfig by Tom Rini · 3 years, 3 months ago
  95. 7392617 usb: phy: ti: Remove non-DM PHY code by Tom Rini · 3 years, 3 months ago
  96. 4d01402 keystone2: Move CONFIG_AEMIF_CNTRL_BASE out of CONFIG namespace by Tom Rini · 3 years, 3 months ago
  97. 90b24ff doc: ti: am335x_evm: Minor general updates by Tom Rini · 3 years, 3 months ago
  98. 0b9b95a doc: ti: Convert am335x_evm README to rST by Tom Rini · 3 years, 3 months ago
  99. f04c4ab Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 3 years, 2 months ago
  100. 961578e Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 2 months ago