Merge branch 'gianfar'
authorDavid S. Miller <davem@davemloft.net>
Tue, 18 Feb 2014 20:32:51 +0000 (15:32 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Feb 2014 20:32:51 +0000 (15:32 -0500)
commit81206ebcbb7c3656b8d2ece3e49e444d9ff646c3
treea92907a1923cdce54573d29abcab62c03d097c9a
parentc85fde8336ec6c062d65a5c1bca2ca78028111ae
parent7cca336ae1b27909526987e076388a388f668fe0
Merge branch 'gianfar'

Claudiu Manoil says:

====================
gianfar: Device configuration fixes

This patchset represents the first part of an effort
to solve some old device configuration issues in gianfar,
especially run-time reset and re-configuration problems.
I'm referring to "on-the-fly" configuration of registers
against HW specification, concurrency issues during device
reset / re-configuration operations, and implementing HW
advisories for these operations.

There's also a good deal of code cleanup and refactoring,
and some other (minor) fixes as well.

v2: Remove sysfs stubs w/o replacing them with module
    params (patch 2).
====================

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