From: "Heiko Stübner" <heiko@sntech.de>
To: conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
robh+dt@kernel.org, robin.murphy@arm.com,
devicetree@vger.kernel.org, iommu@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org,
Andy Yan <andyshrk@163.com>
Cc: Andy Yan <andy.yan@rock-chips.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
joro@8bytes.org, will@kernel.org
Subject: Re: [PATCH] dt-bindings: iommu: rockchip: Add Rockchip RK3588
Date: Mon, 11 Dec 2023 14:08:51 +0100 [thread overview]
Message-ID: <5370401.0VBMTVartN@diego> (raw)
In-Reply-To: <20231209015038.1457967-1-andyshrk@163.com>
Hi Andy,
Am Samstag, 9. Dezember 2023, 02:50:38 CET schrieb Andy Yan:
> From: Andy Yan <andy.yan@rock-chips.com>
>
> Add a Rockchip RK3588 compatible
>
> I split it from the vop2 patch series as suggested by Heiko[0]
correct, but something with the addresses did go wrong
# scripts/get_maintainer.pl -f Documentation/devicetree/bindings/iommu/
lists among the other people especially:
Joerg Roedel <joro@8bytes.org> (maintainer:IOMMU SUBSYSTEM)
Will Deacon <will@kernel.org> (maintainer:IOMMU SUBSYSTEM)
as the maintainers for the iommu subsystem and I don't see them
in the recipient list.
Heiko
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> [0]https://patchwork.kernel.org/project/dri-devel/patch/20231207080235.652719-1-andyshrk@163.com/
>
> ---
>
> .../devicetree/bindings/iommu/rockchip,iommu.yaml | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml b/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> index ba9124f721f1..621dde0e45d8 100644
> --- a/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> +++ b/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> @@ -19,9 +19,14 @@ description: |+
>
> properties:
> compatible:
> - enum:
> - - rockchip,iommu
> - - rockchip,rk3568-iommu
> + oneOf:
> + - enum:
> + - rockchip,iommu
> + - rockchip,rk3568-iommu
> + - items:
> + - enum:
> + - rockchip,rk3588-iommu
> + - const: rockchip,rk3568-iommu
>
> reg:
> items:
>
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
robh+dt@kernel.org, robin.murphy@arm.com,
devicetree@vger.kernel.org, iommu@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org,
Andy Yan <andyshrk@163.com>
Cc: Andy Yan <andy.yan@rock-chips.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
joro@8bytes.org, will@kernel.org
Subject: Re: [PATCH] dt-bindings: iommu: rockchip: Add Rockchip RK3588
Date: Mon, 11 Dec 2023 14:08:51 +0100 [thread overview]
Message-ID: <5370401.0VBMTVartN@diego> (raw)
In-Reply-To: <20231209015038.1457967-1-andyshrk@163.com>
Hi Andy,
Am Samstag, 9. Dezember 2023, 02:50:38 CET schrieb Andy Yan:
> From: Andy Yan <andy.yan@rock-chips.com>
>
> Add a Rockchip RK3588 compatible
>
> I split it from the vop2 patch series as suggested by Heiko[0]
correct, but something with the addresses did go wrong
# scripts/get_maintainer.pl -f Documentation/devicetree/bindings/iommu/
lists among the other people especially:
Joerg Roedel <joro@8bytes.org> (maintainer:IOMMU SUBSYSTEM)
Will Deacon <will@kernel.org> (maintainer:IOMMU SUBSYSTEM)
as the maintainers for the iommu subsystem and I don't see them
in the recipient list.
Heiko
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> [0]https://patchwork.kernel.org/project/dri-devel/patch/20231207080235.652719-1-andyshrk@163.com/
>
> ---
>
> .../devicetree/bindings/iommu/rockchip,iommu.yaml | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml b/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> index ba9124f721f1..621dde0e45d8 100644
> --- a/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> +++ b/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> @@ -19,9 +19,14 @@ description: |+
>
> properties:
> compatible:
> - enum:
> - - rockchip,iommu
> - - rockchip,rk3568-iommu
> + oneOf:
> + - enum:
> + - rockchip,iommu
> + - rockchip,rk3568-iommu
> + - items:
> + - enum:
> + - rockchip,rk3588-iommu
> + - const: rockchip,rk3568-iommu
>
> reg:
> items:
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
robh+dt@kernel.org, robin.murphy@arm.com,
devicetree@vger.kernel.org, iommu@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org,
Andy Yan <andyshrk@163.com>
Cc: Andy Yan <andy.yan@rock-chips.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
joro@8bytes.org, will@kernel.org
Subject: Re: [PATCH] dt-bindings: iommu: rockchip: Add Rockchip RK3588
Date: Mon, 11 Dec 2023 14:08:51 +0100 [thread overview]
Message-ID: <5370401.0VBMTVartN@diego> (raw)
In-Reply-To: <20231209015038.1457967-1-andyshrk@163.com>
Hi Andy,
Am Samstag, 9. Dezember 2023, 02:50:38 CET schrieb Andy Yan:
> From: Andy Yan <andy.yan@rock-chips.com>
>
> Add a Rockchip RK3588 compatible
>
> I split it from the vop2 patch series as suggested by Heiko[0]
correct, but something with the addresses did go wrong
# scripts/get_maintainer.pl -f Documentation/devicetree/bindings/iommu/
lists among the other people especially:
Joerg Roedel <joro@8bytes.org> (maintainer:IOMMU SUBSYSTEM)
Will Deacon <will@kernel.org> (maintainer:IOMMU SUBSYSTEM)
as the maintainers for the iommu subsystem and I don't see them
in the recipient list.
Heiko
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> [0]https://patchwork.kernel.org/project/dri-devel/patch/20231207080235.652719-1-andyshrk@163.com/
>
> ---
>
> .../devicetree/bindings/iommu/rockchip,iommu.yaml | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml b/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> index ba9124f721f1..621dde0e45d8 100644
> --- a/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> +++ b/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> @@ -19,9 +19,14 @@ description: |+
>
> properties:
> compatible:
> - enum:
> - - rockchip,iommu
> - - rockchip,rk3568-iommu
> + oneOf:
> + - enum:
> + - rockchip,iommu
> + - rockchip,rk3568-iommu
> + - items:
> + - enum:
> + - rockchip,rk3588-iommu
> + - const: rockchip,rk3568-iommu
>
> reg:
> items:
>
_______________________________________________
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:[~2023-12-11 13:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-09 1:50 [PATCH] dt-bindings: iommu: rockchip: Add Rockchip RK3588 Andy Yan
2023-12-09 1:50 ` Andy Yan
2023-12-09 1:50 ` Andy Yan
2023-12-11 13:08 ` Heiko Stübner [this message]
2023-12-11 13:08 ` Heiko Stübner
2023-12-11 13:08 ` Heiko Stübner
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=5370401.0VBMTVartN@diego \
--to=heiko@sntech.de \
--cc=andy.yan@rock-chips.com \
--cc=andyshrk@163.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=iommu@lists.linux.dev \
--cc=joro@8bytes.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh+dt@kernel.org \
--cc=robin.murphy@arm.com \
--cc=will@kernel.org \
/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.