Merge branch 'altera_tse'
authorDavid S. Miller <davem@davemloft.net>
Sat, 26 Apr 2014 16:27:14 +0000 (12:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Apr 2014 16:27:14 +0000 (12:27 -0400)
commit2b24f192bb01c09c274fc5c963ea688c6d166589
treeeebf8baf7075dd7585dfb756537dd81b1e36de80
parentc2163260ea5b6f453b8f940709e40e9cf33255d0
parent99514e116c2e297e03a1434eb7e9f4e8fd2a492b
Merge branch 'altera_tse'

Vince Bridgers says:

====================
This series of patches addresses a handful of issues found in testing
and reported by users of the Altera Triple Speed Ethernet soft IP.

The patches address the following issues (in summary)

1) The SGDMA soft IP was found to incorrectly process receive packets
   when the target physical address of the receive buffer was on
   a boundary that's not 32-bit aligned. One of the patches addresses
   this issue.
2) The pause quanta was not being set by the driver, one patch of this
   series sets the pause quanta to the IEEE defined default value
   since the hardware reset value is 0.
3) An issue in a error recovery path of the probe routine caused a
   kernel panic in the event a phy was probed and could not be found.
   A patch addresses this issue.
4) A change was made to the driver name for Ethtool support, and
   comments added to support an addition to Ethtool to support
   the Altera Triple Speed Ethernet controller.
====================

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