From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Neil Armstrong <neil.armstrong@linaro.org>,
Andy Gross <agross@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Bjorn Andersson <andersson@kernel.org>,
Lee Jones <lee@kernel.org>,
Linus Walleij <linus.walleij@linaro.org>,
Stephen Boyd <sboyd@kernel.org>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org
Subject: Re: [PATCH 6/7] pinctrl: qcom: spmi-gpio: add support for pm8550 gpio control
Date: Wed, 16 Nov 2022 11:21:34 +0100 [thread overview]
Message-ID: <ecd5102e-92ee-7d97-8a19-51ef45b7ed1a@linaro.org> (raw)
In-Reply-To: <20221114-narmstrong-sm8550-upstream-spmi-v1-6-6338a2b4b241@linaro.org>
On 16/11/2022 11:11, Neil Armstrong wrote:
> Add support for the pm8550, pm8550b, pm8550ve, pm8550vs & pmk8550 gpio
> controllers providing GPIO control over SPMI.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
> index 89695b5a2ce7..f758522d035e 100644
> --- a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
> +++ b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
> @@ -1221,6 +1221,10 @@ static const struct of_device_id pmic_gpio_of_match[] = {
> { .compatible = "qcom,pm8350b-gpio", .data = (void *) 8 },
> { .compatible = "qcom,pm8350c-gpio", .data = (void *) 9 },
> { .compatible = "qcom,pm8450-gpio", .data = (void *) 4 },
> + { .compatible = "qcom,pm8550-gpio", .data = (void *) 12 },
> + { .compatible = "qcom,pm8550b-gpio", .data = (void *) 12 },
> + { .compatible = "qcom,pm8550ve-gpio", .data = (void *) 8 },
> + { .compatible = "qcom,pm8550vs-gpio", .data = (void *) 6 },
> { .compatible = "qcom,pm8916-gpio", .data = (void *) 4 },
> { .compatible = "qcom,pm8941-gpio", .data = (void *) 36 },
> /* pm8950 has 8 GPIOs with holes on 3 */
> @@ -1232,6 +1236,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
> { .compatible = "qcom,pmi8994-gpio", .data = (void *) 10 },
> { .compatible = "qcom,pmi8998-gpio", .data = (void *) 14 },
> { .compatible = "qcom,pmk8350-gpio", .data = (void *) 4 },
> + { .compatible = "qcom,pmk8550-gpio", .data = (void *) 6 },
> { .compatible = "qcom,pmm8155au-gpio", .data = (void *) 10 },
> /* pmp8074 has 12 GPIOs with holes on 1 and 12 */
> { .compatible = "qcom,pmp8074-gpio", .data = (void *) 12 },
>
next prev parent reply other threads:[~2022-11-16 10:21 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-16 10:11 [PATCH 0/7] qcom: add support for SPMI PMICs found on SM8550 platforms Neil Armstrong
2022-11-16 10:11 ` [PATCH 1/7] dt-bindings: mfd: qcom,spmi-pmic: document pm8550, pm8550b, pm8550ve, pm8550vs & pmk8550 Neil Armstrong
2022-11-16 11:15 ` Krzysztof Kozlowski
2022-11-16 10:11 ` [PATCH 2/7] dt-bindings: mfd: qcom,spmi-pmic: document pm8010 Neil Armstrong
2022-11-16 11:16 ` Krzysztof Kozlowski
2022-11-16 10:11 ` [PATCH 3/7] dt-bindings: mfd: qcom,spmi-pmic: document pmr735d Neil Armstrong
2022-11-16 11:16 ` Krzysztof Kozlowski
2022-11-17 7:42 ` Neil Armstrong
2022-11-17 9:18 ` Krzysztof Kozlowski
2022-11-16 10:11 ` [PATCH 4/7] dt-bindings: pinctrl: qcom,pmic-gpio: document pm8550, pm8550b, pm8550ve, pm8550vs & pmk8550 Neil Armstrong
2022-11-16 11:17 ` Krzysztof Kozlowski
2022-11-16 10:11 ` [PATCH 5/7] dt-bindings: pinctrl: qcom,pmic-gpio: document pmr735d Neil Armstrong
2022-11-16 11:17 ` Krzysztof Kozlowski
2022-11-17 7:42 ` Neil Armstrong
2022-11-17 9:18 ` Krzysztof Kozlowski
2022-11-16 10:11 ` [PATCH 6/7] pinctrl: qcom: spmi-gpio: add support for pm8550 gpio control Neil Armstrong
2022-11-16 10:21 ` Konrad Dybcio [this message]
2022-11-16 10:11 ` [PATCH 7/7] pinctrl: qcom: spmi-gpio: add support for pmr735d " Neil Armstrong
2022-11-16 10:22 ` Konrad Dybcio
2022-11-16 10:35 ` Neil Armstrong
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=ecd5102e-92ee-7d97-8a19-51ef45b7ed1a@linaro.org \
--to=konrad.dybcio@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lee@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=robh+dt@kernel.org \
--cc=sboyd@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).