linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: (subset) [PATCH 1/4] pinctrl: qcom: spmi-gpio: Add pm8226 compatibility
@ 2021-11-27 12:26 Dominik Kobinski
  2021-11-29 12:17 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Dominik Kobinski @ 2021-11-27 12:26 UTC (permalink / raw)
  To: broonie
  Cc: agross, bjorn.andersson, ivo.ivanov.ivanov1, linus.walleij,
	linux-arm-msm, linux-gpio, linux-kernel, dominikkobinski314

I have sent a v2 of this series (https://patchwork.kernel.org/project/linux-arm-msm/list/?series=586091), but forgot to set this patch series to superseded. Sorry for the confusion.
The only change that was actually made to this patchset was the commit message to the [4/4] patch, as pointed out by Bjorn Andersson. There was also another patch added at the end of the v2 series, but I believe it doesn't concern this subsystem.
I'm not sure how it should be handled now. I am really sorry for not setting this series to superseded earlier and complicating the whole situation.

Regards,
Dominik Kobinski


^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH 1/4] pinctrl: qcom: spmi-gpio: Add pm8226 compatibility
@ 2021-11-23 17:41 Dominik Kobinski
  2021-11-27  1:30 ` (subset) " Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Dominik Kobinski @ 2021-11-23 17:41 UTC (permalink / raw)
  To: agross
  Cc: bjorn.andersson, linus.walleij, linux-arm-msm, linux-gpio,
	linux-kernel, Dominik Kobinski, Ivaylo Ivanov

Add support for pm8226 SPMI GPIOs. The PMIC features
8 GPIOs, with no holes inbetween.

Suggested-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Signed-off-by: Dominik Kobinski <dominikkobinski314@gmail.com>
---
 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
index 5283d5e9e8bc..0f0102f38cbb 100644
--- a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
+++ b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
@@ -1159,6 +1159,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
 	/* pm8150l has 12 GPIOs with holes on 7 */
 	{ .compatible = "qcom,pm8150l-gpio", .data = (void *) 12 },
 	{ .compatible = "qcom,pmc8180c-gpio", .data = (void *) 12 },
+	{ .compatible = "qcom,pm8226-gpio", .data = (void *) 8 },
 	{ .compatible = "qcom,pm8350-gpio", .data = (void *) 10 },
 	{ .compatible = "qcom,pm8350b-gpio", .data = (void *) 8 },
 	{ .compatible = "qcom,pm8350c-gpio", .data = (void *) 9 },
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-29 13:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-27 12:26 (subset) [PATCH 1/4] pinctrl: qcom: spmi-gpio: Add pm8226 compatibility Dominik Kobinski
2021-11-29 12:17 ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2021-11-23 17:41 Dominik Kobinski
2021-11-27  1:30 ` (subset) " Mark Brown

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).