U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ramon Fried <rfried.dev@gmail.com>
To: Tom Rini <trini@konsulko.com>,
	U-Boot Mailing List <u-boot@lists.denx.de>
Subject: Please pull u-boot-net/next
Date: Tue, 23 Nov 2021 05:25:27 +0200	[thread overview]
Message-ID: <CAGi-RU+k6dF8Hf1DFNstD1dSW2KMapUrMS0quGiGorcMa8NqCQ@mail.gmail.com> (raw)

this PR includes the following net changes for next:

- Various DSA additions
- bootp: fix for VCI string
- tsec: support for promiscuous mode
- add Aspeed MDIO driver
The following changes since commit 2ad8d0cb950da2233a2ec030533f4e54c6d04126:

  Merge branch 'efi-2022-01' of
https://source.denx.de/u-boot/custodians/u-boot-efi (2021-11-20
09:36:37 -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 8fc7def2838f40298ba2d86447dc8974de94a243:

  net: phy: realtek: Add tx/rx delay config for 8211e (2021-11-21
21:32:32 +0200)

----------------------------------------------------------------
Bin Meng (3):
      net: dsa: Use true instead of 1 in the set_promisc() call
      net: fec_mxc: Declare 'promisc' as bool
      net: tsec: Make redundant_init() static

Dylan Hung (1):
      drivers: net: add Aspeed MDIO driver

Peter Hoyes (1):
      cmd: pxe_utils: Check fdtcontroladdr in label_boot

Samuel Holland (1):
      net: phy: realtek: Add tx/rx delay config for 8211e

Vladimir Oltean (11):
      net: phy: mscc: add support for VSC8502 in dual RGMII mode
      net: tsec: add support for promiscuous mode
      include: import if_vlan.h from Linux
      net: dsa: allow drivers to get the port OF node
      net: introduce a helper to determine whether to use in-band autoneg
      net: dsa: felix: configure the in-band autoneg property based on
OF node info
      net: dsa: add driver for NXP SJA1105 L2 switch
      net: dsa: sja1105: add support for SGMII
      arm: dts: ls1021a-tsn: add sja1105 and eth2 bindings
      configs: ls1021a-tsn: enable sja1105 switch driver
      configs: ls1021a-tsn: enable the generation of random Ethernet
MAC addresses

Walter Stoll (1):
      net: bootp: Correct VCI string transmission

 arch/arm/dts/ls1021a-tsn.dts            |  103 +
 boot/pxe_utils.c                        |    8 +-
 configs/ls1021atsn_qspi_defconfig       |    3 +
 configs/ls1021atsn_sdcard_defconfig     |    3 +
 configs/pine64_plus_defconfig           |    1 -
 drivers/core/of_extra.c                 |   12 +
 drivers/net/Kconfig                     |   23 +
 drivers/net/Makefile                    |    2 +
 drivers/net/aspeed_mdio.c               |  128 ++
 drivers/net/fec_mxc.h                   |    2 +-
 drivers/net/mscc_eswitch/felix_switch.c |   10 +-
 drivers/net/phy/Kconfig                 |   10 -
 drivers/net/phy/mscc.c                  |   56 +
 drivers/net/phy/realtek.c               |   69 +-
 drivers/net/sja1105.c                   | 3376 +++++++++++++++++++++++++++++++
 drivers/net/tsec.c                      |   22 +-
 include/dm/of_extra.h                   |   14 +
 include/linux/if_vlan.h                 |   26 +
 include/net/dsa.h                       |   12 +
 include/tsec.h                          |    2 +
 net/bootp.c                             |    2 +-
 net/dsa-uclass.c                        |   22 +-
 22 files changed, 3854 insertions(+), 52 deletions(-)
 create mode 100644 drivers/net/aspeed_mdio.c
 create mode 100644 drivers/net/sja1105.c
 create mode 100644 include/linux/if_vlan.h

Thanks,
Ramon

             reply	other threads:[~2021-11-23  3:25 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-23  3:25 Ramon Fried [this message]
2021-11-23  3:27 ` Please pull u-boot-net/next Tom Rini
2021-11-23  8:12   ` Ramon Fried
  -- strict thread matches above, loose matches on Subject: below --
2022-04-13 15:10 Ramon Fried
2022-04-13 22:57 ` Tom Rini
2022-04-15 15:47 ` Tom Rini
2022-01-15 20:01 Ramon Fried
2022-01-17 16:11 ` Tom Rini
2021-12-02  8:25 Ramon Fried
2021-12-02 14:57 ` Tom Rini
2021-11-10 17:58 Ramon Fried
2021-11-15 17:37 ` Tom Rini
2021-11-16  6:08   ` Ramon Fried
2021-11-17 14:09     ` Tom Rini
2021-11-23  3:24       ` Ramon Fried
2021-11-03  9:13 Ramon Fried

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGi-RU+k6dF8Hf1DFNstD1dSW2KMapUrMS0quGiGorcMa8NqCQ@mail.gmail.com \
    --to=rfried.dev@gmail.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox