All of 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: [PULL] u-boot-network/network_master
Date: Fri, 18 Jun 2021 14:42:50 +0300	[thread overview]
Message-ID: <CAGi-RUJSO0zN+8Z5ZvGL1LzDWrrE4TnNhAO=g3F88BoQ2BjmXg@mail.gmail.com> (raw)

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

             reply	other threads:[~2021-06-18 11:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18 11:42 Ramon Fried [this message]
2021-06-18 17:17 ` [PULL] u-boot-network/network_master 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

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-RUJSO0zN+8Z5ZvGL1LzDWrrE4TnNhAO=g3F88BoQ2BjmXg@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 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.