]> git.baikalelectronics.ru Git - kernel.git/commit
soc: fsl: bman_portals: defer probe after bman's probe
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Wed, 26 Sep 2018 13:22:32 +0000 (16:22 +0300)
committerLi Yang <leoyang.li@nxp.com>
Fri, 5 Oct 2018 19:01:46 +0000 (14:01 -0500)
commit824073a470e29ab82b498c309296a6c56ca667c7
treecc3fe309d2aa7f9360007a92c98ca09a12dac2c8
parentff6a4f263bd1b1450a867ee1973f2e17b937bed3
soc: fsl: bman_portals: defer probe after bman's probe

A crash in bman portal probing could not be triggered (as is the case
with qman portals) but it does make calls [1] into the bman driver so
lets make sure the bman portal probing happens after bman's.

[1]  bman_p_irqsource_add() (in bman) called by:
       init_pcfg() called by:
         bman_portal_probe()

Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/qbman/bman_portal.c