]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9dff27084fc301504a043c264f0c4d27789678e1
treea92907a1923cdce54573d29abcab62c03d097c9a
parent9ad17f7ec879ca19f58823b1afb888b32f148e33
parent4f785d127af7a2019be2f436b3a7f7ece371bc25
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>