* [PATCH v3 0/3] iommu/arm-smmu: Prettyify context fault messages
@ 2024-07-01 16:20 Rob Clark
2024-07-01 20:07 ` Pranjal Shrivastava
2024-07-02 18:44 ` Will Deacon
0 siblings, 2 replies; 3+ messages in thread
From: Rob Clark @ 2024-07-01 16:20 UTC (permalink / raw)
To: iommu
Cc: linux-arm-msm, Stephen Boyd, Robin Murphy, Pranjal Shrivastava,
Rob Clark, Dmitry Baryshkov, Georgi Djakov, Jason Gunthorpe,
Jerry Snitselaar, Joerg Roedel, Krishna Reddy,
Krzysztof Kozlowski, moderated list:ARM SMMU DRIVERS, open list,
open list:POWER MANAGEMENT CORE, open list:TEGRA IOMMU DRIVERS,
Rafael J. Wysocki, Rob Herring, Will Deacon
From: Rob Clark <robdclark@chromium.org>
v3: Split out the reg bitfield renaming, rework
print_context_fault_info() helper
Rob Clark (3):
iommu/arm-smmu: Add CB prefix to register bitfields
iommu/arm-smmu-qcom-debug: Do not print for handled faults
iommu/arm-smmu: Pretty-print context fault related regs
drivers/iommu/arm/arm-smmu/arm-smmu-nvidia.c | 2 +-
.../iommu/arm/arm-smmu/arm-smmu-qcom-debug.c | 66 ++++++-----------
drivers/iommu/arm/arm-smmu/arm-smmu.c | 74 ++++++++++++++-----
drivers/iommu/arm/arm-smmu/arm-smmu.h | 71 +++++++++++-------
drivers/iommu/arm/arm-smmu/qcom_iommu.c | 4 +-
5 files changed, 127 insertions(+), 90 deletions(-)
--
2.45.2
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH v3 0/3] iommu/arm-smmu: Prettyify context fault messages
2024-07-01 16:20 [PATCH v3 0/3] iommu/arm-smmu: Prettyify context fault messages Rob Clark
@ 2024-07-01 20:07 ` Pranjal Shrivastava
2024-07-02 18:44 ` Will Deacon
1 sibling, 0 replies; 3+ messages in thread
From: Pranjal Shrivastava @ 2024-07-01 20:07 UTC (permalink / raw)
To: Rob Clark
Cc: iommu, linux-arm-msm, Stephen Boyd, Robin Murphy, Rob Clark,
Dmitry Baryshkov, Georgi Djakov, Jason Gunthorpe,
Jerry Snitselaar, Joerg Roedel, Krishna Reddy,
Krzysztof Kozlowski, moderated list:ARM SMMU DRIVERS, open list,
open list:POWER MANAGEMENT CORE, open list:TEGRA IOMMU DRIVERS,
Rafael J. Wysocki, Rob Herring, Will Deacon
On Mon, Jul 1, 2024 at 9:50 PM Rob Clark <robdclark@gmail.com> wrote:
>
> From: Rob Clark <robdclark@chromium.org>
>
> v3: Split out the reg bitfield renaming, rework
> print_context_fault_info() helper
>
> Rob Clark (3):
> iommu/arm-smmu: Add CB prefix to register bitfields
> iommu/arm-smmu-qcom-debug: Do not print for handled faults
> iommu/arm-smmu: Pretty-print context fault related regs
>
> drivers/iommu/arm/arm-smmu/arm-smmu-nvidia.c | 2 +-
> .../iommu/arm/arm-smmu/arm-smmu-qcom-debug.c | 66 ++++++-----------
> drivers/iommu/arm/arm-smmu/arm-smmu.c | 74 ++++++++++++++-----
> drivers/iommu/arm/arm-smmu/arm-smmu.h | 71 +++++++++++-------
> drivers/iommu/arm/arm-smmu/qcom_iommu.c | 4 +-
> 5 files changed, 127 insertions(+), 90 deletions(-)
>
> --
> 2.45.2
>
For the series:
Reviewed-by: Pranjal Shrivastava <praan@google.com>
Thanks,
Praan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3 0/3] iommu/arm-smmu: Prettyify context fault messages
2024-07-01 16:20 [PATCH v3 0/3] iommu/arm-smmu: Prettyify context fault messages Rob Clark
2024-07-01 20:07 ` Pranjal Shrivastava
@ 2024-07-02 18:44 ` Will Deacon
1 sibling, 0 replies; 3+ messages in thread
From: Will Deacon @ 2024-07-02 18:44 UTC (permalink / raw)
To: iommu, Rob Clark
Cc: catalin.marinas, kernel-team, Will Deacon, linux-arm-msm,
Stephen Boyd, Robin Murphy, Pranjal Shrivastava, Rob Clark,
Dmitry Baryshkov, Georgi Djakov, Jason Gunthorpe,
Jerry Snitselaar, Joerg Roedel, Krishna Reddy,
Krzysztof Kozlowski, linux-arm-kernel, linux-kernel, linux-pm,
linux-tegra, Rafael J. Wysocki, Rob Herring
On Mon, 01 Jul 2024 09:20:09 -0700, Rob Clark wrote:
> v3: Split out the reg bitfield renaming, rework
> print_context_fault_info() helper
>
> Rob Clark (3):
> iommu/arm-smmu: Add CB prefix to register bitfields
> iommu/arm-smmu-qcom-debug: Do not print for handled faults
> iommu/arm-smmu: Pretty-print context fault related regs
>
> [...]
Applied to will (for-joerg/arm-smmu/updates), thanks!
[1/3] iommu/arm-smmu: Add CB prefix to register bitfields
https://git.kernel.org/will/c/d0166022be37
[2/3] iommu/arm-smmu-qcom-debug: Do not print for handled faults
https://git.kernel.org/will/c/55089781ff77
[3/3] iommu/arm-smmu: Pretty-print context fault related regs
https://git.kernel.org/will/c/d525b0af0c3b
Cheers,
--
Will
https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-02 18:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 16:20 [PATCH v3 0/3] iommu/arm-smmu: Prettyify context fault messages Rob Clark
2024-07-01 20:07 ` Pranjal Shrivastava
2024-07-02 18:44 ` Will Deacon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox