Merge branch 'Qualcomm-ethqos'
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Jan 2019 03:38:00 +0000 (19:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jan 2019 03:38:00 +0000 (19:38 -0800)
commit56431e38efe971591180cd7af7c28ac4b970de5c
tree948f2d8360d9d326b0295108ba3154ae31d986c7
parentd6228b7cdd6e790e6c21a844b9b3ab35d01a1974
parent5ecdd77c61c8fe1d75ded538701e5e854963c890
Merge branch 'Qualcomm-ethqos'

Vinod Koul says:

====================
net: Add support for Qualcomm ethqos

Some Qualcomm SoCs sport a ethqos controller which use DW ip, so add
the glue driver which uses stmmac driver along with DT bindings for
this device.

This controller supports rgmii mode and doesn't work with existing
phy drivers as they do not remove the phy delay delay in this mode,
so fix the two phy drivers tested with this.

Changes in v3:
 - Add description in DT and rename the file and compatible as suggested by
   Rob
 - Update changelog for QCA8K driver
 - Update AT803x phy disable delay for all RGMxx modes

Changes in v2:
 - Fix the example in dt-binding
 - Remove DT property for disable the delay and disable delay for RGMII mode
   in AT803x and QCA8K PHY drivers
====================

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