public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 00/12] phy: atheros: dt bindings and cleanup
Date: Tue, 10 Mar 2020 13:55:33 -0400	[thread overview]
Message-ID: <20200310175533.GF12423@bill-the-cat> (raw)
In-Reply-To: <CANr=Z=YnBACGTw9B1CGXBbT3b11zVhQF=JzVZBu-eTa_h=aQew@mail.gmail.com>

On Tue, Mar 10, 2020 at 12:46:36PM -0500, Joe Hershberger wrote:
> Hi Michael,
> 
> On Tue, Jan 7, 2020 at 5:07 AM Michael Walle <michael@walle.cc> wrote:
> >
> > Hi all,
> >
> > Am 2019-12-05 23:57, schrieb Michael Walle:
> > > [RESEND because I've forgot to add the mailinglist. Sorry!]
> > >
> > > This patch series superseeds the following two:
> > > From Vladimir Oltean
> > >   https://patchwork.ozlabs.org/cover/1031360/
> > > From me:
> > >   https://patchwork.ozlabs.org/cover/1184507/
> > >
> > > Although the first is marked as accepted into u-boot-net I guess it was
> > > removed due to broken boards ("DT as ABI", RGMII delay was fixed and
> > > thus
> > > breaks the board).
> > >
> > > After disussing with Vladimir, I've integrated his patches with this
> > > series. Also the first one
> > >   Address packet drops at low traffic rate due to SmartEEE feature
> > > was dropped because it will likely be fixed by making u-boot support
> > > the
> > > eee-broken-X device tree properties. Apart from that, only the subject
> > > was
> > > changed and a note about possible board breakage was added the patch
> > > which
> > > changes the delay behaviour.
> > >
> > > For all of those, who will test this patchset, the device tree binding
> > > needs the phydev->node property, which needs to be set in every network
> > > driver. If the device tree binding is not working for you have a look
> > > at
> > > the
> > >   ar803x_of_init: found PHY node: phy at 0
> > > output. In the case above "phy at 0" is the phy node in the device tree.
> > > If
> > > instead the node of your network device is displayed, you have to set
> > > the phydev->node property in your network device driver.
> > >
> > > For the fsl_enetc driver this patchset will add it:
> > >   https://patchwork.ozlabs.org/cover/1188043/
> >
> > ping :)
> >
> > would be cool to have that merged in the current window.
> 
> I tried to merge in the current window, but it broke some boards.
> 
> https://travis-ci.org/jhershbe/u-boot/builds/660395885
> 
> Please have a look and send a new version that passes those builds.

This seems related to the changes that Simon Glass did that Simon
Goldschmidt is reverting and re-working, so don't go off on rewriting
this series just yet.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200310/3df26999/attachment.sig>

  reply	other threads:[~2020-03-10 17:55 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-05 22:57 [PATCH v2 00/12] phy: atheros: dt bindings and cleanup Michael Walle
2019-12-05 22:57 ` [PATCH v2 01/12] phy: atheros: Make RGMII Tx delays actually configurable for AR8035 Michael Walle
2019-12-05 22:57 ` [PATCH v2 02/12] phy: atheros: Use common functions for RGMII internal delays Michael Walle
2019-12-05 22:57 ` [PATCH v2 03/12] phy: atheros: Clarify the configuration of the CLK_25M output pin Michael Walle
2019-12-05 22:57 ` [PATCH v2 04/12] phy: atheros: Explicitly disable RGMII delays Michael Walle
2019-12-05 22:57 ` [PATCH v2 05/12] phy: atheros: Clarify the intention of ar8021_config Michael Walle
2019-12-05 22:57 ` [PATCH v2 06/12] phy: atheros: fix AR8021 PHY ID mask Michael Walle
2020-03-05 22:56   ` Joe Hershberger
2019-12-05 22:57 ` [PATCH v2 07/12] phy: atheros: use defines for PHY IDs Michael Walle
2019-12-05 22:57 ` [PATCH v2 08/12] phy: atheros: introduce debug read and write functions Michael Walle
2020-03-05 23:06   ` Joe Hershberger
2019-12-05 22:57 ` [PATCH v2 09/12] phy: atheros: move delay config to common function Michael Walle
2020-03-05 23:08   ` Joe Hershberger
2019-12-05 22:57 ` [PATCH v2 10/12] phy: atheros: add device tree bindings and config Michael Walle
2020-03-05 23:09   ` Joe Hershberger
2019-12-05 22:57 ` [PATCH v2 11/12] phy: atheros: ar8035: remove static clock config Michael Walle
2020-03-05 23:10   ` Joe Hershberger
2019-12-05 22:57 ` [PATCH v2 12/12] phy: atheros: consolidate {ar8031|ar8035}_config() Michael Walle
2020-03-05 23:10   ` Joe Hershberger
2020-01-07 11:07 ` [PATCH v2 00/12] phy: atheros: dt bindings and cleanup Michael Walle
2020-03-10 17:46   ` Joe Hershberger
2020-03-10 17:55     ` Tom Rini [this message]
2020-03-27 18:07       ` Michael Walle

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=20200310175533.GF12423@bill-the-cat \
    --to=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