]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'macb-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 20:51:18 +0000 (16:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 20:51:18 +0000 (16:51 -0400)
commita50b0fcc657a2a85b1af250fab5eef9e44c53e80
treea06086daa74ba9a7288c925390f04058faf28095
parent3d0b5b876a40c76842e7cfa2d4ee030f0c90c060
parent2458dd263e802e33ef955362f8b7008427c3d50f
Merge branch 'macb-next'

Nicolas Ferre says:

====================
net/macb: fixes after big driver update

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>