From: Baolin Wang <baolin.wang@linux•alibaba.com>
To: joro@8bytes•org, will@kernel•org, robin.murphy@arm•com,
agross@kernel•org, bjorn.andersson@linaro•org,
matthias.bgg@gmail•com, robdclark@gmail•com, robh@kernel•org,
tomeu.vizoso@collabora•com, steven.price@arm•com,
alyssa.rosenzweig@collabora•com, airlied@linux•ie,
daniel@ffwll•ch
Cc: linux-arm-msm@vger•kernel.org, linux-kernel@vger•kernel.org,
dri-devel@lists•freedesktop.org,
iommu@lists•linux-foundation.org,
linux-mediatek@lists•infradead.org,
baolin.wang@linux•alibaba.com, baolin.wang7@gmail•com,
linux-arm-kernel@lists•infradead.org
Subject: [PATCH v2 0/2] Some improvements for iommu
Date: Fri, 12 Jun 2020 11:39:53 +0800 [thread overview]
Message-ID: <cover.1591930156.git.baolin.wang@linux.alibaba.com> (raw)
Hi,
The first patch masks some functions as static, and the second patch
changes to use the gfp parameter from iommu_ops->map() to allocate
ARM page pages. Any comments are welcome. Thanks.
Changes from v1:
- Fix the building errors when enabling CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST
Baolin Wang (2):
iommu: Mark __iommu_map/__iommu_map_sg as static
iommu: Add gfp parameter to io_pgtable_ops->map()
drivers/gpu/drm/panfrost/panfrost_mmu.c | 2 +-
drivers/iommu/arm-smmu-v3.c | 2 +-
drivers/iommu/arm-smmu.c | 2 +-
drivers/iommu/io-pgtable-arm-v7s.c | 18 +++++++++---------
drivers/iommu/io-pgtable-arm.c | 18 +++++++++---------
drivers/iommu/iommu.c | 10 +++++-----
drivers/iommu/ipmmu-vmsa.c | 2 +-
drivers/iommu/msm_iommu.c | 2 +-
drivers/iommu/mtk_iommu.c | 2 +-
drivers/iommu/qcom_iommu.c | 2 +-
include/linux/io-pgtable.h | 2 +-
11 files changed, 31 insertions(+), 31 deletions(-)
--
1.8.3.1
_______________________________________________
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-06-12 3:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-12 3:39 Baolin Wang [this message]
2020-06-12 3:39 ` [PATCH v2 1/2] iommu: Mark __iommu_map/__iommu_map_sg as static Baolin Wang
2020-07-14 8:26 ` Will Deacon
2020-06-12 3:39 ` [PATCH v2 2/2] iommu: Add gfp parameter to io_pgtable_ops->map() Baolin Wang
2020-07-14 8:28 ` Will Deacon
2020-07-23 11:36 ` Baolin Wang
2020-07-24 12:30 ` 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=cover.1591930156.git.baolin.wang@linux.alibaba.com \
--to=baolin.wang@linux$(echo .)alibaba.com \
--cc=agross@kernel$(echo .)org \
--cc=airlied@linux$(echo .)ie \
--cc=alyssa.rosenzweig@collabora$(echo .)com \
--cc=baolin.wang7@gmail$(echo .)com \
--cc=bjorn.andersson@linaro$(echo .)org \
--cc=daniel@ffwll$(echo .)ch \
--cc=dri-devel@lists$(echo .)freedesktop.org \
--cc=iommu@lists$(echo .)linux-foundation.org \
--cc=joro@8bytes$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-arm-msm@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mediatek@lists$(echo .)infradead.org \
--cc=matthias.bgg@gmail$(echo .)com \
--cc=robdclark@gmail$(echo .)com \
--cc=robh@kernel$(echo .)org \
--cc=robin.murphy@arm$(echo .)com \
--cc=steven.price@arm$(echo .)com \
--cc=tomeu.vizoso@collabora$(echo .)com \
--cc=will@kernel$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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