commit | 701d8a624a2d5aa7d7efd38800c7c6ab4a4c453c | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Wed Sep 19 11:12:57 2018 +0100 |
committer | Joerg Roedel <jroedel@suse.de> | Tue Sep 25 14:54:53 2018 +0200 |
tree | b14b7ae29159bde7c621580fd71fcb5914330ce7 | |
parent | 7adb562c3e90f87b0da196c372afe251ad4ec62e [diff] |
iommu: Tidy up window attributes The external interface to get/set window attributes is already abstracted behind iommu_domain_{get,set}_attr(), so there's no real reason for the internal interface to be different. Since we only have one window-based driver anyway, clean up the core code by just moving the DOMAIN_ATTR_WINDOWS handling directly into the PAMU driver. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>