bus: mhi: core: Fix device hierarchy
authorLoic Poulain <loic.poulain@linaro.org>
Wed, 25 Nov 2020 13:24:49 +0000 (14:24 +0100)
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Sat, 28 Nov 2020 06:30:49 +0000 (12:00 +0530)
commit10ea8bcda5ae5463889e15dfc98aa2a73270ea58
treeac90e1ceef7da9e9f8930468d2325b5670337fdc
parent206e7383b34316cf56cdde96eab9d97e9a1dbd70
bus: mhi: core: Fix device hierarchy

This patch fixes the hierarchical structure of MHI devices. Indeed,
MHI client devices are directly 'enumerated' from the mhi controller
and therefore must be direct descendants/children of their mhi
controller device, in accordance with the Linux Device Model.

Today both MHI clients and controller devices are at the same level,
this patch ensures that MHI controller is parent of its client devices.

The hierarchy is especially important for power management (safe
suspend/resume order). It is also useful for userspace to determine
relationship between MHI client devices and controllers.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Hemant Kumar <hemantk@codeaurora.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
drivers/bus/mhi/core/debugfs.c
drivers/bus/mhi/core/init.c
drivers/bus/mhi/core/pm.c