All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] iommu/arm-smmu: Updates for 5.16
@ 2021-10-19 12:54 ` Will Deacon
  0 siblings, 0 replies; 6+ messages in thread
From: Will Deacon @ 2021-10-19 12:54 UTC (permalink / raw)
  To: joro; +Cc: iommu, linux-arm-kernel, linux-kernel, robin.murphy, kernel-team

Hi Joerg,

Please pull this tiny batch of Arm SMMU updates for 5.16. It's dominated
by compatible string additions for Qualcomm SMMUv2 implementations, but
there's a bit of cleanup on the SMMUv3 command-submission side as well.

Cheers,

Will

--->8

The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

  Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e37f1fe4332491bf2f7b7849d5c3adba0d2a77b3:

  iommu/arm-smmu-qcom: Request direct mapping for modem device (2021-10-08 09:07:44 +0100)

----------------------------------------------------------------
Arm SMMU updates for 5.16

- Minor optimisations to SMMUv3 command creation and submission

- Numerous new compatible string for Qualcomm SMMUv2 implementations

----------------------------------------------------------------
Konrad Dybcio (2):
      dt-bindings: arm-smmu: Add compatible for SM6350 SoC
      iommu/arm-smmu-qcom: Add SM6350 SMMU compatible

Loic Poulain (2):
      dt-bindings: arm-smmu: Add compatible for QCM2290 SoC
      iommu: arm-smmu-qcom: Add compatible for QCM2290

Sibi Sankar (1):
      iommu/arm-smmu-qcom: Request direct mapping for modem device

Zhen Lei (2):
      iommu/arm-smmu-v3: Stop pre-zeroing batch commands in arm_smmu_atc_inv_master()
      iommu/arm-smmu-v3: Properly handle the return value of arm_smmu_cmdq_build_cmd()

 .../devicetree/bindings/iommu/arm,smmu.yaml         |  2 ++
 drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c         | 21 ++++++++++++++-------
 drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c          |  3 +++
 3 files changed, 19 insertions(+), 7 deletions(-)

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

* [GIT PULL] iommu/arm-smmu: Updates for 5.16
@ 2021-10-19 12:54 ` Will Deacon
  0 siblings, 0 replies; 6+ messages in thread
From: Will Deacon @ 2021-10-19 12:54 UTC (permalink / raw)
  To: joro; +Cc: kernel-team, iommu, robin.murphy, linux-kernel, linux-arm-kernel

Hi Joerg,

Please pull this tiny batch of Arm SMMU updates for 5.16. It's dominated
by compatible string additions for Qualcomm SMMUv2 implementations, but
there's a bit of cleanup on the SMMUv3 command-submission side as well.

Cheers,

Will

--->8

The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

  Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e37f1fe4332491bf2f7b7849d5c3adba0d2a77b3:

  iommu/arm-smmu-qcom: Request direct mapping for modem device (2021-10-08 09:07:44 +0100)

----------------------------------------------------------------
Arm SMMU updates for 5.16

- Minor optimisations to SMMUv3 command creation and submission

- Numerous new compatible string for Qualcomm SMMUv2 implementations

----------------------------------------------------------------
Konrad Dybcio (2):
      dt-bindings: arm-smmu: Add compatible for SM6350 SoC
      iommu/arm-smmu-qcom: Add SM6350 SMMU compatible

Loic Poulain (2):
      dt-bindings: arm-smmu: Add compatible for QCM2290 SoC
      iommu: arm-smmu-qcom: Add compatible for QCM2290

Sibi Sankar (1):
      iommu/arm-smmu-qcom: Request direct mapping for modem device

Zhen Lei (2):
      iommu/arm-smmu-v3: Stop pre-zeroing batch commands in arm_smmu_atc_inv_master()
      iommu/arm-smmu-v3: Properly handle the return value of arm_smmu_cmdq_build_cmd()

 .../devicetree/bindings/iommu/arm,smmu.yaml         |  2 ++
 drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c         | 21 ++++++++++++++-------
 drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c          |  3 +++
 3 files changed, 19 insertions(+), 7 deletions(-)
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

* [GIT PULL] iommu/arm-smmu: Updates for 5.16
@ 2021-10-19 12:54 ` Will Deacon
  0 siblings, 0 replies; 6+ messages in thread
From: Will Deacon @ 2021-10-19 12:54 UTC (permalink / raw)
  To: joro; +Cc: iommu, linux-arm-kernel, linux-kernel, robin.murphy, kernel-team

Hi Joerg,

Please pull this tiny batch of Arm SMMU updates for 5.16. It's dominated
by compatible string additions for Qualcomm SMMUv2 implementations, but
there's a bit of cleanup on the SMMUv3 command-submission side as well.

Cheers,

Will

--->8

The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

  Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e37f1fe4332491bf2f7b7849d5c3adba0d2a77b3:

  iommu/arm-smmu-qcom: Request direct mapping for modem device (2021-10-08 09:07:44 +0100)

----------------------------------------------------------------
Arm SMMU updates for 5.16

- Minor optimisations to SMMUv3 command creation and submission

- Numerous new compatible string for Qualcomm SMMUv2 implementations

----------------------------------------------------------------
Konrad Dybcio (2):
      dt-bindings: arm-smmu: Add compatible for SM6350 SoC
      iommu/arm-smmu-qcom: Add SM6350 SMMU compatible

Loic Poulain (2):
      dt-bindings: arm-smmu: Add compatible for QCM2290 SoC
      iommu: arm-smmu-qcom: Add compatible for QCM2290

Sibi Sankar (1):
      iommu/arm-smmu-qcom: Request direct mapping for modem device

Zhen Lei (2):
      iommu/arm-smmu-v3: Stop pre-zeroing batch commands in arm_smmu_atc_inv_master()
      iommu/arm-smmu-v3: Properly handle the return value of arm_smmu_cmdq_build_cmd()

 .../devicetree/bindings/iommu/arm,smmu.yaml         |  2 ++
 drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c         | 21 ++++++++++++++-------
 drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c          |  3 +++
 3 files changed, 19 insertions(+), 7 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] iommu/arm-smmu: Updates for 5.16
  2021-10-19 12:54 ` Will Deacon
  (?)
@ 2021-10-27  8:07   ` Joerg Roedel
  -1 siblings, 0 replies; 6+ messages in thread
From: Joerg Roedel @ 2021-10-27  8:07 UTC (permalink / raw)
  To: Will Deacon
  Cc: iommu, linux-arm-kernel, linux-kernel, robin.murphy, kernel-team

On Tue, Oct 19, 2021 at 01:54:34PM +0100, Will Deacon wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates

Pulled, thanks Will.

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

* Re: [GIT PULL] iommu/arm-smmu: Updates for 5.16
@ 2021-10-27  8:07   ` Joerg Roedel
  0 siblings, 0 replies; 6+ messages in thread
From: Joerg Roedel @ 2021-10-27  8:07 UTC (permalink / raw)
  To: Will Deacon
  Cc: kernel-team, iommu, robin.murphy, linux-kernel, linux-arm-kernel

On Tue, Oct 19, 2021 at 01:54:34PM +0100, Will Deacon wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates

Pulled, thanks Will.
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

* Re: [GIT PULL] iommu/arm-smmu: Updates for 5.16
@ 2021-10-27  8:07   ` Joerg Roedel
  0 siblings, 0 replies; 6+ messages in thread
From: Joerg Roedel @ 2021-10-27  8:07 UTC (permalink / raw)
  To: Will Deacon
  Cc: iommu, linux-arm-kernel, linux-kernel, robin.murphy, kernel-team

On Tue, Oct 19, 2021 at 01:54:34PM +0100, Will Deacon wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates

Pulled, thanks Will.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-10-27  8:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19 12:54 [GIT PULL] iommu/arm-smmu: Updates for 5.16 Will Deacon
2021-10-19 12:54 ` Will Deacon
2021-10-19 12:54 ` Will Deacon
2021-10-27  8:07 ` Joerg Roedel
2021-10-27  8:07   ` Joerg Roedel
2021-10-27  8:07   ` 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.