IOMMU Fixes for Linux v4.14-rc2

Including:

	* A comment fix for 'struct iommu_ops'

	* Format string fixes for AMD IOMMU, unfortunatly I missed that
	  during review.

	* Limit mediatek physical addresses to 32 bit for v7s to fix a
	  warning triggered in io-page-table code.

	* Fix dma-sync in io-pgtable-arm-v7s code
iommu: Fix comment for iommu_ops.map_sg

The definition of map_sg was split during a recent addition to iommu_ops.
Put it back together.

Fixes: add02cfdc9bc ("iommu: Introduce Interface for IOMMU TLB Flushing")
Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 file changed