Re: [PATCH v1 1/2] net: emac: fix reset timeout with AR8035 phy

2017-06-05 Thread kbuild test robot
Hi Christian, [auto build test ERROR on net-next/master] [also build test ERROR on v4.12-rc4 next-20170605] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Christian-Lamparter/net-emac-fix-reset-

Re: [PATCH v1 1/2] net: emac: fix reset timeout with AR8035 phy

2017-06-05 Thread David Miller
From: Andrew Lunn Date: Mon, 5 Jun 2017 23:48:57 +0200 > On Mon, Jun 05, 2017 at 11:44:46PM +0200, Christian Lamparter wrote: >> On Monday, June 5, 2017 11:26:17 PM CEST Andrew Lunn wrote: >> > > In order to stay compatible with existing configurations, the >> > > driver will try the normal reset

Re: [PATCH v1 1/2] net: emac: fix reset timeout with AR8035 phy

2017-06-05 Thread Andrew Lunn
On Mon, Jun 05, 2017 at 11:44:46PM +0200, Christian Lamparter wrote: > On Monday, June 5, 2017 11:26:17 PM CEST Andrew Lunn wrote: > > > In order to stay compatible with existing configurations, the > > > driver will try the normal reset first and only falls back to > > > to the internal clock, aft

Re: [PATCH v1 1/2] net: emac: fix reset timeout with AR8035 phy

2017-06-05 Thread Christian Lamparter
On Monday, June 5, 2017 11:26:17 PM CEST Andrew Lunn wrote: > > In order to stay compatible with existing configurations, the > > driver will try the normal reset first and only falls back to > > to the internal clock, after the first reset fails. If the > > second reset fails as well, it will give

Re: [PATCH v1 1/2] net: emac: fix reset timeout with AR8035 phy

2017-06-05 Thread Andrew Lunn
> In order to stay compatible with existing configurations, the > driver will try the normal reset first and only falls back to > to the internal clock, after the first reset fails. If the > second reset fails as well, it will give up as before. Hi Christian This gets things probed correctly. But

[PATCH v1 1/2] net: emac: fix reset timeout with AR8035 phy

2017-06-05 Thread Christian Lamparter
This patch fixes a problem where the AR8035 PHY can't be detected on an Cisco Meraki MR24, if the ethernet cable is not connected on boot. Russell Senior provided steps to reproduce the issue: |Disconnect ethernet cable, apply power, wait until device has booted, |plug in ethernet, check for inter