From: Rob Herring <robh@kernel.org>
To: Huqiang Qin <huqiang.qin@amlogic.com>
Cc: neil.armstrong@linaro.org, linux-gpio@vger.kernel.org,
robh+dt@kernel.org, brgl@bgdev.pl, andy@kernel.org,
linus.walleij@linaro.org, linux-amlogic@lists.infradead.org,
khilman@baylibre.com, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, linux-kernel@vger.kernel.org,
martin.blumenstingl@googlemail.com, jbrunet@baylibre.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V3 1/2] dt-bindings: pinctrl: Add compatibles for Amlogic C3 SoCs
Date: Fri, 14 Jul 2023 20:47:27 -0600 [thread overview]
Message-ID: <20230715024727.GC872287-robh@kernel.org> (raw)
In-Reply-To: <20230714122441.3098337-2-huqiang.qin@amlogic.com>
On Fri, 14 Jul 2023 20:24:40 +0800, Huqiang Qin wrote:
> Add a new compatible name for Amlogic C3 pin controller, and add
> a new dt-binding header file which document the detail pin names.
>
> Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com>
> ---
>
> V1 -> V2:
> Unchanged.
> V2 -> V3:
> Updated commit message, and compatible are sorted alphabetically.
>
> .../pinctrl/amlogic,meson-pinctrl-a1.yaml | 1 +
> include/dt-bindings/gpio/amlogic-c3-gpio.h | 72 +++++++++++++++++++
> 2 files changed, 73 insertions(+)
> create mode 100644 include/dt-bindings/gpio/amlogic-c3-gpio.h
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Huqiang Qin <huqiang.qin@amlogic.com>
Cc: neil.armstrong@linaro.org, linux-gpio@vger.kernel.org,
robh+dt@kernel.org, brgl@bgdev.pl, andy@kernel.org,
linus.walleij@linaro.org, linux-amlogic@lists.infradead.org,
khilman@baylibre.com, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, linux-kernel@vger.kernel.org,
martin.blumenstingl@googlemail.com, jbrunet@baylibre.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V3 1/2] dt-bindings: pinctrl: Add compatibles for Amlogic C3 SoCs
Date: Fri, 14 Jul 2023 20:47:27 -0600 [thread overview]
Message-ID: <20230715024727.GC872287-robh@kernel.org> (raw)
In-Reply-To: <20230714122441.3098337-2-huqiang.qin@amlogic.com>
On Fri, 14 Jul 2023 20:24:40 +0800, Huqiang Qin wrote:
> Add a new compatible name for Amlogic C3 pin controller, and add
> a new dt-binding header file which document the detail pin names.
>
> Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com>
> ---
>
> V1 -> V2:
> Unchanged.
> V2 -> V3:
> Updated commit message, and compatible are sorted alphabetically.
>
> .../pinctrl/amlogic,meson-pinctrl-a1.yaml | 1 +
> include/dt-bindings/gpio/amlogic-c3-gpio.h | 72 +++++++++++++++++++
> 2 files changed, 73 insertions(+)
> create mode 100644 include/dt-bindings/gpio/amlogic-c3-gpio.h
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Huqiang Qin <huqiang.qin@amlogic.com>
Cc: neil.armstrong@linaro.org, linux-gpio@vger.kernel.org,
robh+dt@kernel.org, brgl@bgdev.pl, andy@kernel.org,
linus.walleij@linaro.org, linux-amlogic@lists.infradead.org,
khilman@baylibre.com, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, linux-kernel@vger.kernel.org,
martin.blumenstingl@googlemail.com, jbrunet@baylibre.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V3 1/2] dt-bindings: pinctrl: Add compatibles for Amlogic C3 SoCs
Date: Fri, 14 Jul 2023 20:47:27 -0600 [thread overview]
Message-ID: <20230715024727.GC872287-robh@kernel.org> (raw)
In-Reply-To: <20230714122441.3098337-2-huqiang.qin@amlogic.com>
On Fri, 14 Jul 2023 20:24:40 +0800, Huqiang Qin wrote:
> Add a new compatible name for Amlogic C3 pin controller, and add
> a new dt-binding header file which document the detail pin names.
>
> Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com>
> ---
>
> V1 -> V2:
> Unchanged.
> V2 -> V3:
> Updated commit message, and compatible are sorted alphabetically.
>
> .../pinctrl/amlogic,meson-pinctrl-a1.yaml | 1 +
> include/dt-bindings/gpio/amlogic-c3-gpio.h | 72 +++++++++++++++++++
> 2 files changed, 73 insertions(+)
> create mode 100644 include/dt-bindings/gpio/amlogic-c3-gpio.h
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
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-07-15 2:47 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-14 12:24 [PATCH V3 0/2] Add pinctrl driver support for Amlogic C3 SoCs Huqiang Qin
2023-07-14 12:24 ` Huqiang Qin
2023-07-14 12:24 ` Huqiang Qin
2023-07-14 12:24 ` Huqiang Qin
2023-07-14 12:24 ` [PATCH V3 1/2] dt-bindings: pinctrl: Add compatibles " Huqiang Qin
2023-07-14 12:24 ` Huqiang Qin
2023-07-14 12:24 ` Huqiang Qin
2023-07-14 12:24 ` Huqiang Qin
2023-07-15 2:47 ` Rob Herring [this message]
2023-07-15 2:47 ` Rob Herring
2023-07-15 2:47 ` Rob Herring
2023-07-23 19:24 ` Linus Walleij
2023-07-23 19:24 ` Linus Walleij
2023-07-14 12:24 ` [PATCH V3 2/2] pinctrl: Add driver support " Huqiang Qin
2023-07-14 12:24 ` Huqiang Qin
2023-07-14 12:24 ` Huqiang Qin
2023-07-14 12:24 ` Huqiang Qin
2023-07-16 21:20 ` Linus Walleij
2023-07-16 21:20 ` Linus Walleij
2023-07-16 21:20 ` Linus Walleij
2023-07-17 7:24 ` Huqiang Qin
2023-07-17 7:24 ` Huqiang Qin
2023-07-17 7:24 ` Huqiang Qin
2023-07-23 19:21 ` Linus Walleij
2023-07-23 19:21 ` Linus Walleij
2023-07-23 19:24 ` Linus Walleij
2023-07-23 19:24 ` Linus Walleij
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=20230715024727.GC872287-robh@kernel.org \
--to=robh@kernel.org \
--cc=andy@kernel.org \
--cc=brgl@bgdev.pl \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=huqiang.qin@amlogic.com \
--cc=jbrunet@baylibre.com \
--cc=khilman@baylibre.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=neil.armstrong@linaro.org \
--cc=robh+dt@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.