Please pull net-next-20260603
Jerome Forissier
jerome.forissier at arm.com
Wed Jun 3 18:15:15 CEST 2026
Hi Tom,
The following changes since commit 4674475760d293d6cca07c2f85ef48029e08078b:
Merge patch series "Enable splashscreen functionality on AM62X" (2026-06-02 13:49:16 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-net.git/ tags/net-next-20260603
for you to fetch changes up to dafa6a36037b516bed3c4f578c69e0c5c8017acb:
net: mvpp2: convert FDT access to ofnode API (2026-06-03 16:55:55 +0200)
----------------------------------------------------------------
Pull request net-next-20260603
- eth, phy: Convert several drivers to use the dev APIs
- Guard SYS_RX_ETH_BUFFER with NET
- phy: Kconfig: use bool instead of tristate
----------------------------------------------------------------
David Lechner (1):
phy: Kconfig: use bool instead of tristate
Peng Fan (9):
phy: ti-pipe3: Use device API for DT parsing
phy: marvell: comphy: Use dev_read_addr_index_ptr()
phy: cadence: Use device API
net: ethoc: Use dev_read_addr_index()
net: qe: dm_qe_uec: Use dev_read_addr()
net: calxedaxgmac: Use dev_read_addr()
net: dc2114x: Use dev_remap_addr()
net: mvpp2: Use dev_read_addr_index_ptr()
net: mvpp2: convert FDT access to ofnode API
Quentin Schulz (5):
ls1028a: only include drivers/net/fsl_enetc.h when driver is compiled
arm: ls102xa: use platform data to check Ethernet interface is not SGMII
net: tsec: make tsec_private a private structure
net: guard SYS_RX_ETH_BUFFER with NET
net: SYS_RX_ETH_BUFFER defaults to 8 when CONFIG_FSL_ENETC=y
arch/arm/cpu/armv7/ls102xa/fdt.c | 7 +++----
board/nxp/ls1028a/ls1028a.c | 2 ++
drivers/net/calxedaxgmac.c | 2 +-
drivers/net/dc2114x.c | 2 +-
drivers/net/ethoc.c | 2 +-
drivers/net/mvpp2.c | 56 +++++++++++++++++++++++++-------------------------------
drivers/net/qe/dm_qe_uec.c | 2 +-
drivers/net/tsec.c | 17 +++++++++++++++++
drivers/phy/Kconfig | 14 +++++++-------
drivers/phy/cadence/Kconfig | 4 ++--
drivers/phy/cadence/phy-cadence-sierra.c | 4 ++--
drivers/phy/cadence/phy-cadence-torrent.c | 8 ++++----
drivers/phy/marvell/comphy_core.c | 4 ++--
drivers/phy/qcom/Kconfig | 16 ++++++++--------
drivers/phy/renesas/Kconfig | 6 +++---
drivers/phy/rockchip/Kconfig | 2 +-
drivers/phy/ti-pipe3-phy.c | 23 ++++++++++++++---------
drivers/phy/ti/Kconfig | 2 +-
include/net-common.h | 4 ++++
include/tsec.h | 17 -----------------
net/Kconfig | 21 ++++++++++++---------
21 files changed, 111 insertions(+), 104 deletions(-)
CI link: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/30328
Thanks,
--
Jerome
More information about the U-Boot
mailing list