[PULL] u-boot-network/network_master
Ramon Fried
rfried.dev at gmail.com
Tue Jul 6 09:41:44 CEST 2021
Hi Tom,
Please pull the latest patches in u-boot-net tree.
It contains scattered commits to the network tree.
The following changes since commit 1311dd37ecf476be041d0452d4ee38619aadd5de:
Merge branch '2021-07-01-update-CI-containers' (2021-07-05 15:29:44 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-net.git
for you to fetch changes up to 036e3622bf8394ff229ea0d348aa9a9a60e2c27a:
net: dwc_eth_qos: cosmetic: remove unused define
EQOS_DESCRIPTOR_ALIGN (2021-07-06 05:22:41 +0300)
----------------------------------------------------------------
Andre Przywara (2):
net: smc911x: Drop redundant CONFIG_SMC911X_16_BIT Kconfig symbol
net: smc911x: Determine bus width at runtime
Michael Walle (1):
board: sl28: add DSA support for variant 2
Patrick Delaunay (1):
net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGN
Radu Pirea (NXP OSS) (1):
phy: add nxp tja1103 phy driver
Tim Harvey (1):
cmd: net: add a 'net list' command to list network devs
Vladimir Oltean (7):
arm: dts: ls1028a: enable the switch CPU port for the LS1028A-QDS
arm: dts: ls1028a: enable internal RGMII delays for the
LS1028A-QDS AR8035 PHY
arm: dts: ls1028a: declare the fixed-link speeds for the
internal ENETC ports
arm: dts: ls1028a: disable enetc-2 by default
net: enetc: require a PHY device when probing
net: enetc: force the RGMII MAC speed/duplex instead of using
in-band signaling
net: enetc: propagate the return code from phy_startup() to eth_ops::start
MAINTAINERS | 5 +
.../dts/fsl-ls1028a-kontron-sl28-var2-u-boot.dtsi | 7 +
arch/arm/dts/fsl-ls1028a-kontron-sl28-var2.dts | 40 +++
arch/arm/dts/fsl-ls1028a-qds-7777-sch-30841.dtsi | 9 +
arch/arm/dts/fsl-ls1028a-qds-7xx7-sch-30841R.dtsi | 9 +
.../dts/fsl-ls1028a-qds-9999-sch-24801-LBRW.dtsi | 9 +
arch/arm/dts/fsl-ls1028a-qds-9999-sch-24801.dtsi | 9 +
.../dts/fsl-ls1028a-qds-x3xx-sch-30841-LBRW.dtsi | 9 +
.../dts/fsl-ls1028a-qds-x5xx-sch-28021-LBRW.dtsi | 9 +
arch/arm/dts/fsl-ls1028a-qds-x7xx-sch-30842.dtsi | 9 +
arch/arm/dts/fsl-ls1028a-qds-xx7x-sch-30842.dtsi | 9 +
arch/arm/dts/fsl-ls1028a-qds.dtsi | 2 +-
arch/arm/dts/fsl-ls1028a.dtsi | 12 +-
cmd/net.c | 46 +++
drivers/net/Kconfig | 17 +-
drivers/net/dwc_eth_qos.c | 2 -
drivers/net/fsl_enetc.c | 59 ++--
drivers/net/fsl_enetc.h | 7 +-
drivers/net/phy/Kconfig | 6 +
drivers/net/phy/Makefile | 1 +
drivers/net/phy/nxp-c45-tja11xx.c | 348 +++++++++++++++++++++
drivers/net/phy/phy.c | 3 +
drivers/net/smc911x.c | 41 ++-
include/phy.h | 5 +
24 files changed, 614 insertions(+), 59 deletions(-)
create mode 100644 drivers/net/phy/nxp-c45-tja11xx.c
More information about the U-Boot
mailing list