iommu/arm-smmu: Add the device_link between masters and smmu
authorSricharan R <sricharan@codeaurora.org>
Tue, 4 Dec 2018 06:22:11 +0000 (11:52 +0530)
committerWill Deacon <will.deacon@arm.com>
Mon, 10 Dec 2018 14:55:59 +0000 (14:55 +0000)
commit655e364374e74a910d87dbe758bad3e4794f659e
tree8924b54fc4ccf4a9f8ed1f73c0334f5bb68476ee
parentd4a44f0750bb9bf7c44c22444a482756b2344a79
iommu/arm-smmu: Add the device_link between masters and smmu

Finally add the device link between the master device and
smmu, so that the smmu gets runtime enabled/disabled only when the
master needs it. This is done from add_device callback which gets
called once when the master is added to the smmu.

Signed-off-by: Sricharan R <sricharan@codeaurora.org>
Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Reviewed-by: Tomasz Figa <tfiga@chromium.org>
Tested-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/iommu/arm-smmu.c