iommu/of: make of_pci_map_rid() available for other devices too
authorNipun Gupta <nipun.gupta@nxp.com>
Mon, 10 Sep 2018 13:49:16 +0000 (19:19 +0530)
committerJoerg Roedel <jroedel@suse.de>
Tue, 25 Sep 2018 07:47:52 +0000 (09:47 +0200)
commit2a6db719c92dbfe43c9eea7e4358ea2e51b5004e
tree4c685a9457b305ca4ce8f620e85c0a34de97ca0c
parentc9d8d661ece808f987e606d73d57e3bd6849ac6a
iommu/of: make of_pci_map_rid() available for other devices too

iommu-map property is also used by devices with fsl-mc. This
patch moves the of_pci_map_rid to generic location, so that it
can be used by other busses too.

'of_pci_map_rid' is renamed here to 'of_map_rid' and there is no
functional change done in the API.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/of_iommu.c
drivers/of/base.c
drivers/of/irq.c
drivers/pci/of.c
include/linux/of.h
include/linux/of_pci.h