Merge branch 'ftgmac100-rework-batch-1-Link-and-Interrupts'
commit540c86f3ed3dd173c1dfcd95214e4401ef565ba7
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Apr 2017 19:38:05 +0000 (6 12:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Apr 2017 19:39:07 +0000 (6 12:39 -0700)
tree924f2f6ac3a9970c9f5bd07e8bea68444c0d223c
parentbb54be589c7a8451a0504924703abdffeb06b79f
parent10cbd640760991b8563dbe1d94160641fa6287b7
Merge branch 'ftgmac100-rework-batch-1-Link-and-Interrupts'

Benjamin Herrenschmidt says:

====================
ftgmac100: Rework batch 1 - Link & Interrupts

This is version 2 of the first batch of updates to the
ftgmac100 driver.

Essentially:

 - A few misc cleanups
 - Fixing link speed & duplex handling (including dealing with
   an Aspeed requirement to double reset the controller when
   the speed changes)
 - And addition of a reset task workqueue which will be used
   for delaying the re-initialization of the controller
 - Fixing a number of issues with how interrupts and NAPI
   are dealt with.

Subsequent batches will rework and improve the rx path, the
tx path, and add a bunch of features and fixes.

Version 2 addresses some review comments to patches 5 and 10
(see version history in the respective emails).
====================

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>