mbox

[GIT,PULL] iommu/arm-smmu: Updates for 4.6

Message ID 20160223123322.GL3966@arm.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates

Message

Will Deacon Feb. 23, 2016, 12:33 p.m. UTC
Hi Joerg,

Please pull the following arm-smmu updates for 4.6. This lays the
foundations for a functional IOMMU_DOMAIN_DMA for the two drivers,
although we haven't yet thrown the switch since we need to ensure
that the DMA ops all point in the right direction first. Hopefully we'll
get that going for 4.7.

Will

--->8

The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865:

  Linux 4.5-rc4 (2016-02-14 13:05:20 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates

for you to fetch changes up to cbf8277ef4562075eb4e3932ccd60cc11ee9454c:

  iommu/arm-smmu: Treat IOMMU_DOMAIN_DMA as bypass for now (2016-02-18 15:02:44 +0000)

----------------------------------------------------------------
Anup Patel (1):
      of: iommu: Increment DT node refcount in of_iommu_set_ops()

Robin Murphy (3):
      iommu/arm-smmu: Treat all device transactions as unprivileged
      iommu/arm-smmu: Support DMA-API domains
      iommu/arm-smmu: Allow disabling unmatched stream bypass

Will Deacon (2):
      iommu/arm-smmu: Don't fail device attach if already attached to a domain
      iommu/arm-smmu: Treat IOMMU_DOMAIN_DMA as bypass for now

 drivers/iommu/arm-smmu-v3.c | 50 +++++++++++++++-------------
 drivers/iommu/arm-smmu.c    | 79 ++++++++++++++++++++++++++++-----------------
 drivers/iommu/of_iommu.c    |  1 +
 3 files changed, 78 insertions(+), 52 deletions(-)

Comments

Joerg Roedel Feb. 25, 2016, 3 p.m. UTC | #1
On Tue, Feb 23, 2016 at 12:33:22PM +0000, Will Deacon wrote:
> Please pull the following arm-smmu updates for 4.6. This lays the
> foundations for a functional IOMMU_DOMAIN_DMA for the two drivers,
> although we haven't yet thrown the switch since we need to ensure
> that the DMA ops all point in the right direction first. Hopefully we'll
> get that going for 4.7.

Pulled, thanks Will.