commit | 01da21e5624f9e880e6983273091cc9b68a925d9 | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm+renesas@opensource.se> | Mon Jul 17 22:05:10 2017 +0900 |
committer | Joerg Roedel <jroedel@suse.de> | Wed Jul 26 12:45:55 2017 +0200 |
tree | 1026b53623a7734c077a7645ce55de77123d9b7f | |
parent | 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9 [diff] |
iommu/ipmmu-vmsa: Use iommu_device_register()/unregister() Extend the driver to make use of iommu_device_register()/unregister() functions together with iommu_device_set_ops() and iommu_set_fwnode(). These used to be part of the earlier posted 64-bit ARM (r8a7795) series but it turns out that these days they are required on 32-bit ARM as well. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Joerg Roedel <jroedel@suse.de>