From: Rob Herring <robh@kernel.org>
To: "Wells Lu 呂芳騰" <wells.lu@sunplus.com>
Cc: Wells Lu <wellslutw@gmail.com>,
"dvorkin@tibbo.com" <dvorkin@tibbo.com>,
"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linus.walleij@linaro.org" <linus.walleij@linaro.org>
Subject: Re: [PATCH v5 1/2] dt-bindings: pinctrl: Add dt-bindings for Sunplus SP7021
Date: Mon, 27 Dec 2021 12:02:19 -0400 [thread overview]
Message-ID: <Ycnji5pNLnA/YZbX@robh.at.kernel.org> (raw)
In-Reply-To: <666ad4caaafa4090a9f3c99f56c10bc8@sphcmbx02.sunplus.com.tw>
On Sun, Dec 26, 2021 at 12:44:25PM +0000, Wells Lu 呂芳騰 wrote:
> Hi Rob,
>
> Thanks a lot for review.
>
> I ran 'make dt_binding_check' and got PASS before I submitted the dt-binding doc (yaml) file.
>
> I found the "dtschema/dtc warnings/errors:" is resulted from lack of vendor name in "vendor-prefixes.yaml".
>
> My colleague has submitted a patch for adding our company name to the yaml file. It was acknowledged by you but not yet committed into Linux tree.
>
> Refer to:
>
> On Mon, 01 Nov 2021 13:01:51 +0800, Qin Jian wrote:
> > Add vendor prefix for Sunplus Technology Co., Ltd.
> >
> > Signed-off-by: Qin Jian <qinjian@cqplus1.com>
> > ---
> > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> > 1 file changed, 2 insertions(+)
> >
>
> Acked-by: Rob Herring <robh@kernel.org>
>
>
> Can this error be waived?
No. The patch for vendor prefix has to be applied before this one or
we'll keep getting this error.
> When I send a new patch, should I add "vendor-prefixes.yaml"?
As it doesn't look like that series is going to make 5.17?, I can apply
the vendor prefix patch.
Rob
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: "Wells Lu 呂芳騰" <wells.lu@sunplus.com>
Cc: Wells Lu <wellslutw@gmail.com>,
"dvorkin@tibbo.com" <dvorkin@tibbo.com>,
"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linus.walleij@linaro.org" <linus.walleij@linaro.org>
Subject: Re: [PATCH v5 1/2] dt-bindings: pinctrl: Add dt-bindings for Sunplus SP7021
Date: Mon, 27 Dec 2021 12:02:19 -0400 [thread overview]
Message-ID: <Ycnji5pNLnA/YZbX@robh.at.kernel.org> (raw)
In-Reply-To: <666ad4caaafa4090a9f3c99f56c10bc8@sphcmbx02.sunplus.com.tw>
On Sun, Dec 26, 2021 at 12:44:25PM +0000, Wells Lu 呂芳騰 wrote:
> Hi Rob,
>
> Thanks a lot for review.
>
> I ran 'make dt_binding_check' and got PASS before I submitted the dt-binding doc (yaml) file.
>
> I found the "dtschema/dtc warnings/errors:" is resulted from lack of vendor name in "vendor-prefixes.yaml".
>
> My colleague has submitted a patch for adding our company name to the yaml file. It was acknowledged by you but not yet committed into Linux tree.
>
> Refer to:
>
> On Mon, 01 Nov 2021 13:01:51 +0800, Qin Jian wrote:
> > Add vendor prefix for Sunplus Technology Co., Ltd.
> >
> > Signed-off-by: Qin Jian <qinjian@cqplus1.com>
> > ---
> > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> > 1 file changed, 2 insertions(+)
> >
>
> Acked-by: Rob Herring <robh@kernel.org>
>
>
> Can this error be waived?
No. The patch for vendor prefix has to be applied before this one or
we'll keep getting this error.
> When I send a new patch, should I add "vendor-prefixes.yaml"?
As it doesn't look like that series is going to make 5.17?, I can apply
the vendor prefix patch.
Rob
_______________________________________________
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:[~2021-12-27 16:02 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-24 7:42 [PATCH v5 0/2] This is a patch series for pinctrl driver of Sunplus SP7021 SoC Wells Lu
2021-12-24 7:42 ` Wells Lu
2021-12-24 7:42 ` [PATCH v5 1/2] dt-bindings: pinctrl: Add dt-bindings for Sunplus SP7021 Wells Lu
2021-12-24 7:42 ` Wells Lu
2021-12-25 14:48 ` Rob Herring
2021-12-25 14:48 ` Rob Herring
2021-12-26 12:44 ` Wells Lu 呂芳騰
2021-12-26 12:44 ` Wells Lu 呂芳騰
2021-12-27 16:02 ` Rob Herring [this message]
2021-12-27 16:02 ` Rob Herring
2021-12-27 16:10 ` Rob Herring
2021-12-27 16:10 ` Rob Herring
2021-12-27 17:36 ` Wells Lu 呂芳騰
2021-12-27 17:36 ` Wells Lu 呂芳騰
2021-12-24 7:42 ` [PATCH v5 2/2] pinctrl: Add driver " Wells Lu
2021-12-24 7:42 ` Wells Lu
2021-12-25 15:32 ` Andy Shevchenko
2021-12-25 15:32 ` Andy Shevchenko
2021-12-28 15:38 ` Wells Lu 呂芳騰
2021-12-28 15:38 ` Wells Lu 呂芳騰
2022-01-10 18:41 ` Andy Shevchenko
2022-01-10 18:41 ` Andy Shevchenko
2022-01-13 17:04 ` Wells Lu 呂芳騰
2022-01-13 17:04 ` Wells Lu 呂芳騰
2022-01-13 18:04 ` Andy Shevchenko
2022-01-13 18:04 ` Andy Shevchenko
2022-01-14 2:51 ` Wells Lu 呂芳騰
2022-01-14 2:51 ` Wells Lu 呂芳騰
2022-01-14 9:46 ` Andy Shevchenko
2022-01-14 9:46 ` Andy Shevchenko
2022-01-14 10:56 ` Wells Lu 呂芳騰
2022-01-14 10:56 ` Wells Lu 呂芳騰
2022-01-14 11:16 ` Andy Shevchenko
2022-01-14 11:16 ` Andy Shevchenko
2022-01-14 11:36 ` Wells Lu 呂芳騰
2022-01-14 11:36 ` Wells Lu 呂芳騰
2022-01-10 18:17 ` Wells Lu 呂芳騰
2022-01-10 18:17 ` Wells Lu 呂芳騰
2022-01-10 18:42 ` Andy Shevchenko
2022-01-10 18:42 ` Andy Shevchenko
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=Ycnji5pNLnA/YZbX@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dvorkin@tibbo.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wells.lu@sunplus.com \
--cc=wellslutw@gmail.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.