linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Devi Priya <quic_devipriy@quicinc.com>,
	Bjorn Andersson <andersson@kernel.org>
Cc: agross@kernel.org, konrad.dybcio@linaro.org, robh+dt@kernel.org,
	 krzysztof.kozlowski+dt@linaro.org, mturquette@baylibre.com,
	sboyd@kernel.org,  catalin.marinas@arm.com, will@kernel.org,
	p.zabel@pengutronix.de,  shawnguo@kernel.org, arnd@arndb.de,
	marcel.ziswiler@toradex.com,  dmitry.baryshkov@linaro.org,
	nfraprado@collabora.com, broonie@kernel.org,
	 linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
	 linux-gpio@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,  quic_srichara@quicinc.com,
	quic_gokulsri@quicinc.com,  quic_sjaganat@quicinc.com,
	quic_kathirav@quicinc.com,  quic_arajkuma@quicinc.com,
	quic_anusha@quicinc.com, quic_poovendh@quicinc.com
Subject: Re: [PATCH V9 4/6] pinctrl: qcom: Add IPQ9574 pinctrl driver
Date: Sun, 19 Mar 2023 22:02:31 +0100	[thread overview]
Message-ID: <CACRpkdZYOQ6JvQvg5gcUb1x+FOeTn-H5rOnK=8EgDBmZh9DYig@mail.gmail.com> (raw)
In-Reply-To: <20230316072940.29137-5-quic_devipriy@quicinc.com>

On Thu, Mar 16, 2023 at 8:31 AM Devi Priya <quic_devipriy@quicinc.com> wrote:

> Add pinctrl definitions for the TLMM of IPQ9574
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Co-developed-by: Anusha Rao <quic_anusha@quicinc.com>
> Signed-off-by: Anusha Rao <quic_anusha@quicinc.com>
> Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
> ---
>  Changes in V9:
>         - Added COMPILE_TEST for non-OF configurations in config PINCTRL_IPQ9574
>         - Unwrapped the lines for PINGROUP 34 & 62 in ipq9574_groups
>         - Removed the comma from terminator line in ipq9574_pinctrl_of_match[] array
>         - Moved the MODULE_DEVICE_TABLE entry just below the array
>           ipq9574_pinctrl_of_match[]

Looks good to me but I would like Bjorns ACK on this patch before I merge it
if possible.

Yours,
Linus Walleij

_______________________________________________
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-19 21:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16  7:29 [PATCH V9 0/6] Add minimal boot support for IPQ9574 Devi Priya
2023-03-16  7:29 ` [PATCH V9 1/6] dt-bindings: clock: Add ipq9574 clock and reset definitions Devi Priya
2023-03-16  7:29 ` [PATCH V9 3/6] dt-bindings: pinctrl: qcom: Add support for IPQ9574 Devi Priya
2023-03-19 21:00   ` Linus Walleij
2023-03-16  7:29 ` [PATCH V9 4/6] pinctrl: qcom: Add IPQ9574 pinctrl driver Devi Priya
2023-03-19 21:02   ` Linus Walleij [this message]
2023-03-19 21:03     ` Linus Walleij
2023-03-16  7:29 ` [PATCH V9 5/6] arm64: dts: qcom: Add ipq9574 SoC and AL02 board support Devi Priya
2023-03-16  7:29 ` [PATCH V9 6/6] arm64: defconfig: Enable IPQ9574 SoC base configs Devi Priya
2023-04-07 17:41 ` (subset) [PATCH V9 0/6] Add minimal boot support for IPQ9574 Bjorn Andersson

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='CACRpkdZYOQ6JvQvg5gcUb1x+FOeTn-H5rOnK=8EgDBmZh9DYig@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=mturquette@baylibre.com \
    --cc=nfraprado@collabora.com \
    --cc=p.zabel@pengutronix.de \
    --cc=quic_anusha@quicinc.com \
    --cc=quic_arajkuma@quicinc.com \
    --cc=quic_devipriy@quicinc.com \
    --cc=quic_gokulsri@quicinc.com \
    --cc=quic_kathirav@quicinc.com \
    --cc=quic_poovendh@quicinc.com \
    --cc=quic_sjaganat@quicinc.com \
    --cc=quic_srichara@quicinc.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=shawnguo@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).