All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] iommu/arm-smmu: Updates for 4.11
@ 2017-01-27 16:44 ` Will Deacon
  0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2017-01-27 16:44 UTC (permalink / raw)
  To: joro-zLv9SwRftAIdnm+yROfE0A
  Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Joerg,

Please pull these arm-smmu updates for 4.11. Not much this time around:
16-bit SID support on SMMUv2 and a stream table optimisation on SMMUv3.
There's also a trivial cleanup to of_iommu_{set/get}_ops() [they are
removed] which we promised to make after the IORT stuff went in last
time around.

Thanks,

Will

--->8

The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:

  Linux 4.10-rc3 (2017-01-08 14:18:17 -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 3677a649a751c8f061ba379a98c369473ccac980:

  iommu/arm-smmu: Fix for ThunderX erratum #27704 (2017-01-26 18:16:58 +0000)

----------------------------------------------------------------
Aleksey Makarov (1):
      iommu/arm-smmu: Support for Extended Stream ID (16 bit)

Lorenzo Pieralisi (1):
      iommu: Drop the of_iommu_{set/get}_ops() interface

Nate Watterson (2):
      iommu/arm-smmu-v3: Clear prior settings when updating STEs
      iommu/arm-smmu-v3: limit use of 2-level stream tables

Tomasz Nowicki (1):
      iommu/arm-smmu: Fix for ThunderX erratum #27704

 drivers/iommu/arm-smmu-v3.c  | 31 ++++++++-----------
 drivers/iommu/arm-smmu.c     | 72 +++++++++++++++++++++++++++++++-------------
 drivers/iommu/exynos-iommu.c |  2 +-
 drivers/iommu/msm_iommu.c    |  2 +-
 drivers/iommu/mtk_iommu.c    |  2 +-
 drivers/iommu/of_iommu.c     |  4 +--
 include/linux/of_iommu.h     | 11 -------
 7 files changed, 68 insertions(+), 56 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] iommu/arm-smmu: Updates for 4.11
@ 2017-01-27 16:44 ` Will Deacon
  0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2017-01-27 16:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Joerg,

Please pull these arm-smmu updates for 4.11. Not much this time around:
16-bit SID support on SMMUv2 and a stream table optimisation on SMMUv3.
There's also a trivial cleanup to of_iommu_{set/get}_ops() [they are
removed] which we promised to make after the IORT stuff went in last
time around.

Thanks,

Will

--->8

The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:

  Linux 4.10-rc3 (2017-01-08 14:18:17 -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 3677a649a751c8f061ba379a98c369473ccac980:

  iommu/arm-smmu: Fix for ThunderX erratum #27704 (2017-01-26 18:16:58 +0000)

----------------------------------------------------------------
Aleksey Makarov (1):
      iommu/arm-smmu: Support for Extended Stream ID (16 bit)

Lorenzo Pieralisi (1):
      iommu: Drop the of_iommu_{set/get}_ops() interface

Nate Watterson (2):
      iommu/arm-smmu-v3: Clear prior settings when updating STEs
      iommu/arm-smmu-v3: limit use of 2-level stream tables

Tomasz Nowicki (1):
      iommu/arm-smmu: Fix for ThunderX erratum #27704

 drivers/iommu/arm-smmu-v3.c  | 31 ++++++++-----------
 drivers/iommu/arm-smmu.c     | 72 +++++++++++++++++++++++++++++++-------------
 drivers/iommu/exynos-iommu.c |  2 +-
 drivers/iommu/msm_iommu.c    |  2 +-
 drivers/iommu/mtk_iommu.c    |  2 +-
 drivers/iommu/of_iommu.c     |  4 +--
 include/linux/of_iommu.h     | 11 -------
 7 files changed, 68 insertions(+), 56 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] iommu/arm-smmu: Updates for 4.11
  2017-01-27 16:44 ` Will Deacon
@ 2017-01-30 15:01     ` Joerg Roedel
  -1 siblings, 0 replies; 4+ messages in thread
From: Joerg Roedel @ 2017-01-30 15:01 UTC (permalink / raw)
  To: Will Deacon
  Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Fri, Jan 27, 2017 at 04:44:21PM +0000, Will Deacon wrote:
> The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:
> 
>   Linux 4.10-rc3 (2017-01-08 14:18:17 -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

Pulled, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] iommu/arm-smmu: Updates for 4.11
@ 2017-01-30 15:01     ` Joerg Roedel
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Roedel @ 2017-01-30 15:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 27, 2017 at 04:44:21PM +0000, Will Deacon wrote:
> The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:
> 
>   Linux 4.10-rc3 (2017-01-08 14:18:17 -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

Pulled, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-30 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-27 16:44 [GIT PULL] iommu/arm-smmu: Updates for 4.11 Will Deacon
2017-01-27 16:44 ` Will Deacon
     [not found] ` <20170127164420.GA10758-5wv7dgnIgG8@public.gmane.org>
2017-01-30 15:01   ` Joerg Roedel
2017-01-30 15:01     ` Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.