Message ID | 20200925144421.7811-1-ioana.ciornei@nxp.com |
---|---|
Headers | show |
Series | dpaa2-eth: small updates | expand |
On Fri, Sep 25, 2020 at 05:44:19PM +0300, Ioana Ciornei wrote: > There is no need to check if both the MDIO controller node and its > child node, the PCS device, are available since there is no chance that > the child node would be enabled when the parent it's not. > > Suggested-by: Andrew Lunn <andrew@lunn.ch> > Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
From: Ioana Ciornei <ioana.ciornei@nxp.com> Date: Fri, 25 Sep 2020 17:44:18 +0300 > 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. Series applied.