mbox series

[0/3] firmware: qcom: scm: Add IOMMU pool size and

Message ID 20211208083423.22037-1-marijn.suijten@somainline.org (mailing list archive)
Headers show
Series firmware: qcom: scm: Add IOMMU pool size and | expand

Message

Marijn Suijten Dec. 8, 2021, 8:34 a.m. UTC
These patches clean up a leftover duplicate assignment following the
initializer that already set the same values; followed by introducing
two extra SCM calls that allow setting the maximum IOMMU pool size and
changing the pagetable addressing mode to AArch32 LPAE or AArch64
(per-context).

AngeloGioacchino Del Regno (2):
  firmware: qcom: scm: Add function to set the maximum IOMMU pool size
  firmware: qcom: scm: Add function to set IOMMU pagetable addressing

Marijn Suijten (1):
  firmware: qcom: scm: Remove reassignment to desc following initializer

 drivers/firmware/qcom_scm.c | 37 +++++++++++++++++++++++++++++++------
 drivers/firmware/qcom_scm.h |  2 ++
 include/linux/qcom_scm.h    |  2 ++
 3 files changed, 35 insertions(+), 6 deletions(-)


base-commit: fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf
--
2.34.1

Comments

Bjorn Andersson Feb. 4, 2022, 6:35 p.m. UTC | #1
On Wed, 8 Dec 2021 09:34:20 +0100, Marijn Suijten wrote:
> These patches clean up a leftover duplicate assignment following the
> initializer that already set the same values; followed by introducing
> two extra SCM calls that allow setting the maximum IOMMU pool size and
> changing the pagetable addressing mode to AArch32 LPAE or AArch64
> (per-context).
> 
> AngeloGioacchino Del Regno (2):
>   firmware: qcom: scm: Add function to set the maximum IOMMU pool size
>   firmware: qcom: scm: Add function to set IOMMU pagetable addressing
> 
> [...]

Applied, thanks!

[1/3] firmware: qcom: scm: Remove reassignment to desc following initializer
      commit: 7823e5aa5d1dd9ed5849923c165eb8f29ad23c54
[2/3] firmware: qcom: scm: Add function to set the maximum IOMMU pool size
      commit: 943515090ec67f81f6f93febfddb8c9118357e97
[3/3] firmware: qcom: scm: Add function to set IOMMU pagetable addressing
      commit: 071a13332de894cb3c38b17c82350f1e4167c023

Best regards,