From: Will Deacon <will@kernel.org>
To: joro@8bytes.org
Cc: linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org,
iommu@lists.linux-foundation.org, john.stultz@linaro.org,
robin.murphy@arm.com, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] iommu/arm-smmu: First batch of updates for 5.11
Date: Tue, 10 Nov 2020 13:56:58 +0000 [thread overview]
Message-ID: <20201110135657.GA17034@willie-the-truck> (raw)
Hi Joerg,
Please can you pull these Arm SMMU updates for 5.11 so that they can get
into -next? I think Bjorn is keen to get a bunch of DT updates moving, so
the sooner we can get this lot out there, the better. Summary in the tag.
There are a few other patches kicking around on the list, so I may send
a second pull on top in a couple of weeks or so.
Cheers,
Will
--->8
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
Linux 5.10-rc1 (2020-10-25 15:14:11 -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 a29bbb0861f487a5e144dc997a9f71a36c7a2404:
dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU (2020-11-10 12:25:49 +0000)
----------------------------------------------------------------
First batch of Arm SMMU updates for 5.11
- Allow implementations to hook writes to S2CR and SCTLR registers
- Handle broken Qualcomm bootloader/firmware
- Support Adreno tightly-coupled SMMU implementation
- Use devm_krealloc()
- Use 'true' instead of '1' when assigning 'bool disable_bypass'
----------------------------------------------------------------
Bjorn Andersson (3):
iommu/arm-smmu: Allow implementation specific write_s2cr
iommu/arm-smmu-qcom: Read back stream mappings
iommu/arm-smmu-qcom: Implement S2CR quirk
Jordan Crouse (2):
iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU
Kaixu Xia (1):
iommu/arm-smmu-v3: Assign boolean values to a bool variable
Rob Clark (1):
iommu/arm-smmu: Add a way for implementations to influence SCTLR
Robin Murphy (1):
iommu/arm-smmu: Use new devm_krealloc()
.../devicetree/bindings/iommu/arm,smmu.yaml | 9 +-
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 2 +-
drivers/iommu/arm/arm-smmu/arm-smmu-impl.c | 8 +-
drivers/iommu/arm/arm-smmu/arm-smmu-nvidia.c | 17 +-
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 259 ++++++++++++++++++++-
drivers/iommu/arm/arm-smmu/arm-smmu.c | 18 +-
drivers/iommu/arm/arm-smmu/arm-smmu.h | 4 +
7 files changed, 284 insertions(+), 33 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2020-11-10 13:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-10 13:56 Will Deacon [this message]
2020-11-17 22:24 ` [GIT PULL] iommu/arm-smmu: First batch of updates for 5.11 Will Deacon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201110135657.GA17034@willie-the-truck \
--to=will@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=iommu@lists.linux-foundation.org \
--cc=john.stultz@linaro.org \
--cc=joro@8bytes.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robin.murphy@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox