[PATCH 0/8] net: several updates to support i.MX
Peng Fan
peng.fan at nxp.com
Tue Apr 28 05:02:20 CEST 2020
The patchset is to upstream NXP downstream network patches that
runs on i.MX platforms, including eqos update, sharded mdio support,
mac addr accessing and etc.
Fugang Duan (3):
net: phy: realtek: add rx delay support for RTL8211F
net: dwc_eth_qos: add dwc eqos for imx support
net: eqos: implement callbaks to get interface and set txclk rate
Peng Fan (1):
net: eth-uclass: add return value check
Ye Li (4):
net: Add eth phy generic driver for shared MDIO
net: Update eQos driver and FEC driver to use eth phy interfaces
fec: Move imx_get_mac_from_fuse declare to imx file
eQos: Implement the read_rom_hwaddr callback
arch/arm/include/asm/mach-imx/sys_proto.h | 2 +
drivers/net/Kconfig | 6 +
drivers/net/Makefile | 1 +
drivers/net/dwc_eth_qos.c | 284 +++++++++++++++++++++++++++---
drivers/net/eth-phy-uclass.c | 123 +++++++++++++
drivers/net/fec_mxc.c | 16 +-
drivers/net/fec_mxc.h | 2 -
drivers/net/phy/realtek.c | 11 ++
include/dm/uclass-id.h | 1 +
include/eth_phy.h | 17 ++
net/eth-uclass.c | 17 +-
11 files changed, 446 insertions(+), 34 deletions(-)
create mode 100644 drivers/net/eth-phy-uclass.c
create mode 100644 include/eth_phy.h
--
2.16.4
More information about the U-Boot
mailing list