Re: [PATCH v2 net-next 2/2] net: phy: Add MAC-IF driver for Microsemi PHYs.

2016-09-15 Thread Raju Lakkaraju
Hi Andrew, Thank you for review the code. I accepted all your review comments. I will send the update patch for review again. Thanks, Raju. On Fri, Sep 09, 2016 at 02:03:46PM +0200, Andrew Lunn wrote: > EXTERNAL EMAIL > > > On Fri, Sep 09, 2016 at 11:23:52AM +0530, Raju Lakkaraju wrote: > > Hi

Re: [PATCH v2 net-next 2/2] net: phy: Add MAC-IF driver for Microsemi PHYs.

2016-09-09 Thread Andrew Lunn
On Fri, Sep 09, 2016 at 11:23:52AM +0530, Raju Lakkaraju wrote: > Hi Andrew, > > Thank you for review the code and valuable comments. > > On Thu, Sep 08, 2016 at 03:27:27PM +0200, Andrew Lunn wrote: > > EXTERNAL EMAIL > > > > > > On Thu, Sep 08, 2016 at 02:47:22PM +0530, Raju Lakkaraju wrote: >

Re: [PATCH v2 net-next 2/2] net: phy: Add MAC-IF driver for Microsemi PHYs.

2016-09-08 Thread Raju Lakkaraju
Hi Andrew, Thank you for review the code and valuable comments. On Thu, Sep 08, 2016 at 03:27:27PM +0200, Andrew Lunn wrote: > EXTERNAL EMAIL > > > On Thu, Sep 08, 2016 at 02:47:22PM +0530, Raju Lakkaraju wrote: > > From: Raju Lakkaraju > > > > Used Device Tree to configure the MAC Interface a

Re: [PATCH v2 net-next 2/2] net: phy: Add MAC-IF driver for Microsemi PHYs.

2016-09-08 Thread Andrew Lunn
On Thu, Sep 08, 2016 at 02:47:22PM +0530, Raju Lakkaraju wrote: > From: Raju Lakkaraju > > Used Device Tree to configure the MAC Interface as per review comments and > re-sending code for review I don't see anything about device tree in this patch... > > Signed-off-by: Raju Lakkaraju > --- >

[PATCH v2 net-next 2/2] net: phy: Add MAC-IF driver for Microsemi PHYs.

2016-09-08 Thread Raju Lakkaraju
From: Raju Lakkaraju Used Device Tree to configure the MAC Interface as per review comments and re-sending code for review Signed-off-by: Raju Lakkaraju --- drivers/net/phy/mscc.c | 60 ++ 1 file changed, 60 insertions(+) diff --git a/drivers/ne