All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] iommu/arm-smmu: updates for 3.17
@ 2014-07-10 10:33 ` Will Deacon
  0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2014-07-10 10:33 UTC (permalink / raw)
  To: joro-zLv9SwRftAIdnm+yROfE0A
  Cc: varun.sethi-KZfg59tc24xl57MIdRCFDg,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Joerg,

Please can you pull the following ARM SMMU updates for 3.17?

The main changes are:

 - Removal of unused SMMU chaining code
 - Initial support for PCI masters
 - Misc. non-critical fixes to the capability checking code and TCR
   configuration

This has largely come out of work enabling passthrough of PCI devices
to a KVM virtual machine with VFIO, so I anticipate further patches in
this area in the near future.

Cheers,

Will

Cc: Varun Sethi <Varun.Sethi-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Cc: Mitchel Humpherys <mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> 

--->8

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

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 2907320df3189420cb66178a86b2917f4b64018f:

  iommu/arm-smmu: fix some checkpatch issues (2014-07-09 10:38:23 +0100)

----------------------------------------------------------------
Mitchel Humpherys (1):
      iommu/arm-smmu: fix some checkpatch issues

Will Deacon (6):
      iommu/arm-smmu: fix calculation of TCR.T0SZ
      iommu/arm-smmu: add support for PCI master devices
      iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capability
      iommu/arm-smmu: remove support for chained SMMUs
      iommu/arm-smmu: prefer stage-1 mappings where we have a choice
      iommu/arm-smmu: fix capability checking prior to device attach

 .../devicetree/bindings/iommu/arm,smmu.txt         |   6 -
 drivers/iommu/arm-smmu.c                           | 493 ++++++++++-----------
 2 files changed, 240 insertions(+), 259 deletions(-)

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

* [GIT PULL] iommu/arm-smmu: updates for 3.17
@ 2014-07-10 10:33 ` Will Deacon
  0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2014-07-10 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Joerg,

Please can you pull the following ARM SMMU updates for 3.17?

The main changes are:

 - Removal of unused SMMU chaining code
 - Initial support for PCI masters
 - Misc. non-critical fixes to the capability checking code and TCR
   configuration

This has largely come out of work enabling passthrough of PCI devices
to a KVM virtual machine with VFIO, so I anticipate further patches in
this area in the near future.

Cheers,

Will

Cc: Varun Sethi <Varun.Sethi@freescale.com>
Cc: Mitchel Humpherys <mitchelh@codeaurora.org> 

--->8

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

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 2907320df3189420cb66178a86b2917f4b64018f:

  iommu/arm-smmu: fix some checkpatch issues (2014-07-09 10:38:23 +0100)

----------------------------------------------------------------
Mitchel Humpherys (1):
      iommu/arm-smmu: fix some checkpatch issues

Will Deacon (6):
      iommu/arm-smmu: fix calculation of TCR.T0SZ
      iommu/arm-smmu: add support for PCI master devices
      iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capability
      iommu/arm-smmu: remove support for chained SMMUs
      iommu/arm-smmu: prefer stage-1 mappings where we have a choice
      iommu/arm-smmu: fix capability checking prior to device attach

 .../devicetree/bindings/iommu/arm,smmu.txt         |   6 -
 drivers/iommu/arm-smmu.c                           | 493 ++++++++++-----------
 2 files changed, 240 insertions(+), 259 deletions(-)

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

* Re: [GIT PULL] iommu/arm-smmu: updates for 3.17
  2014-07-10 10:33 ` Will Deacon
@ 2014-07-10 13:30     ` Joerg Roedel
  -1 siblings, 0 replies; 4+ messages in thread
From: Joerg Roedel @ 2014-07-10 13:30 UTC (permalink / raw)
  To: Will Deacon
  Cc: varun.sethi-KZfg59tc24xl57MIdRCFDg,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Thu, Jul 10, 2014 at 11:33:47AM +0100, Will Deacon wrote:
> The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
> 
>   Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
> 
> 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 Will.

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

* [GIT PULL] iommu/arm-smmu: updates for 3.17
@ 2014-07-10 13:30     ` Joerg Roedel
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Roedel @ 2014-07-10 13:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jul 10, 2014 at 11:33:47AM +0100, Will Deacon wrote:
> The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
> 
>   Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
> 
> 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 Will.

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

end of thread, other threads:[~2014-07-10 13:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-10 10:33 [GIT PULL] iommu/arm-smmu: updates for 3.17 Will Deacon
2014-07-10 10:33 ` Will Deacon
     [not found] ` <20140710103347.GJ2449-5wv7dgnIgG8@public.gmane.org>
2014-07-10 13:30   ` Joerg Roedel
2014-07-10 13:30     ` 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.