RE: [PATCH 0/3] net: fec: Reset ethernet PHY whenever the enet_out clock

2015-11-30 Thread Duan Andy
r.kernel.org; > netdev@vger.kernel.org; Jeff Kirsher; Uwe Kleine-K?nig > Subject: Re: [PATCH 0/3] net: fec: Reset ethernet PHY whenever the > enet_out clock > > Hi, > > > From: Lothar Waßmann Sent: Monday, November > > 30, 2015 7:33 PM > > > To: Andre

Re: [PATCH 0/3] net: fec: Reset ethernet PHY whenever the enet_out clock

2015-11-30 Thread Lothar Waßmann
uer; Stefan Agner; linux- > > ker...@vger.kernel.org; netdev@vger.kernel.org; Jeff Kirsher; Uwe Kleine- > > König > > Subject: [PATCH 0/3] net: fec: Reset ethernet PHY whenever the enet_out > > clock > > > > This patchset fixes a regression introduced by commit

RE: [PATCH 0/3] net: fec: Reset ethernet PHY whenever the enet_out clock

2015-11-30 Thread Duan Andy
ux- > ker...@vger.kernel.org; netdev@vger.kernel.org; Jeff Kirsher; Uwe Kleine- > König > Subject: [PATCH 0/3] net: fec: Reset ethernet PHY whenever the enet_out > clock > > This patchset fixes a regression introduced by commit 8fff755e9f8d ("net: > fec: Ensure clocks are enabled

[PATCH 0/3] net: fec: Reset ethernet PHY whenever the enet_out clock

2015-11-30 Thread Lothar Waßmann
This patchset fixes a regression introduced by commit 8fff755e9f8d ("net: fec: Ensure clocks are enabled while using mdio bus") for ethernet PHYs that are using ENET_OUT as reference clock (on i.MX6 or i.MX28) The first patch is a cleanup patch that removes redundant NULL checks. The second patch