]> git.dujemihanovic.xyz Git - u-boot.git/commit
iommu: add a connect op
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 11 Dec 2023 18:41:41 +0000 (18:41 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 16:59:49 +0000 (11:59 -0500)
commit76c53dad6b5dc94e4c43069882b2708853c284c0
treef9ef0304d6bd59d54ca9b49c735c269cfe6d8b7c
parente96ecbe71925f31ee43d353ceabe5b2c53df512f
iommu: add a connect op

Add an optional iommu callback to be invoked before a device probes.
This can be used to configure the IOMMU in preparation for the device
(e.g. by allocating a context bank)

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/iommu/iommu-uclass.c
include/iommu.h