]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dwc_eth_qos'
authorDavid S. Miller <davem@davemloft.net>
Wed, 2 Mar 2016 19:57:16 +0000 (14:57 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Mar 2016 19:57:16 +0000 (14:57 -0500)
commit62115bf0e887c123a4ba21bce45bf3fa4fec7d13
tree78358e05f119d0b5b0859e55c4c1ed1bc608c580
parent89bd94044016e19d9455ef2d4440e3f7acfc2ef9
parent754ede6ae89120c56ef69a529ac9662841c0c8cc
Merge branch 'dwc_eth_qos'

Lars Persson says:

====================
dwc_eth_qos: stability fixes and support for CMA

This series has bug fixes for the dwc_eth_qos ethernet driver.

Mainly two stability fixes for problems found by Rabin Vincent:
- Successive starts and stops of the interface would trigger a DMA reset timeout.
- A race condition in the TX DMA handling could trigger a netdev watchdog
 timeout.

The memory allocation was improved to support use of the CMA as DMA allocator
backend.
====================

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