From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751438AbcBHFZw (ORCPT ); Mon, 8 Feb 2016 00:25:52 -0500 Received: from 5520-maca-inet1-outside.broadcom.com ([216.31.211.11]:46036 "EHLO mail-irv-18.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750792AbcBHFZu (ORCPT ); Mon, 8 Feb 2016 00:25:50 -0500 X-Greylist: delayed 495 seconds by postgrey-1.27 at vger.kernel.org; Mon, 08 Feb 2016 00:25:49 EST From: Anup Patel To: Catalin Marinas , Joerg Roedel , Will Deacon , Robin Murphy , Sricharan R , Linux IOMMU , Linux ARM Kernel Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Device Tree , Ray Jui , Scott Branden , Vikram Prakash , Linux Kernel , BCM Kernel Feedback , Anup Patel Subject: [PATCH v2 0/4] iommu/arm-smmu: misc fixes for SMMUv1/SMMUv2 Date: Mon, 8 Feb 2016 10:47:28 +0530 Message-Id: <1454908652-15317-1-git-send-email-anup.patel@broadcom.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The intention behind this patchset is to allow usage of IOMMU based DMA mappings for 32bit devices. It is based on '4.5-rc3' tag of linux mainline tree and Robin's SMMU patchset "[PATCH 0/4] Miscellaneous ARM SMMU patches". This patchset and its dependent patches are available in smmu_v2 branch of https://github.com/Broadcom/arm64-linux.git All patches have been tested on Broadcom SoCs having SMMU-500. Anup Patel (3): iommu/arm-smmu: Invoke DT probe from arm_smmu_of_setup() of: iommu: Increment DT node refcount in of_iommu_set_ops() iommu/arm-smmu: Add stub of_xlate() operation in SMMUv1/SMMUv2 driver Sricharan R (1): iommu/arm-smmu: Init driver using IOMMU_OF_DECLARE drivers/iommu/arm-smmu.c | 52 ++++++++++++++++++++++++++++++++++++------------ drivers/iommu/of_iommu.c | 1 + 2 files changed, 40 insertions(+), 13 deletions(-) -- 1.9.1