All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] u-boot-network/network_master
@ 2021-06-18 11:42 Ramon Fried
  2021-06-18 17:17 ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Ramon Fried @ 2021-06-18 11:42 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

Hi Tom,

Please pull the latest patches in u-boot-net tree.

The following changes since commit a298d4fbcdba1b38e48ea2af0fc5386cab2070da:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
(2021-06-17 08:44:56 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 54c321f9deeba309989f0828e4d0427cbfbefcd3:

  net: octeontx: smi: use dt live tree API (2021-06-18 11:29:17 +0300)

----------------------------------------------------------------
Daniil Stas (2):
      net: dwc_eth_qos: Fix needless phy auto-negotiation restarts
      net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7b

Dimitri John Ledkov (1):
      cmd: pxe_utils: sysboot: fix crash if either board or soc are not set.

Heinrich Schuchardt (1):
      net: sun8i-emac: fix MDIO frequency

Hou Zhiqiang (1):
      Fix a memory leak issue in the RX port initialization.

Jassi Brar (1):
      net: synquacer: Add netsec driver

Michael Walle (2):
      net: use a more deterministic approach to get the active ethernet device
      net: use the same alias stem for ethernet as linux

Tim Harvey (2):
      net: e1000: do not attempt to set hwaddr for i210 without FLASH
      net: octeontx: smi: use dt live tree API

 arch/arm/dts/fsl-ls1028a-rdb.dts |   12 +-
 arch/sandbox/dts/test.dts        |   10 +-
 cmd/pxe_utils.c                  |    8 +
 drivers/net/Kconfig              |    8 +
 drivers/net/Makefile             |    1 +
 drivers/net/dwc_eth_qos.c        |   19 +-
 drivers/net/e1000.c              |    4 +
 drivers/net/e1000.h              |    1 +
 drivers/net/fm/eth.c             |    4 +-
 drivers/net/octeontx/smi.c       |   24 +-
 drivers/net/sni_netsec.c         | 1134 ++++++++++++++++++++++++++++++++++++++
 drivers/net/sun8i_emac.c         |    8 +-
 net/eth-uclass.c                 |   21 +-
 test/dm/ofnode.c                 |    2 +-
 test/dm/test-fdt.c               |    2 +-
 15 files changed, 1207 insertions(+), 51 deletions(-)
 create mode 100644 drivers/net/sni_netsec.c


Best regards,
Ramon

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PULL] u-boot-network/network_master
@ 2021-07-06  7:41 Ramon Fried
  2021-07-06 19:52 ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Ramon Fried @ 2021-07-06  7:41 UTC (permalink / raw)
  To: U-Boot Mailing List, Tom Rini

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-07-06 19:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 11:42 [PULL] u-boot-network/network_master Ramon Fried
2021-06-18 17:17 ` Tom Rini
2021-06-29 21:52   ` Ramon Fried
2021-06-29 21:56     ` Tom Rini
2021-06-29 21:58       ` Ramon Fried
2021-07-06  7:41 Ramon Fried
2021-07-06 19:52 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.