All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/8] ARM: shmobile: Conditionally select SMSC_PHY
Date: Thu, 06 Feb 2014 08:56:49 +0000	[thread overview]
Message-ID: <20140206085648.GA26378@verge.net.au> (raw)
In-Reply-To: <20140204064727.GA25513@verge.net.au>

On Tue, Feb 04, 2014 at 03:47:27PM +0900, Simon Horman wrote:
> On Tue, Jan 07, 2014 at 05:48:00PM +0900, Simon Horman wrote:
> > Select the SMSC_PHY if ethernet is enabled on shmbile boards
> > that have an SMSC phy. This allows the SMSC-specific phy driver
> > to be used rather than relying on generic phy code.
> > 
> > Based on the renesas-devel-v3.13-rc7-20140107 tag
> > of my renesas tree.
> > 
> > Simon Horman (8):
> >   ARM: shmobile: ape6evm: Conditionally select SMSC_PHY
> >   ARM: shmobile: armadillo800eva: Conditionally select SMSC_PHY
> >   ARM: shmobile: bockw: Sort Kconfig node's selections
> >   ARM: shmobile: bockw: Conditionally select SMSC_PHY
> >   ARM: shmobile: kzm9d: Conditionally select SMSC_PHY
> >   ARM: shmobile: kzm9g: Conditionally select SMSC_PHY
> >   ARM: shmobile: mackerel: Conditionally select SMSC_PHY
> >   ARM: shmobile: marzen: Conditionally select SMSC_PHY
> > 
> >  arch/arm/mach-shmobile/Kconfig | 16 ++++++++++++++--
> >  1 file changed, 14 insertions(+), 2 deletions(-)
> 
> To my surprise I have discovered that the bockw and kzm9g boards
> do not boot using NFS root if SMSC_PHY enabled. I have dropped
> the SMSC_PHY patches for those boards pending investigation.

I have now reverted the marzen patch for the same reason.

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] ARM: shmobile: Conditionally select SMSC_PHY
Date: Thu, 6 Feb 2014 17:56:49 +0900	[thread overview]
Message-ID: <20140206085648.GA26378@verge.net.au> (raw)
In-Reply-To: <20140204064727.GA25513@verge.net.au>

On Tue, Feb 04, 2014 at 03:47:27PM +0900, Simon Horman wrote:
> On Tue, Jan 07, 2014 at 05:48:00PM +0900, Simon Horman wrote:
> > Select the SMSC_PHY if ethernet is enabled on shmbile boards
> > that have an SMSC phy. This allows the SMSC-specific phy driver
> > to be used rather than relying on generic phy code.
> > 
> > Based on the renesas-devel-v3.13-rc7-20140107 tag
> > of my renesas tree.
> > 
> > Simon Horman (8):
> >   ARM: shmobile: ape6evm: Conditionally select SMSC_PHY
> >   ARM: shmobile: armadillo800eva: Conditionally select SMSC_PHY
> >   ARM: shmobile: bockw: Sort Kconfig node's selections
> >   ARM: shmobile: bockw: Conditionally select SMSC_PHY
> >   ARM: shmobile: kzm9d: Conditionally select SMSC_PHY
> >   ARM: shmobile: kzm9g: Conditionally select SMSC_PHY
> >   ARM: shmobile: mackerel: Conditionally select SMSC_PHY
> >   ARM: shmobile: marzen: Conditionally select SMSC_PHY
> > 
> >  arch/arm/mach-shmobile/Kconfig | 16 ++++++++++++++--
> >  1 file changed, 14 insertions(+), 2 deletions(-)
> 
> To my surprise I have discovered that the bockw and kzm9g boards
> do not boot using NFS root if SMSC_PHY enabled. I have dropped
> the SMSC_PHY patches for those boards pending investigation.

I have now reverted the marzen patch for the same reason.

  reply	other threads:[~2014-02-06  8:56 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-07  8:48 [PATCH 0/8] ARM: shmobile: Conditionally select SMSC_PHY Simon Horman
2014-01-07  8:48 ` Simon Horman
2014-01-07  8:48 ` [PATCH 1/8] ARM: shmobile: ape6evm: " Simon Horman
2014-01-07  8:48   ` Simon Horman
2014-01-07  8:48 ` [PATCH 2/8] ARM: shmobile: armadillo800eva: " Simon Horman
2014-01-07  8:48   ` Simon Horman
2014-01-07  8:48 ` [PATCH 3/8] ARM: shmobile: bockw: Sort Kconfig node's selections Simon Horman
2014-01-07  8:48   ` Simon Horman
2014-01-07  8:48 ` [PATCH 4/8] ARM: shmobile: bockw: Conditionally select SMSC_PHY Simon Horman
2014-01-07  8:48   ` Simon Horman
2014-01-07  8:48 ` [PATCH 5/8] ARM: shmobile: kzm9d: " Simon Horman
2014-01-07  8:48   ` Simon Horman
2014-01-07  8:48 ` [PATCH 6/8] ARM: shmobile: kzm9g: " Simon Horman
2014-01-07  8:48   ` Simon Horman
2014-01-07  8:48 ` [PATCH 7/8] ARM: shmobile: mackerel: " Simon Horman
2014-01-07  8:48   ` Simon Horman
2014-01-07  8:48 ` [PATCH 8/8] ARM: shmobile: marzen: " Simon Horman
2014-01-07  8:48   ` Simon Horman
2014-01-09  5:13 ` [PATCH 0/8] ARM: shmobile: " Simon Horman
2014-01-09  5:13   ` Simon Horman
2014-01-09 11:15   ` Arnd Bergmann
2014-01-09 11:15     ` Arnd Bergmann
2014-01-10  0:54     ` Simon Horman
2014-01-10  0:54       ` Simon Horman
2014-01-10 19:02       ` Arnd Bergmann
2014-01-10 19:02         ` Arnd Bergmann
2014-02-04  6:47 ` Simon Horman
2014-02-04  6:47   ` Simon Horman
2014-02-06  8:56   ` Simon Horman [this message]
2014-02-06  8:56     ` Simon Horman

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=20140206085648.GA26378@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.