Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1328769

[PATCH v2 0/4] iommu/arm-smmu: misc fixes for SMMUv1/SMMUv2

From Anup Patel <anup.patel@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/4] iommu/arm-smmu: misc fixes for SMMUv1/SMMUv2
Date 2016-02-08 06:30 +0100
Message-ID <qZMyC-C9-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] iommu/arm-smmu: misc fixes for SMMUv1/SMMUv2 Anup Patel <anup.patel@broadcom.com> - 2016-02-08 06:30 +0100
  [PATCH v2 2/4] iommu/arm-smmu: Invoke DT probe from arm_smmu_of_setup() Anup Patel <anup.patel@broadcom.com> - 2016-02-08 06:30 +0100
  [PATCH v2 1/4] iommu/arm-smmu: Init driver using IOMMU_OF_DECLARE Anup Patel <anup.patel@broadcom.com> - 2016-02-08 06:30 +0100
  [PATCH v2 4/4] iommu/arm-smmu: Add stub of_xlate() operation in SMMUv1/SMMUv2 driver Anup Patel <anup.patel@broadcom.com> - 2016-02-08 06:30 +0100
    Re: [PATCH v2 4/4] iommu/arm-smmu: Add stub of_xlate() operation in  SMMUv1/SMMUv2 driver Mark Rutland <mark.rutland@arm.com> - 2016-02-08 12:20 +0100
      Re: [PATCH v2 4/4] iommu/arm-smmu: Add stub of_xlate() operation in  SMMUv1/SMMUv2 driver Anup Patel <anup.patel@broadcom.com> - 2016-02-08 13:50 +0100
        Re: [PATCH v2 4/4] iommu/arm-smmu: Add stub of_xlate() operation in  SMMUv1/SMMUv2 driver Mark Rutland <mark.rutland@arm.com> - 2016-02-08 14:50 +0100
  [PATCH v2 3/4] of: iommu: Increment DT node refcount in of_iommu_set_ops() Anup Patel <anup.patel@broadcom.com> - 2016-02-08 06:30 +0100

csiph-web