]> 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)
commita0eab194f5d255addd8ddd50a905f5a818e72654
treeeebf8baf7075dd7585dfb756537dd81b1e36de80
parent9513a116a621fe903bf995104fb36ada8a424399
parent996fcd3e9de258eacf9d8eea61f74b66087ae9a6
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>