]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stmmac-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Feb 2017 20:11:28 +0000 (15:11 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Feb 2017 20:11:28 +0000 (15:11 -0500)
commitfbc716f5ec94424f73e6cf876f8997c38671064e
tree672a24efe91c8221d9c246f97a209047f46b2bb7
parent47d636c79d2d977635c27c0255a9d23f0c401306
parent01e807c01ea96b52a94b762b20f91fd2bdeddba8
Merge branch 'stmmac-cleanups'

Corentin Labbe says:

====================
net: stmmac: misc fix

I am currently working on dwmac-sun8i glue driver for Allwinner H3/A83T/A64.
This series is the result of all minor problem found in the stmmac driver.

All patch are tested on cubieboard2 via dwmac-sunxi and on pine64/orangepis via dwmac-sun8i.

Changes since v1:
- Removed netdev_dbg() in "net: stmmac: print phy information"
- Removed patch "net: stmmac: Implement NAPI for TX", it will be reworked
- Changed error message in "Correct the error message about invalid speed"
- Added some acked-by
====================

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