mbox series

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

Message ID 20180327163716.GC18435@arm.com
State New
Headers show
Series [GIT,PULL] iommu/arm-smmu: Updates for 4.17 | expand

Pull-request

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

Message

Will Deacon March 27, 2018, 4:37 p.m. UTC
Hi Joerg,

Please pull the following Arm SMMU updates for 4.17. Changes include:

  * More graceful handling and reporting of IRQ setup failures
  * General cleanup of our register field definitions using linux/bitmask.h
  * Support for 52-bit physical and virtual addressing

Cheers,

Will

--->8

The following changes since commit 4a3928c6f8a53fa1aed28ccba227742486e8ddcb:

  Linux 4.16-rc3 (2018-02-25 18:50:41 -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 dcd189e6d2eca4663da6120463fbff0995bc06eb:

  iommu/arm-smmu-v3: Support 52-bit virtual address (2018-03-27 14:12:06 +0100)

----------------------------------------------------------------
Nate Watterson (1):
      iommu/arm-smmu-v3: limit reporting of MSI allocation failures

Robin Murphy (8):
      iommu/arm-smmu-v3: Warn about missing IRQs
      iommu/arm-smmu-v3: Clean up address masking
      iommu/arm-smmu-v3: Clean up register definitions
      iommu/arm-smmu-v3: Clean up table definitions
      iommu/arm-smmu-v3: Clean up queue definitions
      iommu/io-pgtable-arm: Support 52-bit physical address
      iommu/arm-smmu-v3: Support 52-bit physical address
      iommu/arm-smmu-v3: Support 52-bit virtual address

 drivers/iommu/arm-smmu-v3.c    | 542 ++++++++++++++++++-----------------------
 drivers/iommu/io-pgtable-arm.c |  67 +++--
 2 files changed, 292 insertions(+), 317 deletions(-)

Comments

Joerg Roedel March 29, 2018, 8:26 a.m. UTC | #1
On Tue, Mar 27, 2018 at 05:37:17PM +0100, Will Deacon wrote:
> Hi Joerg,
> 
> Please pull the following Arm SMMU updates for 4.17. Changes include:
> 
>   * More graceful handling and reporting of IRQ setup failures
>   * General cleanup of our register field definitions using linux/bitmask.h
>   * Support for 52-bit physical and virtual addressing
> 
> Cheers,
> 
> Will
> 
> --->8
> 
> The following changes since commit 4a3928c6f8a53fa1aed28ccba227742486e8ddcb:
> 
>   Linux 4.16-rc3 (2018-02-25 18:50:41 -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 Will.