]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4baeb480934feffa4baf1233288941c96e172de6
treeeebf8baf7075dd7585dfb756537dd81b1e36de80
parent414c0c7121fa3b278d6c1126edd33c7d698b62bb
parent310d74a51d8058f8803fb48b2fd083f950d0c36f
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>