WIP: driver core: Check for device link suppliers after dma_configure
Device link between the iommu (supplier) and masters (like MDP as consumer) are set up only during the consumer's probe path in dma_configure(). device_link_check_suppliers sets the status of the consumer before driver_bound checks fof the link status. So, the device link has to be created before check_suppliers is called. Signed-off-by:Archit Taneja <architt@codeaurora.org> Signed-off-by:
Srichran R <sricharan@codeaurora.org>
Loading
Please sign in to comment