mbox series

[PULL] u-boot-network/network_master

Message ID CAGi-RUJSO0zN+8Z5ZvGL1LzDWrrE4TnNhAO=g3F88BoQ2BjmXg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-network/network_master | expand

Pull-request

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

Message

Ramon Fried June 18, 2021, 11:42 a.m. UTC
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

Comments

Tom Rini June 18, 2021, 5:17 p.m. UTC | #1
On Fri, Jun 18, 2021 at 02:42:50PM +0300, Ramon Fried wrote:

> 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

Please note that a tag with a short summary of the changes is preferred,
but not required.  Also, if you have something like this:
[remote "network"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = https://source.denx.de/u-boot/custodians/u-boot-net.git 
        pushurl = git@source.denx.de:u-boot/custodians/u-boot-net.git

in your .git/config when you use git request-pull it should give the
non-ssh URI.

> for you to fetch changes up to 54c321f9deeba309989f0828e4d0427cbfbefcd3:
> 
>   net: octeontx: smi: use dt live tree API (2021-06-18 11:29:17 +0300)
> 

Applied to u-boot/master, thanks!
Ramon Fried June 29, 2021, 9:52 p.m. UTC | #2
On Fri, Jun 18, 2021 at 8:17 PM Tom Rini <trini@konsulko.com> wrote:
>
> On Fri, Jun 18, 2021 at 02:42:50PM +0300, Ramon Fried wrote:
>
> > 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
>
> Please note that a tag with a short summary of the changes is preferred,
> but not required.  Also, if you have something like this:
> [remote "network"]
>         fetch = +refs/heads/*:refs/remotes/origin/*
>         url = https://source.denx.de/u-boot/custodians/u-boot-net.git
>         pushurl = git@source.denx.de:u-boot/custodians/u-boot-net.git
>
> in your .git/config when you use git request-pull it should give the
> non-ssh URI.
>
> > for you to fetch changes up to 54c321f9deeba309989f0828e4d0427cbfbefcd3:
> >
> >   net: octeontx: smi: use dt live tree API (2021-06-18 11:29:17 +0300)
> >
>
> Applied to u-boot/master, thanks!
>
> --
> Tom
Hi.
Out of curiosity, why do you prepare non-ssh URI ?
Thanks,
Ramon
Tom Rini June 29, 2021, 9:56 p.m. UTC | #3
On Wed, Jun 30, 2021 at 12:52:59AM +0300, Ramon Fried wrote:
> On Fri, Jun 18, 2021 at 8:17 PM Tom Rini <trini@konsulko.com> wrote:
> >
> > On Fri, Jun 18, 2021 at 02:42:50PM +0300, Ramon Fried wrote:
> >
> > > 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
> >
> > Please note that a tag with a short summary of the changes is preferred,
> > but not required.  Also, if you have something like this:
> > [remote "network"]
> >         fetch = +refs/heads/*:refs/remotes/origin/*
> >         url = https://source.denx.de/u-boot/custodians/u-boot-net.git
> >         pushurl = git@source.denx.de:u-boot/custodians/u-boot-net.git
> >
> > in your .git/config when you use git request-pull it should give the
> > non-ssh URI.
> >
> > > for you to fetch changes up to 54c321f9deeba309989f0828e4d0427cbfbefcd3:
> > >
> > >   net: octeontx: smi: use dt live tree API (2021-06-18 11:29:17 +0300)
> > >
> >
> > Applied to u-boot/master, thanks!
> >
> > --
> > Tom
> Hi.
> Out of curiosity, why do you prepare non-ssh URI ?

I like for the git history to contain public URIs just in case folks are
tracking along or otherwise using the information for some reason.
Ramon Fried June 29, 2021, 9:58 p.m. UTC | #4
On Wed, Jun 30, 2021 at 12:56 AM Tom Rini <trini@konsulko.com> wrote:
>
> On Wed, Jun 30, 2021 at 12:52:59AM +0300, Ramon Fried wrote:
> > On Fri, Jun 18, 2021 at 8:17 PM Tom Rini <trini@konsulko.com> wrote:
> > >
> > > On Fri, Jun 18, 2021 at 02:42:50PM +0300, Ramon Fried wrote:
> > >
> > > > 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
> > >
> > > Please note that a tag with a short summary of the changes is preferred,
> > > but not required.  Also, if you have something like this:
> > > [remote "network"]
> > >         fetch = +refs/heads/*:refs/remotes/origin/*
> > >         url = https://source.denx.de/u-boot/custodians/u-boot-net.git
> > >         pushurl = git@source.denx.de:u-boot/custodians/u-boot-net.git
> > >
> > > in your .git/config when you use git request-pull it should give the
> > > non-ssh URI.
> > >
> > > > for you to fetch changes up to 54c321f9deeba309989f0828e4d0427cbfbefcd3:
> > > >
> > > >   net: octeontx: smi: use dt live tree API (2021-06-18 11:29:17 +0300)
> > > >
> > >
> > > Applied to u-boot/master, thanks!
> > >
> > > --
> > > Tom
> > Hi.
> > Out of curiosity, why do you prepare non-ssh URI ?
>
> I like for the git history to contain public URIs just in case folks are
> tracking along or otherwise using the information for some reason.
>
> --
> Tom
Got it.