mbox series

Please pull u-boot-net/next

Message ID CAGi-RUJjbWmqeOu5PU8JU4izjfgFJj9d_M4FBBUjT300Eni-yw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-net/next | expand

Pull-request

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

Message

Ramon Fried Jan. 15, 2022, 8:01 p.m. UTC
Hi Tom,
Please pull the latest changes from u-boot-net/next branch which include:
* PXE label override support
* Fastboot UDP configurable port
* new phy driver: TI DP83869HM
* and few minor fixes to dsa.

The following changes since commit 0dadad6d7c5769d6258baeaf1b8db843b0dfa01f:

  Merge tag 'u-boot-amlogic-20220107' of
https://source.denx.de/u-boot/custodians/u-boot-amlogic into next
(2022-01-09 07:56:31 -0500)

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 046bf8d4c512ad6501fe9e77508bbe1292a29fef:

  net: fastboot: make UDP port net: configurable (2022-01-15 18:54:21 +0200)

----------------------------------------------------------------
Amjad Ouled-Ameur (1):
      cmd: pxe_utils: sysboot: add label override support

Christian Gmeiner (1):
      net: fastboot: make UDP port net: configurable

Dominic Rath (1):
      net: phy: add TI DP83869HM ethernet driver

Marek Vasut (1):
      net: eth-phy: Demote missing phy-handle log message to debug

Markus Koch (1):
      net: fsl: Fix busy flag polling register

Vladimir Oltean (2):
      net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHY
      net: dsa: sja1105: fix device id detection

 boot/pxe_utils.c                     |  15 ++
 doc/README.pxe                       |   6 +
 drivers/fastboot/Kconfig             |   7 +
 drivers/net/eth-phy-uclass.c         |   2 +-
 drivers/net/fm/memac_phy.c           |   2 +-
 drivers/net/fsl_ls_mdio.c            |   4 +-
 drivers/net/phy/Kconfig              |   6 +
 drivers/net/phy/Makefile             |   1 +
 drivers/net/phy/dp83869.c            | 507 +++++++++++++++++++++++++++++++++++
 drivers/net/phy/ti_phy_init.c        |   4 +
 drivers/net/phy/ti_phy_init.h        |   1 +
 drivers/net/sja1105.c                |   6 -
 include/dt-bindings/net/ti-dp83869.h |  60 +++++
 include/fsl_memac.h                  |   1 -
 net/dsa-uclass.c                     |  11 +
 net/fastboot.c                       |   5 +-
 16 files changed, 623 insertions(+), 15 deletions(-)
 create mode 100644 drivers/net/phy/dp83869.c
 create mode 100644 include/dt-bindings/net/ti-dp83869.h

Thanks,
Ramon

Comments

Tom Rini Jan. 17, 2022, 4:11 p.m. UTC | #1
On Sat, Jan 15, 2022 at 10:01:42PM +0200, Ramon Fried wrote:

> Hi Tom,
> Please pull the latest changes from u-boot-net/next branch which include:
> * PXE label override support
> * Fastboot UDP configurable port
> * new phy driver: TI DP83869HM
> * and few minor fixes to dsa.
> 
> The following changes since commit 0dadad6d7c5769d6258baeaf1b8db843b0dfa01f:
> 
>   Merge tag 'u-boot-amlogic-20220107' of
> https://source.denx.de/u-boot/custodians/u-boot-amlogic into next
> (2022-01-09 07:56:31 -0500)
> 
> 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 046bf8d4c512ad6501fe9e77508bbe1292a29fef:
> 
>   net: fastboot: make UDP port net: configurable (2022-01-15 18:54:21 +0200)
> 

Applied to u-boot/master, thanks!