]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dpaa2-eth-misc-cleanup'
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2019 14:08:09 +0000 (10:08 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2019 14:08:09 +0000 (10:08 -0400)
commit339f7c4db57bc24f5114e8b785f8ab1d0a4f8b5f
tree52dccd870803855a4b530a6a7eb778bb97584ad3
parenta16a2620d45d1da07b68c4038e1f160ad7864c90
parent4f506f35b1caea3dce397bf02bcf6bbd0b9b9019
Merge branch 'dpaa2-eth-misc-cleanup'

Ioana Ciornei says:

====================
dpaa2-eth: misc cleanup

This patch set consists of some cleanup patches ranging from removing dead
code to fixing a minor issue in ethtool stats. Also, unbounded while loops
are removed from the driver by adding a maximum number of retries for DPIO
portal commands.

Changes in v2:
 - return -ETIMEDOUT where possible if the number of retries is hit
====================

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