drivers/bus: fill driver reference after NXP probing
authorThomas Monjalon <thomas@monjalon.net>
Mon, 24 Sep 2018 23:55:28 +0000 (01:55 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 27 Sep 2018 12:43:47 +0000 (14:43 +0200)
commit04664e5c834692e39f72a13121465211fa64e88c
treea66d2efa5d41cc9b8811db20654b93400ac51a93
parent2ed055c5e32a39f5064639641f491e8a6839fe2d
drivers/bus: fill driver reference after NXP probing

The probing functions of NXP buses were missing to set
the driver used for successfully probing a device.

The NXP driver and the generic rte_driver are now set
in the device structures.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
drivers/bus/dpaa/dpaa_bus.c
drivers/bus/fslmc/fslmc_bus.c