commit | 5537b32985767632f0cba17706c2beb6ee76c089 | [log] [tgz] |
---|---|---|
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | Wed Oct 23 12:08:41 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 24 15:21:57 2019 -0700 |
tree | 069993570e84e8010d75a6e2a375f0ef9cfca6d0 | |
parent | 9b56beed1e8adc6b7b142bed5cf89531b9cf4a91 [diff] |
dpaa_eth: defer probing after qbman If the DPAA 1 Ethernet driver gets probed before the QBMan driver it will cause a boot crash. Add predictability in the probing order by deferring the Ethernet driver probe after QBMan and portals by using the recently introduced QBMan APIs. Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>