public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/7] net: add support for phy speed limitation
Date: Wed, 27 Jan 2016 21:34:33 +0000	[thread overview]
Message-ID: <1453930473.4304.11.camel@synopsys.com> (raw)
In-Reply-To: <CANr=Z=YttbW5P7RXcM-BR1-xa2eWuQYtFs3QmjrObFdOC=jGNA@mail.gmail.com>

Hi Joe,

On Wed, 2016-01-27 at 12:48 -0600, Joe Hershberger wrote:
> On Wed, Jan 27, 2016 at 10:23 AM, Alexey Brodkin
> <Alexey.Brodkin@synopsys.com> wrote:
> > Hi Joe,
> > 
> > On Tue, 2016-01-19 at 07:02 +0000, Alexey Brodkin wrote:
> > > Hi Joe,
> > > 
> > > On Wed, 2016-01-13 at 16:59 +0300, Alexey Brodkin wrote:
> > > > In some cases Ethernet PHY and network itself might support speeds
> > > > which are not supported by Ethernet controller (MAC).
> > > > 
> > > > To support that kind of situation it is required to force limit
> > > > PHY so it is not configured for unsupported mode or even if PHY
> > > > autonegotiated too high speed it will be reconfigured for slower mode.
> > > > 
> > > > Note this series is v2 because v1 patches were sent separately not being
> > > > aranged in series. And now I'm putting all patches in one series
> > > > and marking it v2 even though no changes were done in patches itself.
> > > > 
> > > > Alexey Brodkin (4):
> > > >   drivers/net/phy: introduce phy_set_supported()
> > > >   include/net.h: add max_speed member in struct eth_pdata
> > > >   net/designware: do explicit port selection for 1Gb mode
> > > >   net/designware: add support of max-speed device tree property
> > > > 
> > > > Florian Fainelli (2):
> > > >   net: phy: ensure Gigabit features are masked off if requested
> > > >   net: phy: breakdown PHY_*_FEATURES defines
> > > > 
> > > > Sascha Hauer (1):
> > > >   net: phy: genphy: Allow overwriting features
> > > > 
> > > >  drivers/net/designware.c | 16 +++++++++-
> > > >  drivers/net/designware.h |  1 +
> > > >  drivers/net/phy/phy.c    | 77 ++++++++++++++++++++++++++++++++++--------------
> > > >  include/net.h            |  2 ++
> > > >  include/phy.h            | 23 ++++++++++-----
> > > >  5 files changed, 89 insertions(+), 30 deletions(-)
> > > 
> > > Please treat this as a polite reminder to review
> > > that series sometime soon.
> > 
> > Thank you for reviewing that series.
> > I'm wondering who's going to pick it up?
> 
> I'm picking it up now and build testing it.

Thanks for doing that!

-Alexey

      reply	other threads:[~2016-01-27 21:34 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-13 13:59 [U-Boot] [PATCH v2 0/7] net: add support for phy speed limitation Alexey Brodkin
2016-01-13 13:59 ` [U-Boot] [PATCH v2 1/7] net: phy: ensure Gigabit features are masked off if requested Alexey Brodkin
2016-01-27 16:03   ` Joe Hershberger
2016-01-29 21:27   ` [U-Boot] " Joe Hershberger
2016-01-13 13:59 ` [U-Boot] [PATCH v2 2/7] net: phy: genphy: Allow overwriting features Alexey Brodkin
2016-01-27 16:04   ` Joe Hershberger
2016-01-29 21:27   ` [U-Boot] " Joe Hershberger
2016-01-13 13:59 ` [U-Boot] [PATCH v2 3/7] net: phy: breakdown PHY_*_FEATURES defines Alexey Brodkin
2016-01-27 16:06   ` Joe Hershberger
2016-01-29 21:27   ` [U-Boot] " Joe Hershberger
2016-01-13 13:59 ` [U-Boot] [PATCH v2 4/7] drivers/net/phy: introduce phy_set_supported() Alexey Brodkin
2016-01-27 16:07   ` Joe Hershberger
2016-01-29 21:27   ` [U-Boot] " Joe Hershberger
2016-01-13 13:59 ` [U-Boot] [PATCH v2 5/7] include/net.h: add max_speed member in struct eth_pdata Alexey Brodkin
2016-01-27 16:08   ` Joe Hershberger
2016-01-29 21:27   ` [U-Boot] " Joe Hershberger
2016-01-13 13:59 ` [U-Boot] [PATCH v2 6/7] net/designware: do explicit port selection for 1Gb mode Alexey Brodkin
2016-01-27 16:10   ` Joe Hershberger
2016-01-29 21:27   ` [U-Boot] " Joe Hershberger
2016-01-13 13:59 ` [U-Boot] [PATCH v2 7/7] net/designware: add support of max-speed device tree property Alexey Brodkin
2016-01-27 16:11   ` Joe Hershberger
2016-01-29 21:27   ` [U-Boot] " Joe Hershberger
2016-01-19  7:02 ` [U-Boot] [PATCH v2 0/7] net: add support for phy speed limitation Alexey Brodkin
2016-01-27 16:23   ` Alexey Brodkin
2016-01-27 18:48     ` Joe Hershberger
2016-01-27 21:34       ` Alexey Brodkin [this message]

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=1453930473.4304.11.camel@synopsys.com \
    --to=alexey.brodkin@synopsys.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