All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v8 2/5] mfd: qcom-spmi-pmic: add support for PMP8074
@ 2022-08-20 13:03 Adrian Ignac
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Ignac @ 2022-08-20 13:03 UTC (permalink / raw)
  To: robimarko
  Cc: agross, bjorn.andersson, devicetree, jic23, konrad.dybcio,
	krzysztof.kozlowski+dt, lars, lee.jones, lee, linux-arm-msm,
	linux-iio, linux-kernel, robh+dt, sboyd



Sent from my iPhone

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

* Re: [PATCH v8 2/5] mfd: qcom-spmi-pmic: add support for PMP8074
  2022-08-18 22:18 ` [PATCH v8 2/5] " Robert Marko
@ 2022-09-08  8:16   ` Lee Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Lee Jones @ 2022-09-08  8:16 UTC (permalink / raw)
  To: Robert Marko
  Cc: agross, bjorn.andersson, konrad.dybcio, robh+dt,
	krzysztof.kozlowski+dt, jic23, lars, sboyd, linux-arm-msm,
	devicetree, linux-kernel, linux-iio, Lee Jones

On Fri, 19 Aug 2022, Robert Marko wrote:

> Add support for PMP8074 PMIC which is a companion PMIC for the Qualcomm
> IPQ8074 SoC-s.
> 
> It shares the same subtype identifier as PM8901.
> 
> Signed-off-by: Robert Marko <robimarko@gmail.com>
> Acked-by: Lee Jones <lee.jones@linaro.org>
> ---
>  drivers/mfd/qcom-spmi-pmic.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

-- 
Lee Jones [李琼斯]

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

* [PATCH v8 2/5] mfd: qcom-spmi-pmic: add support for PMP8074
  2022-08-18 22:18 [PATCH v8 1/5] dt-bindings: " Robert Marko
@ 2022-08-18 22:18 ` Robert Marko
  2022-09-08  8:16   ` Lee Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Marko @ 2022-08-18 22:18 UTC (permalink / raw)
  To: agross, bjorn.andersson, konrad.dybcio, lee, robh+dt,
	krzysztof.kozlowski+dt, jic23, lars, sboyd, linux-arm-msm,
	devicetree, linux-kernel, linux-iio
  Cc: Robert Marko, Lee Jones

Add support for PMP8074 PMIC which is a companion PMIC for the Qualcomm
IPQ8074 SoC-s.

It shares the same subtype identifier as PM8901.

Signed-off-by: Robert Marko <robimarko@gmail.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
---
 drivers/mfd/qcom-spmi-pmic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/qcom-spmi-pmic.c b/drivers/mfd/qcom-spmi-pmic.c
index 00003a868d28..7e2cd79d17eb 100644
--- a/drivers/mfd/qcom-spmi-pmic.c
+++ b/drivers/mfd/qcom-spmi-pmic.c
@@ -60,6 +60,7 @@ static const struct of_device_id pmic_spmi_id_table[] = {
 	{ .compatible = "qcom,pmi8994", .data = N_USIDS(2) },
 	{ .compatible = "qcom,pmi8998", .data = N_USIDS(2) },
 	{ .compatible = "qcom,pmk8002", .data = N_USIDS(2) },
+	{ .compatible = "qcom,pmp8074", .data = N_USIDS(2) },
 	{ .compatible = "qcom,smb2351", .data = N_USIDS(2) },
 	{ .compatible = "qcom,spmi-pmic", .data = N_USIDS(1) },
 	{ }
-- 
2.37.2


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

end of thread, other threads:[~2022-09-08  8:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-20 13:03 [PATCH v8 2/5] mfd: qcom-spmi-pmic: add support for PMP8074 Adrian Ignac
  -- strict thread matches above, loose matches on Subject: below --
2022-08-18 22:18 [PATCH v8 1/5] dt-bindings: " Robert Marko
2022-08-18 22:18 ` [PATCH v8 2/5] " Robert Marko
2022-09-08  8:16   ` Lee Jones

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.