All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ming Qian <ming.qian@nxp.com>
To: Hans Verkuil <hverkuil-cisco@xs4all.nl>,
	"mchehab@kernel.org" <mchehab@kernel.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>
Cc: "robh+dt@kernel.org" <robh+dt@kernel.org>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	dl-linux-imx <linux-imx@nxp.com>,
	Aisheng Dong <aisheng.dong@nxp.com>,
	"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	linux-devicetree <devicetree@vger.kernel.org>
Subject: RE: [EXT] Re: [PATCH] dt-bindings: media: amphion: use hyphen in node name of vpu core
Date: Tue, 14 Mar 2023 01:05:07 +0000	[thread overview]
Message-ID: <AM6PR04MB6341E19CC7CA62A42342F3D8E7BE9@AM6PR04MB6341.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <04465497-306b-6e37-9dca-45d194d9d926@xs4all.nl>

Hi Hans,
    Thank you for reminding me, I think it's OK to drop it.
Ming

>Ming,
>
>I recommend reposting this patch if you still want it.
>
>Regards,
>
>        Hans
>
>On 24/11/2022 09:48, Hans Verkuil wrote:
>> Rob, can you Ack (or nack) this old patch? It looks like it was
>> missed, most likely because the devicetree ML wasn't CCed.
>>
>> Regards,
>>
>>       Hans
>>
>> On 11/04/2022 09:48, Ming Qian wrote:
>>> Hyphen is recommended in node name than underscore.
>>> So change the node name from "vpu_core" to "vpu-core"
>>>
>>> Signed-off-by: Ming Qian <ming.qian@nxp.com>
>>> ---
>>>  Documentation/devicetree/bindings/media/amphion,vpu.yaml | 8
>>> ++++----
>>>  1 file changed, 4 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/media/amphion,vpu.yaml
>>> b/Documentation/devicetree/bindings/media/amphion,vpu.yaml
>>> index a9d80eaeeeb6..c0d83d755239 100644
>>> --- a/Documentation/devicetree/bindings/media/amphion,vpu.yaml
>>> +++ b/Documentation/devicetree/bindings/media/amphion,vpu.yaml
>>> @@ -47,7 +47,7 @@ patternProperties:
>>>      $ref: ../mailbox/fsl,mu.yaml#
>>>
>>>
>>> -  "^vpu_core@[0-9a-f]+$":
>>> +  "^vpu-core@[0-9a-f]+$":
>>>      description:
>>>        Each core correspond a decoder or encoder, need to configure them
>>>        separately. NXP i.MX8QM SoC has one decoder and two encoder,
>>> i.MX8QXP SoC @@ -143,7 +143,7 @@ examples:
>>>          power-domains = <&pd IMX_SC_R_VPU_MU_2>;
>>>        };
>>>
>>> -      vpu_core0: vpu_core@2d080000 {
>>> +      vpu_core0: vpu-core@2d080000 {
>>>          compatible = "nxp,imx8q-vpu-decoder";
>>>          reg = <0x2d080000 0x10000>;
>>>          power-domains = <&pd IMX_SC_R_VPU_DEC_0>; @@ -154,7 +154,7
>>> @@ examples:
>>>          memory-region = <&decoder_boot>, <&decoder_rpc>;
>>>        };
>>>
>>> -      vpu_core1: vpu_core@2d090000 {
>>> +      vpu_core1: vpu-core@2d090000 {
>>>          compatible = "nxp,imx8q-vpu-encoder";
>>>          reg = <0x2d090000 0x10000>;
>>>          power-domains = <&pd IMX_SC_R_VPU_ENC_0>; @@ -165,7 +165,7
>>> @@ examples:
>>>          memory-region = <&encoder1_boot>, <&encoder1_rpc>;
>>>        };
>>>
>>> -      vpu_core2: vpu_core@2d0a0000 {
>>> +      vpu_core2: vpu-core@2d0a0000 {
>>>          reg = <0x2d0a0000 0x10000>;
>>>          compatible = "nxp,imx8q-vpu-encoder";
>>>          power-domains = <&pd IMX_SC_R_VPU_ENC_1>;
>>


WARNING: multiple messages have this Message-ID (diff)
From: Ming Qian <ming.qian@nxp.com>
To: Hans Verkuil <hverkuil-cisco@xs4all.nl>,
	"mchehab@kernel.org" <mchehab@kernel.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>
Cc: "robh+dt@kernel.org" <robh+dt@kernel.org>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	dl-linux-imx <linux-imx@nxp.com>,
	Aisheng Dong <aisheng.dong@nxp.com>,
	"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	linux-devicetree <devicetree@vger.kernel.org>
Subject: RE: [EXT] Re: [PATCH] dt-bindings: media: amphion: use hyphen in node name of vpu core
Date: Tue, 14 Mar 2023 01:05:07 +0000	[thread overview]
Message-ID: <AM6PR04MB6341E19CC7CA62A42342F3D8E7BE9@AM6PR04MB6341.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <04465497-306b-6e37-9dca-45d194d9d926@xs4all.nl>

Hi Hans,
    Thank you for reminding me, I think it's OK to drop it.
Ming

>Ming,
>
>I recommend reposting this patch if you still want it.
>
>Regards,
>
>        Hans
>
>On 24/11/2022 09:48, Hans Verkuil wrote:
>> Rob, can you Ack (or nack) this old patch? It looks like it was
>> missed, most likely because the devicetree ML wasn't CCed.
>>
>> Regards,
>>
>>       Hans
>>
>> On 11/04/2022 09:48, Ming Qian wrote:
>>> Hyphen is recommended in node name than underscore.
>>> So change the node name from "vpu_core" to "vpu-core"
>>>
>>> Signed-off-by: Ming Qian <ming.qian@nxp.com>
>>> ---
>>>  Documentation/devicetree/bindings/media/amphion,vpu.yaml | 8
>>> ++++----
>>>  1 file changed, 4 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/media/amphion,vpu.yaml
>>> b/Documentation/devicetree/bindings/media/amphion,vpu.yaml
>>> index a9d80eaeeeb6..c0d83d755239 100644
>>> --- a/Documentation/devicetree/bindings/media/amphion,vpu.yaml
>>> +++ b/Documentation/devicetree/bindings/media/amphion,vpu.yaml
>>> @@ -47,7 +47,7 @@ patternProperties:
>>>      $ref: ../mailbox/fsl,mu.yaml#
>>>
>>>
>>> -  "^vpu_core@[0-9a-f]+$":
>>> +  "^vpu-core@[0-9a-f]+$":
>>>      description:
>>>        Each core correspond a decoder or encoder, need to configure them
>>>        separately. NXP i.MX8QM SoC has one decoder and two encoder,
>>> i.MX8QXP SoC @@ -143,7 +143,7 @@ examples:
>>>          power-domains = <&pd IMX_SC_R_VPU_MU_2>;
>>>        };
>>>
>>> -      vpu_core0: vpu_core@2d080000 {
>>> +      vpu_core0: vpu-core@2d080000 {
>>>          compatible = "nxp,imx8q-vpu-decoder";
>>>          reg = <0x2d080000 0x10000>;
>>>          power-domains = <&pd IMX_SC_R_VPU_DEC_0>; @@ -154,7 +154,7
>>> @@ examples:
>>>          memory-region = <&decoder_boot>, <&decoder_rpc>;
>>>        };
>>>
>>> -      vpu_core1: vpu_core@2d090000 {
>>> +      vpu_core1: vpu-core@2d090000 {
>>>          compatible = "nxp,imx8q-vpu-encoder";
>>>          reg = <0x2d090000 0x10000>;
>>>          power-domains = <&pd IMX_SC_R_VPU_ENC_0>; @@ -165,7 +165,7
>>> @@ examples:
>>>          memory-region = <&encoder1_boot>, <&encoder1_rpc>;
>>>        };
>>>
>>> -      vpu_core2: vpu_core@2d0a0000 {
>>> +      vpu_core2: vpu-core@2d0a0000 {
>>>          reg = <0x2d0a0000 0x10000>;
>>>          compatible = "nxp,imx8q-vpu-encoder";
>>>          power-domains = <&pd IMX_SC_R_VPU_ENC_1>;
>>

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

  reply	other threads:[~2023-03-14  1:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-11  7:48 [PATCH] dt-bindings: media: amphion: use hyphen in node name of vpu core Ming Qian
2022-04-11  7:48 ` Ming Qian
2022-11-24  8:48 ` Hans Verkuil
2022-11-24  8:48   ` Hans Verkuil
2023-03-13 13:26   ` Hans Verkuil
2023-03-13 13:26     ` Hans Verkuil
2023-03-14  1:05     ` Ming Qian [this message]
2023-03-14  1:05       ` [EXT] " Ming Qian

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=AM6PR04MB6341E19CC7CA62A42342F3D8E7BE9@AM6PR04MB6341.eurprd04.prod.outlook.com \
    --to=ming.qian@nxp.com \
    --cc=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@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.