From: Joerg Roedel <joro@8bytes.org>
To: Robin Murphy <robin.murphy@arm.com>
Cc: will@kernel.org, iommu@lists.linux.dev,
linux-arm-kernel@lists.infradead.org, robdclark@gmail.com,
yong.wu@mediatek.com
Subject: Re: [PATCH 0/9] iommu: {map,unmap}_pages cleanup
Date: Sat, 19 Nov 2022 10:44:44 +0100 [thread overview]
Message-ID: <Y3iljDFK3bkZWdbv@8bytes.org> (raw)
In-Reply-To: <cover.1668100209.git.robin.murphy@arm.com>
On Tue, Nov 15, 2022 at 03:26:34PM +0000, Robin Murphy wrote:
> Robin Murphy (9):
> iommu/mediatek-v1: Update to {map,unmap}_pages
> iommu/sprd: Update to {map,unmap}_pages
> iommu/mediatek: Update to {map,unmap}_pages
> iommu/msm: Update to {map,unmap}_pages
> iommu/ipmmu-vmsa: Update to {map,unmap}_pages
> iommu/qcom: Update to {map,unmap}_pages
> iommu/io-pgtable-arm: Remove map/unmap
> iommu/io-pgtable-arm-v7s: Remove map/unmap
> iommu/io-pgtable: Remove map/unmap
>
> drivers/iommu/arm/arm-smmu/qcom_iommu.c | 14 +++++----
> drivers/iommu/io-pgtable-arm-v7s.c | 41 +++++++++---------------
> drivers/iommu/io-pgtable-arm.c | 42 +++++++++----------------
> drivers/iommu/ipmmu-vmsa.c | 18 +++++------
> drivers/iommu/msm_iommu.c | 18 ++++++-----
> drivers/iommu/mtk_iommu.c | 15 ++++-----
> drivers/iommu/mtk_iommu_v1.c | 30 +++++++++---------
> drivers/iommu/sprd-iommu.c | 25 ++++++++-------
> include/linux/io-pgtable.h | 6 ----
> 9 files changed, 94 insertions(+), 115 deletions(-)
Applied, thanks Robin.
WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joro@8bytes.org>
To: Robin Murphy <robin.murphy@arm.com>
Cc: will@kernel.org, iommu@lists.linux.dev,
linux-arm-kernel@lists.infradead.org, robdclark@gmail.com,
yong.wu@mediatek.com
Subject: Re: [PATCH 0/9] iommu: {map,unmap}_pages cleanup
Date: Sat, 19 Nov 2022 10:44:44 +0100 [thread overview]
Message-ID: <Y3iljDFK3bkZWdbv@8bytes.org> (raw)
In-Reply-To: <cover.1668100209.git.robin.murphy@arm.com>
On Tue, Nov 15, 2022 at 03:26:34PM +0000, Robin Murphy wrote:
> Robin Murphy (9):
> iommu/mediatek-v1: Update to {map,unmap}_pages
> iommu/sprd: Update to {map,unmap}_pages
> iommu/mediatek: Update to {map,unmap}_pages
> iommu/msm: Update to {map,unmap}_pages
> iommu/ipmmu-vmsa: Update to {map,unmap}_pages
> iommu/qcom: Update to {map,unmap}_pages
> iommu/io-pgtable-arm: Remove map/unmap
> iommu/io-pgtable-arm-v7s: Remove map/unmap
> iommu/io-pgtable: Remove map/unmap
>
> drivers/iommu/arm/arm-smmu/qcom_iommu.c | 14 +++++----
> drivers/iommu/io-pgtable-arm-v7s.c | 41 +++++++++---------------
> drivers/iommu/io-pgtable-arm.c | 42 +++++++++----------------
> drivers/iommu/ipmmu-vmsa.c | 18 +++++------
> drivers/iommu/msm_iommu.c | 18 ++++++-----
> drivers/iommu/mtk_iommu.c | 15 ++++-----
> drivers/iommu/mtk_iommu_v1.c | 30 +++++++++---------
> drivers/iommu/sprd-iommu.c | 25 ++++++++-------
> include/linux/io-pgtable.h | 6 ----
> 9 files changed, 94 insertions(+), 115 deletions(-)
Applied, thanks Robin.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-11-19 9:44 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-15 15:26 [PATCH 0/9] iommu: {map,unmap}_pages cleanup Robin Murphy
2022-11-15 15:26 ` Robin Murphy
2022-11-15 15:26 ` [PATCH 1/9] iommu/mediatek-v1: Update to {map,unmap}_pages Robin Murphy
2022-11-15 15:26 ` Robin Murphy
2022-11-15 15:26 ` [PATCH 2/9] iommu/sprd: " Robin Murphy
2022-11-15 15:26 ` Robin Murphy
2022-11-15 15:26 ` [PATCH 3/9] iommu/mediatek: " Robin Murphy
2022-11-15 15:26 ` Robin Murphy
2022-11-15 15:26 ` [PATCH 4/9] iommu/msm: " Robin Murphy
2022-11-15 15:26 ` Robin Murphy
2022-11-15 15:26 ` [PATCH 5/9] iommu/ipmmu-vmsa: " Robin Murphy
2022-11-15 15:26 ` Robin Murphy
2022-11-15 15:26 ` [PATCH 6/9] iommu/qcom: " Robin Murphy
2022-11-15 15:26 ` Robin Murphy
2022-11-15 15:26 ` [PATCH 7/9] iommu/io-pgtable-arm: Remove map/unmap Robin Murphy
2022-11-15 15:26 ` Robin Murphy
2022-11-15 15:26 ` [PATCH 8/9] iommu/io-pgtable-arm-v7s: " Robin Murphy
2022-11-15 15:26 ` Robin Murphy
2022-11-15 15:26 ` [PATCH 9/9] iommu/io-pgtable: " Robin Murphy
2022-11-15 15:26 ` Robin Murphy
2022-11-18 14:41 ` [PATCH 0/9] iommu: {map,unmap}_pages cleanup Will Deacon
2022-11-18 14:41 ` Will Deacon
2022-11-19 9:44 ` Joerg Roedel [this message]
2022-11-19 9:44 ` Joerg Roedel
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=Y3iljDFK3bkZWdbv@8bytes.org \
--to=joro@8bytes.org \
--cc=iommu@lists.linux.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=robdclark@gmail.com \
--cc=robin.murphy@arm.com \
--cc=will@kernel.org \
--cc=yong.wu@mediatek.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 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.