Re: [PATCH v2 0/8] net/macb: fixes after big driver update
From: David Miller <davem@davemloft.net>
Date: 2015-03-31 20:52:20
Also in:
linux-arm-kernel, lkml
From: David Miller <davem@davemloft.net>
Date: 2015-03-31 20:52:20
Also in:
linux-arm-kernel, lkml
From: Nicolas Ferre <redacted> Date: Tue, 31 Mar 2015 15:01:58 +0200
The recent modifications to the macb driver lead to issues with the probe function code flow. Here are some attempt to fix them. This time, some more issues are fixed related to the clock as reported by Boris Brezillon. The series is written on top of net-next. Changes in v2: - address Cyrille comment about exit condition of queue configuration loop - add fixes for probe sequence related to clocks - add ethtool register dump - fix peripheral version test
Series applied, thanks.