mbox series

[PULL] u-boot-network/network_master

Message ID CAGi-RUJ-FRC67g5io9v_vhpoXFgBDGZj27cg6tGjaDbkK9_7aQ@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-network/network_master | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-net.git

Message

Ramon Fried July 6, 2021, 7:41 a.m. UTC
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

Comments

Tom Rini July 6, 2021, 7:52 p.m. UTC | #1
On Tue, Jul 06, 2021 at 10:41:44AM +0300, Ramon Fried wrote:

> 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)
> 

Applied to u-boot/master, thanks!