]> Pileus Git - ~andy/linux/commit
Merge branch 'stmmac'
authorDavid S. Miller <davem@davemloft.net>
Tue, 11 Mar 2014 20:15:29 +0000 (16:15 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Mar 2014 20:15:29 +0000 (16:15 -0400)
commit9d79b3c7aae582df9eebcea8797c41cd5d5fc39c
treee9fb63376f0a9993728f1e38b9fd7a9dc7a9faa8
parentd25f06ea466ea521b563b76661180b4e44714ae6
parentc5e9103dc397114523c65bd24ff0548bcdca54b4
Merge branch 'stmmac'

Giuseppe Cavallaro says:

====================
stmmac fixes: EEE and chained mode

These patches are to fix some new problems in the STMMAC driver.

Mandatory changes are for EEE that needs to be disabled if not supported
and for the chain mode that is broken and the kernel panics if this mode
is enabled.

v3: removed a patch from my previous set that touched the stmmac_tx path
    that has not to be applied. Other patches for cleaning-up will be
    sent on top of net-next git repo.

v4: do not surround the defaul buffer selection using Koption and adopt
    a default to 1536bytes.
====================

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