Patch for adding map_sg/unmap_sg to the generic IOMMU API. v2 -> v3: * Updated commit text * Simplifed fallback code and fixed variable types in map_sg function. * Renamed and changed arguments to map and unmap functions v1 -> v2: * Added support for "option" argument to unmap call. This can be used by IOMMU driver implentations to allow clients to signal to the driver not to do TLB invalidate for example. * Added fallback in case iommu_{map,unmap}_range is called for an IOMMU driver that does not have these implemented. * Rebased on top of Joerg's tree. * Split out patch from the rest of the patches. Olav Haugan (1): iommu-api: Add map_sg/unmap_sg functions drivers/iommu/iommu.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ include/linux/iommu.h | 25 +++++++++++++++++++++++++ 2 files changed, 73 insertions(+) -- The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html