All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joro@8bytes.org>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: "Chengci.Xu" <chengci.xu@mediatek.com>,
	Yong Wu <yong.wu@mediatek.com>, Will Deacon <will@kernel.org>,
	Robin Murphy <robin.murphy@arm.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	iommu@lists.linux.dev, linux-mediatek@lists.infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Project_Global_Chrome_Upstream_Group@mediatek.com
Subject: Re: [PATCH v6 0/4] MT8188 IOMMU SUPPORT
Date: Fri, 13 Jan 2023 16:31:37 +0100	[thread overview]
Message-ID: <Y8F5WUCr5bzv9SgS@8bytes.org> (raw)
In-Reply-To: <20221223101439.494-1-chengci.xu@mediatek.com>

Matthias,

On Fri, Dec 23, 2022 at 06:14:35PM +0800, Chengci.Xu wrote:
> Chengci.Xu (4):
>   dt-bindings: mediatek: mt8188: Add binding for MM & INFRA IOMMU
>   iommu/mediatek: Adjust mtk_iommu_config flow
>   iommu/mediatek: Add enable IOMMU SMC command for INFRA master
>   iommu/mediatek: Add MT8188 IOMMU Support
> 
>  .../bindings/iommu/mediatek,iommu.yaml        |  12 +-
>  drivers/iommu/mtk_iommu.c                     | 113 +++-
>  .../memory/mediatek,mt8188-memory-port.h      | 482 ++++++++++++++++++
>  include/soc/mediatek/smi.h                    |   1 +
>  4 files changed, 584 insertions(+), 24 deletions(-)
>  create mode 100644 include/dt-bindings/memory/mediatek,mt8188-memory-port.h

Please let me know when this can be merged.

WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joro@8bytes.org>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: "Chengci.Xu" <chengci.xu@mediatek.com>,
	Yong Wu <yong.wu@mediatek.com>, Will Deacon <will@kernel.org>,
	Robin Murphy <robin.murphy@arm.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	iommu@lists.linux.dev, linux-mediatek@lists.infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Project_Global_Chrome_Upstream_Group@mediatek.com
Subject: Re: [PATCH v6 0/4] MT8188 IOMMU SUPPORT
Date: Fri, 13 Jan 2023 16:31:37 +0100	[thread overview]
Message-ID: <Y8F5WUCr5bzv9SgS@8bytes.org> (raw)
In-Reply-To: <20221223101439.494-1-chengci.xu@mediatek.com>

Matthias,

On Fri, Dec 23, 2022 at 06:14:35PM +0800, Chengci.Xu wrote:
> Chengci.Xu (4):
>   dt-bindings: mediatek: mt8188: Add binding for MM & INFRA IOMMU
>   iommu/mediatek: Adjust mtk_iommu_config flow
>   iommu/mediatek: Add enable IOMMU SMC command for INFRA master
>   iommu/mediatek: Add MT8188 IOMMU Support
> 
>  .../bindings/iommu/mediatek,iommu.yaml        |  12 +-
>  drivers/iommu/mtk_iommu.c                     | 113 +++-
>  .../memory/mediatek,mt8188-memory-port.h      | 482 ++++++++++++++++++
>  include/soc/mediatek/smi.h                    |   1 +
>  4 files changed, 584 insertions(+), 24 deletions(-)
>  create mode 100644 include/dt-bindings/memory/mediatek,mt8188-memory-port.h

Please let me know when this can be merged.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-01-13 15:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-23 10:14 [PATCH v6 0/4] MT8188 IOMMU SUPPORT Chengci.Xu
2022-12-23 10:14 ` Chengci.Xu
2022-12-23 10:14 ` [PATCH v6 1/4] dt-bindings: mediatek: mt8188: Add binding for MM & INFRA IOMMU Chengci.Xu
2022-12-23 10:14   ` Chengci.Xu
2022-12-23 10:14 ` [PATCH v6 2/4] iommu/mediatek: Adjust mtk_iommu_config flow Chengci.Xu
2022-12-23 10:14   ` Chengci.Xu
2022-12-23 10:14 ` [PATCH v6 3/4] iommu/mediatek: Add enable IOMMU SMC command for INFRA master Chengci.Xu
2022-12-23 10:14   ` Chengci.Xu
2022-12-23 10:14 ` [PATCH v6 4/4] iommu/mediatek: Add MT8188 IOMMU Support Chengci.Xu
2022-12-23 10:14   ` Chengci.Xu
2023-01-13 15:31 ` Joerg Roedel [this message]
2023-01-13 15:31   ` [PATCH v6 0/4] MT8188 IOMMU SUPPORT 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=Y8F5WUCr5bzv9SgS@8bytes.org \
    --to=joro@8bytes.org \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=chengci.xu@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=iommu@lists.linux.dev \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --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.