Hi Tom, The following changes since commit ae8987f4e690f397f507c4b1efabd68b3ed08db6:
Merge patch series "binman: Fix preload signing with encrypted FIT" (2026-05-05 10:37:16 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-net.git/ tags/net-20260506 for you to fetch changes up to 5245bdc98b9fff46e4bcec2e44e915be44824537: net: phy: mscc: add support for the VSC8572 (2026-05-06 11:07:22 +0200) ---------------------------------------------------------------- Pull request net-20260506. net: - phy: dp83867: default to 2ns delay if unspecified in device-tree - nfs: fix buffer overflow in nfs_readlink_reply() - cpsw: Add cpsw-switch DT binding support - phy: add common PHY polarity properties support - phy: adin: add support for the ADIN1200 phy - macb: support for instances with less features - phy: mscc: add support for the VSC8572 net-lwip: - wget: correct diagnostic output ---------------------------------------------------------------- Charles Perry (1): net: phy: mscc: add support for the VSC8572 Christian DREHER (4): net: macb: include arch/clk.h only when necessary net: macb: use SA1 for MAC filtering on GEM net: macb: do not set user_io when it does not exist net: macb: add gigabit implementation for fixed-link Heinrich Schuchardt (3): net: lwip/wget: missing linefeed in diagnostic output net: lwip/wget: don't print content size twice net: lwip/wget: don't print progress bar when silent Lucien.Jheng (3): phy: add common PHY properties support net: phy: airoha: air_en8811: use standard rx-polarity/tx-polarity properties test: dm: add PHY common props unit tests and sandbox DT nodes Markus Schneider-Pargmann (TI) (4): net: cpsw: Fix error message net: cpsw: Remove compat string argument net: cpsw: Use driver data for phy_sel net: cpsw: Support new cpsw-switch DT bindings Rasmus Villemoes (1): net: phy: adin: add support for the ADIN1200 phy Sebastian Josue Alba Vives (1): net: nfs: fix buffer overflow in nfs_readlink_reply() Siddharth Vadapalli (1): net: phy: dp83867: default to 2ns delay if unspecified in device-tree arch/sandbox/dts/test.dts | 60 +++++++++++++++++++++++++++++++++++++++++++++ configs/sandbox_defconfig | 1 + drivers/net/macb.c | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++------------------ drivers/net/macb.h | 2 ++ drivers/net/phy/adin.c | 13 ++++++++++ drivers/net/phy/airoha/Kconfig | 1 + drivers/net/phy/airoha/air_en8811.c | 60 +++++++++++++++++++++++++++++++++------------ drivers/net/phy/dp83867.c | 16 +++--------- drivers/net/phy/mscc.c | 11 +++++++++ drivers/net/ti/cpsw.c | 188 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------- drivers/phy/Kconfig | 8 ++++++ drivers/phy/Makefile | 1 + drivers/phy/phy-common-props.c | 286 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/linux/phy/phy-common-props.h | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++ net/lwip/wget.c | 18 +++++++------- net/nfs-common.c | 4 +++ test/dm/Makefile | 1 + test/dm/phy_common_props.c | 319 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 18 files changed, 1045 insertions(+), 107 deletions(-) create mode 100644 drivers/phy/phy-common-props.c create mode 100644 include/linux/phy/phy-common-props.h create mode 100644 test/dm/phy_common_props.c CI link: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/30007 Thanks, -- Jerome

