Merge branch 'dpaa2-eth-small-updates'
authorDavid S. Miller <davem@davemloft.net>
Sat, 26 Sep 2020 00:10:27 +0000 (17:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Sep 2020 00:10:27 +0000 (17:10 -0700)
commit9b69e5ebe656f12f650380edaa96eb11b10aa1a3
tree8a4cf47435025b1071554000f94e91b44d6bafb5
parentbd0b68a8abf1eb523c0e2a59d0d2f162f9fc3ac1
parent5e29c16f3a327fb0f4e887a73588ae12e5e8b069
Merge branch 'dpaa2-eth-small-updates'

Ioana Ciornei says:

====================
dpaa2-eth: small updates

This patch set is just a collection of small updates to the dpaa2-eth
driver.

First, we only need to check the availability of the DTS child node, not
both child and parent node. Then remove a call to
dpaa2_eth_link_state_update() which is now just a leftover and it's not
useful in how are things working now in the PHY integration. Lastly,
modify how the driver is behaving when the the flow steering table is
used between all the traffic classes.
====================

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