Re: [PATCH v3] net: phy: smsc: Fix disabling energy detect mode

2016-01-21 Thread David Miller
From: Teresa Remmet 
Date: Wed, 20 Jan 2016 13:40:35 +0100

> When the lan87xx_read_status function is getting called the
> energy detect mode is enabled again even if it has been
> disabled by device tree.
> 
> Added private struct to check the energy detect status.
> 
> Signed-off-by: Teresa Remmet 

Applied, thanks.


Re: [PATCH v3] net: phy: smsc: Fix disabling energy detect mode

2016-01-21 Thread Teresa Remmet
Hello Andrew,

Am Mittwoch, den 20.01.2016, 15:21 +0100 schrieb Andrew Lunn:
> On Wed, Jan 20, 2016 at 01:40:35PM +0100, Teresa Remmet wrote:
> > When the lan87xx_read_status function is getting called the
> > energy detect mode is enabled again even if it has been
> > disabled by device tree.
> > 
> > Added private struct to check the energy detect status.
> > 
> > Signed-off-by: Teresa Remmet 
> 
> Hi Teresa
> 
> Looks a lot better now.
> 
> Reviewd-by: Andrew Lunn 

thank you for taking the time to review the patch.

Regards,
Teresa

> 
> Thanks
>   Andrew




Re: [PATCH v3] net: phy: smsc: Fix disabling energy detect mode

2016-01-21 Thread Teresa Remmet
Hello Andrew,

Am Mittwoch, den 20.01.2016, 15:21 +0100 schrieb Andrew Lunn:
> On Wed, Jan 20, 2016 at 01:40:35PM +0100, Teresa Remmet wrote:
> > When the lan87xx_read_status function is getting called the
> > energy detect mode is enabled again even if it has been
> > disabled by device tree.
> > 
> > Added private struct to check the energy detect status.
> > 
> > Signed-off-by: Teresa Remmet 
> 
> Hi Teresa
> 
> Looks a lot better now.
> 
> Reviewd-by: Andrew Lunn 

thank you for taking the time to review the patch.

Regards,
Teresa

> 
> Thanks
>   Andrew




Re: [PATCH v3] net: phy: smsc: Fix disabling energy detect mode

2016-01-21 Thread David Miller
From: Teresa Remmet 
Date: Wed, 20 Jan 2016 13:40:35 +0100

> When the lan87xx_read_status function is getting called the
> energy detect mode is enabled again even if it has been
> disabled by device tree.
> 
> Added private struct to check the energy detect status.
> 
> Signed-off-by: Teresa Remmet 

Applied, thanks.