]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit238ce658eeb77efa4e419bdcb9512f36fc42be0e
tree8a4cf47435025b1071554000f94e91b44d6bafb5
parent23cae65538fdd203cf17e1b61518029c6319d9e1
parent05d953b4f67f1ec0e71452c2f3e2d4d5595dc77e
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>