Re: [RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-08-02 Thread Michal Simek
Hi, On 07/31/2015 11:53 PM, Nathan Sullivan wrote: > On Tue, Jul 28, 2015 at 03:34:51AM +, Punnaiah Choudary Kalluri wrote: >> Ok. I will send you updated patch for mdio support soon and we will finalize >> next >> Course of actions if it doesn't break the existing flow. >> >> Thanks, >> Pun

Re: [RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-07-31 Thread Nathan Sullivan
On Tue, Jul 28, 2015 at 03:34:51AM +, Punnaiah Choudary Kalluri wrote: > > Ok. I will send you updated patch for mdio support soon and we will finalize > next > Course of actions if it doesn't break the existing flow. > > Thanks, > Punnaiah When you submit this patch and mdio is seperate f

Re: [RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-07-31 Thread Nathan Sullivan
On Tue, Jul 28, 2015 at 03:34:51AM +, Punnaiah Choudary Kalluri wrote: > Ok. I will send you updated patch for mdio support soon and we will finalize > next > Course of actions if it doesn't break the existing flow. > > Thanks, > Punnaiah Just a heads up, when mdio no longer turns off when

RE: [RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-07-27 Thread Punnaiah Choudary Kalluri
; kpc...@gmail.com; > kalluripunnaiahchoud...@gmail.com; netdev@vger.kernel.org; Punnaiah > Choudary Kalluri > Subject: Re: [RFC PATCH 0/2] net: macb: Add mdio driver for accessing > multiple phy devices > > Le 20/07/2015 15:30, Michal Simek a écrit : > > Hi Nicolas, &

Re: [RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-07-27 Thread Nicolas Ferre
Le 20/07/2015 15:30, Michal Simek a écrit : > Hi Nicolas, > > have you had a time to look at this? Michal, Sorry for the delay. With the insight of Florian and Andrew, I do agree to move to your "Implementation 1" and a separate driver for mdio bus. The only thing that worries me it that the a

Re: [RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-07-20 Thread Andrew Lunn
On Mon, Jul 20, 2015 at 03:30:36PM +0200, Michal Simek wrote: > Hi Nicolas, > > have you had a time to look at this? > > Thanks, > Michal > > On 07/13/2015 06:48 AM, Punnaiah Choudary Kalluri wrote: > > This patch is to add support for the design that has multiple ethernet > > mac controllers an

Re: [RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-07-20 Thread Michal Simek
Hi Nicolas, have you had a time to look at this? Thanks, Michal On 07/13/2015 06:48 AM, Punnaiah Choudary Kalluri wrote: > This patch is to add support for the design that has multiple ethernet > mac controllers and single mdio bus connected to multiple phy devices. > i.e mdio lines are connecte

Re: [RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-07-13 Thread punnaiah choudary kalluri
On Tue, Jul 14, 2015 at 12:13 AM, Florian Fainelli wrote: > On 12/07/15 21:48, Punnaiah Choudary Kalluri wrote: >> This patch is to add support for the design that has multiple ethernet >> mac controllers and single mdio bus connected to multiple phy devices. >> i.e mdio lines are connected to any

Re: [RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-07-13 Thread Florian Fainelli
On 12/07/15 21:48, Punnaiah Choudary Kalluri wrote: > This patch is to add support for the design that has multiple ethernet > mac controllers and single mdio bus connected to multiple phy devices. > i.e mdio lines are connected to any of the ethernet mac controller and > all the phy devices will b

[RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-07-12 Thread Punnaiah Choudary Kalluri
This patch is to add support for the design that has multiple ethernet mac controllers and single mdio bus connected to multiple phy devices. i.e mdio lines are connected to any of the ethernet mac controller and all the phy devices will be accessed using the phy maintenance interface in that mac c

[RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-07-12 Thread Punnaiah Choudary Kalluri
This patch is to add support for the design that has multiple ethernet mac controllers and single mdio bus connected to multiple phy devices. i.e mdio lines are connected to any of the ethernet mac controller and all the phy devices will be accessed using the phy maintenance interface in that mac c