Re: [PATCH net-next] net: phy: fixed_phy: Fix fixed_phy not checking GPIO

2019-02-06 Thread Andrew Lunn
On Wed, Feb 06, 2019 at 10:10:40AM -0800, Moritz Fischer wrote: > Fix fixed_phy not checking GPIO if no link_update callback > is registered. > > Signed-off-by: Moritz Fischer Fixes: a5597008dbc2 ("phy: fixed_phy: Add gpio to determine link up/down.") Reviewed-by: Andrew Lunn Andrew

Re: [PATCH net-next] net: phy: fixed_phy: Fix fixed_phy not checking GPIO

2019-02-06 Thread Andrew Lunn
On Wed, Feb 06, 2019 at 10:10:40AM -0800, Moritz Fischer wrote: > Fix fixed_phy not checking GPIO if no link_update callback > is registered. > > Signed-off-by: Moritz Fischer > --- > > Hi all, > > I've been trying to figure out where exactly this broke, > it must've been somewhere when the fil

Re: [PATCH net-next] net: phy: fixed_phy: Fix fixed_phy not checking GPIO

2019-02-06 Thread Moritz Fischer
Hi Andrew, On Wed, Feb 06, 2019 at 10:59:05PM +0100, Andrew Lunn wrote: > On Wed, Feb 06, 2019 at 10:10:40AM -0800, Moritz Fischer wrote: > > Fix fixed_phy not checking GPIO if no link_update callback > > is registered. > > > > Signed-off-by: Moritz Fischer > > --- > > > > Hi all, > > > > I've

Re: [PATCH net-next] net: phy: fixed_phy: Fix fixed_phy not checking GPIO

2019-02-06 Thread Andrew Lunn
On Wed, Feb 06, 2019 at 10:10:40AM -0800, Moritz Fischer wrote: > Fix fixed_phy not checking GPIO if no link_update callback > is registered. > > Signed-off-by: Moritz Fischer > --- > > Hi all, > > I've been trying to figure out where exactly this broke, > it must've been somewhere when the fil