On Wed, Nov 16, 2016 at 03:29:25PM +0000, Lorenzo Pieralisi wrote: > Current ARM SMMU driver rely on the struct device.of_node pointer for > device look-up and iommu_ops retrieval. > > In preparation for ACPI probing enablement, convert the driver to use > the struct device.fwnode member for device and iommu_ops look-up so that > the driver infrastructure can be used also on systems that do not > associate an of_node pointer to a struct device (eg ACPI), making the > device look-up and iommu_ops retrieval firmware agnostic. > > Signed-off-by: Lorenzo Pieralisi <[email protected]> > Reviewed-by: Robin Murphy <[email protected]> > Reviewed-by: Tomasz Nowicki <[email protected]> > Tested-by: Hanjun Guo <[email protected]> > Tested-by: Tomasz Nowicki <[email protected]> > Cc: Will Deacon <[email protected]> > Cc: Hanjun Guo <[email protected]> > Cc: Robin Murphy <[email protected]> > --- > drivers/iommu/arm-smmu.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-)
Acked-by: Will Deacon <[email protected]> Will

