Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1613025 > unrolled thread

Re: [PATCH 0/2] ARM: am335x-icev2: Add ethernet support

Started byRoger Quadros <rogerq@ti.com>
First post2017-03-30 14:40 +0200
Last post2017-04-05 10:40 +0200
Articles 4 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 0/2] ARM: am335x-icev2: Add ethernet support Roger Quadros <rogerq@ti.com> - 2017-03-30 14:40 +0200
    Re: [PATCH 0/2] ARM: am335x-icev2: Add ethernet support Tony Lindgren <tony@atomide.com> - 2017-04-04 18:10 +0200
      Re: [PATCH 0/2] ARM: am335x-icev2: Add ethernet support David Miller <davem@davemloft.net> - 2017-04-04 19:40 +0200
      Re: [PATCH 0/2] ARM: am335x-icev2: Add ethernet support Roger Quadros <rogerq@ti.com> - 2017-04-05 10:40 +0200

#1613025 — Re: [PATCH 0/2] ARM: am335x-icev2: Add ethernet support

FromRoger Quadros <rogerq@ti.com>
Date2017-03-30 14:40 +0200
SubjectRe: [PATCH 0/2] ARM: am335x-icev2: Add ethernet support
Message-ID<tqHwS-6oQ-7@gated-at.bofh.it>
Hi Tony & Dave,

On 13/03/17 15:42, Roger Quadros wrote:
> Hi,
> 
> This series adds ethernet support to am335x-icev2 board.
> 
> The ethernet PHYs on the board need an explicit GPIO reset pulse
> to ensure they bootstrap to the correct mode. Without the
> GPIO reset they just don't work.
> 
> cheers,
> -roger

Any comments on this series. Patch 1 is at version 2.

> 
> Roger Quadros (2):
>   net: davinci_mdio: add GPIO reset logic
>   ARM: dts: am335x-icev2: Add CPSW ethernet0 and ethernet1
> 
>  .../devicetree/bindings/net/davinci-mdio.txt       |   2 +
>  arch/arm/boot/dts/am335x-icev2.dts                 | 113 +++++++++++++++++++++
>  drivers/net/ethernet/ti/davinci_mdio.c             |  68 +++++++++++--
>  3 files changed, 175 insertions(+), 8 deletions(-)
> 

cheers,
-roger

[toc] | [next] | [standalone]


#1616168

FromTony Lindgren <tony@atomide.com>
Date2017-04-04 18:10 +0200
Message-ID<tszbR-78Z-39@gated-at.bofh.it>
In reply to#1613025
* Roger Quadros <rogerq@ti.com> [170330 05:37]:
> Hi Tony & Dave,
> 
> On 13/03/17 15:42, Roger Quadros wrote:
> > Hi,
> > 
> > This series adds ethernet support to am335x-icev2 board.
> > 
> > The ethernet PHYs on the board need an explicit GPIO reset pulse
> > to ensure they bootstrap to the correct mode. Without the
> > GPIO reset they just don't work.
> > 
> > cheers,
> > -roger
> 
> Any comments on this series. Patch 1 is at version 2.

I think you meant patch 2/3 is at version2. I've picked
patches 2 and 3 for v4.12 into dt and defconfig branches.

You may need to resend the davinci_mdio.c patch alone
for Dave as he usually won't pick individual patches I
think.

Regards,

Tony

> > Roger Quadros (2):
> >   net: davinci_mdio: add GPIO reset logic
> >   ARM: dts: am335x-icev2: Add CPSW ethernet0 and ethernet1
> > 
> >  .../devicetree/bindings/net/davinci-mdio.txt       |   2 +
> >  arch/arm/boot/dts/am335x-icev2.dts                 | 113 +++++++++++++++++++++
> >  drivers/net/ethernet/ti/davinci_mdio.c             |  68 +++++++++++--
> >  3 files changed, 175 insertions(+), 8 deletions(-)
> > 
> 
> cheers,
> -roger

[toc] | [prev] | [next] | [standalone]


#1616253

FromDavid Miller <davem@davemloft.net>
Date2017-04-04 19:40 +0200
Message-ID<tsAAW-7Yu-19@gated-at.bofh.it>
In reply to#1616168
From: Tony Lindgren <tony@atomide.com>
Date: Tue, 4 Apr 2017 09:01:06 -0700

> You may need to resend the davinci_mdio.c patch alone
> for Dave as he usually won't pick individual patches I
> think.

Correct.

[toc] | [prev] | [next] | [standalone]


#1616691

FromRoger Quadros <rogerq@ti.com>
Date2017-04-05 10:40 +0200
Message-ID<tsODT-f3-9@gated-at.bofh.it>
In reply to#1616168
On 04/04/17 19:01, Tony Lindgren wrote:
> * Roger Quadros <rogerq@ti.com> [170330 05:37]:
>> Hi Tony & Dave,
>>
>> On 13/03/17 15:42, Roger Quadros wrote:
>>> Hi,
>>>
>>> This series adds ethernet support to am335x-icev2 board.
>>>
>>> The ethernet PHYs on the board need an explicit GPIO reset pulse
>>> to ensure they bootstrap to the correct mode. Without the
>>> GPIO reset they just don't work.
>>>
>>> cheers,
>>> -roger
>>
>> Any comments on this series. Patch 1 is at version 2.
> 
> I think you meant patch 2/3 is at version2. I've picked
> patches 2 and 3 for v4.12 into dt and defconfig branches.

Thanks Tony.

> 
> You may need to resend the davinci_mdio.c patch alone
> for Dave as he usually won't pick individual patches I
> think.

OK, I'll send that one separately.

cheers,
-roger

> 
> Regards,
> 
> Tony
> 
>>> Roger Quadros (2):
>>>   net: davinci_mdio: add GPIO reset logic
>>>   ARM: dts: am335x-icev2: Add CPSW ethernet0 and ethernet1
>>>
>>>  .../devicetree/bindings/net/davinci-mdio.txt       |   2 +
>>>  arch/arm/boot/dts/am335x-icev2.dts                 | 113 +++++++++++++++++++++
>>>  drivers/net/ethernet/ti/davinci_mdio.c             |  68 +++++++++++--
>>>  3 files changed, 175 insertions(+), 8 deletions(-)
>>>
>>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web