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

Hi Joerg,

Please can you pull the following arm-smmu fixes for 3.17? They address
a variety of issues found by running the driver on more hardware and
also by the vSMMU work I've been doing.

The only change from the series I posted to the list [1] is that I've
re-ordered the patches to put the stable candidates first.

Cheers,

Will

[1] http://lists.linuxfoundation.org/pipermail/iommu/2014-August/009644.html

--->8

The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f:

  Linux 3.17-rc3 (2014-08-31 18:23:04 -0700)

are available in the git repository at:

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

for you to fetch changes up to 4d09d99d543ec28b2280a1f62382697f47ea6366:

  iommu/arm-smmu: fix corner cases in address size calculations (2014-09-02 10:04:43 +0100)

----------------------------------------------------------------
Hans Wennborg (1):
      iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x

Mitchel Humpherys (1):
      iommu/arm-smmu: avoid calling request_irq in atomic context

Olav Haugan (2):
      iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1
      iommu/arm-smmu: Do not access non-existing S2CR registers

Vladimir Murzin (1):
      iommu/arm-smmu: remove pgtable_page_{c,d}tor()

Will Deacon (2):
      iommu/arm-smmu: fix s2cr and smr teardown on device detach from domain
      iommu/arm-smmu: fix corner cases in address size calculations

 drivers/iommu/arm-smmu.c | 127 +++++++++++++++++++++++++++--------------------
 1 file changed, 73 insertions(+), 54 deletions(-)

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

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

Hi Joerg,

Please can you pull the following arm-smmu fixes for 3.17? They address
a variety of issues found by running the driver on more hardware and
also by the vSMMU work I've been doing.

The only change from the series I posted to the list [1] is that I've
re-ordered the patches to put the stable candidates first.

Cheers,

Will

[1] http://lists.linuxfoundation.org/pipermail/iommu/2014-August/009644.html

--->8

The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f:

  Linux 3.17-rc3 (2014-08-31 18:23:04 -0700)

are available in the git repository at:

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

for you to fetch changes up to 4d09d99d543ec28b2280a1f62382697f47ea6366:

  iommu/arm-smmu: fix corner cases in address size calculations (2014-09-02 10:04:43 +0100)

----------------------------------------------------------------
Hans Wennborg (1):
      iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x

Mitchel Humpherys (1):
      iommu/arm-smmu: avoid calling request_irq in atomic context

Olav Haugan (2):
      iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1
      iommu/arm-smmu: Do not access non-existing S2CR registers

Vladimir Murzin (1):
      iommu/arm-smmu: remove pgtable_page_{c,d}tor()

Will Deacon (2):
      iommu/arm-smmu: fix s2cr and smr teardown on device detach from domain
      iommu/arm-smmu: fix corner cases in address size calculations

 drivers/iommu/arm-smmu.c | 127 +++++++++++++++++++++++++++--------------------
 1 file changed, 73 insertions(+), 54 deletions(-)

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

* Re: [GIT PULL] iommu/arm-smmu: fixes for 3.17
  2014-09-03 15:48 ` Will Deacon
@ 2014-09-03 16:24     ` Joerg Roedel
  -1 siblings, 0 replies; 4+ messages in thread
From: Joerg Roedel @ 2014-09-03 16:24 UTC (permalink / raw)
  To: Will Deacon
  Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Wed, Sep 03, 2014 at 04:48:22PM +0100, Will Deacon wrote:
> The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f:
> 
>   Linux 3.17-rc3 (2014-08-31 18:23:04 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/fixes

Pulled into iommu/fixes, thanks Will.

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

* [GIT PULL] iommu/arm-smmu: fixes for 3.17
@ 2014-09-03 16:24     ` Joerg Roedel
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Roedel @ 2014-09-03 16:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Sep 03, 2014 at 04:48:22PM +0100, Will Deacon wrote:
> The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f:
> 
>   Linux 3.17-rc3 (2014-08-31 18:23:04 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/fixes

Pulled into iommu/fixes, thanks Will.

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

end of thread, other threads:[~2014-09-03 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03 15:48 [GIT PULL] iommu/arm-smmu: fixes for 3.17 Will Deacon
2014-09-03 15:48 ` Will Deacon
     [not found] ` <20140903154822.GG32378-5wv7dgnIgG8@public.gmane.org>
2014-09-03 16:24   ` Joerg Roedel
2014-09-03 16:24     ` 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.