On 13-07-18, 16:36, Srinivas Kandagatla wrote: > During discussion regarding card re-binding when components unregister > and register back at https://lkml.org/lkml/2018/7/9/785 it was suggested > that component framework can be added into core to provide this feature. > > With this new changes the card will re-bind once the dependent component > re-registers after unregistering. This works based on the match done > from component name using component framework. > > I have tested this patch with qdsp start-stop and module-load-unload usecase > for more than 10000 times in loop on Qcom platforms.
> 6 files changed, 89 insertions(+), 156 deletions(-) Looks good to me with a nice diff stat. FWIW: Reviewed-by: Vinod Koul <vk...@kernel.org> -- ~Vinod