All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight
@ 2022-02-22  5:55 Satya Priya
  2022-02-22  5:55 ` [PATCH V4 1/4] dt-bindings: leds: Add pm8350c pmic support Satya Priya
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Satya Priya @ 2022-02-22  5:55 UTC (permalink / raw)
  To: Bjorn Andersson, Pavel Machek, Rob Herring
  Cc: Stephen Boyd, Matthias Kaehlcke, linux-leds, devicetree,
	linux-kernel, linux-arm-msm, Doug Anderson, Satya Priya

This series depends on [1], which adds driver for Qualcomm LPG.

[1] https://patchwork.kernel.org/project/linux-arm-msm/list/?series=615848

Satya Priya (4):
  dt-bindings: leds: Add pm8350c pmic support
  leds: Add pm8350c support to Qualcomm LPG driver
  arm64: dts: qcom: pm8350c: Add pwm support
  arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2

 Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml |  1 +
 arch/arm64/boot/dts/qcom/pm8350c.dtsi                     |  7 +++++++
 arch/arm64/boot/dts/qcom/sc7280-idp2.dts                  |  4 ++++
 drivers/leds/rgb/leds-qcom-lpg.c                          | 13 +++++++++++++
 4 files changed, 25 insertions(+)

-- 
2.7.4


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

* [PATCH V4 1/4] dt-bindings: leds: Add pm8350c pmic support
  2022-02-22  5:55 [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Satya Priya
@ 2022-02-22  5:55 ` Satya Priya
  2022-02-22 16:00   ` Bjorn Andersson
  2022-02-22  5:55 ` [PATCH V4 2/4] leds: Add pm8350c support to Qualcomm LPG driver Satya Priya
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Satya Priya @ 2022-02-22  5:55 UTC (permalink / raw)
  To: Bjorn Andersson, Pavel Machek, Rob Herring
  Cc: Stephen Boyd, Matthias Kaehlcke, linux-leds, devicetree,
	linux-kernel, linux-arm-msm, Doug Anderson, Satya Priya

Add pm8350c pmic pwm support.

Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Acked-by: Rob Herring <robh@kernel.org>
---
Changes in V2:
 - No changes.

Changes in V3:
 - No changes.

Changes in V4:
 - No changes.

 Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml
index 336bd8e..409a4c7 100644
--- a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml
+++ b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml
@@ -19,6 +19,7 @@ properties:
     enum:
       - qcom,pm8150b-lpg
       - qcom,pm8150l-lpg
+      - qcom,pm8350c-pwm
       - qcom,pm8916-pwm
       - qcom,pm8941-lpg
       - qcom,pm8994-lpg
-- 
2.7.4


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

* [PATCH V4 2/4] leds: Add pm8350c support to Qualcomm LPG driver
  2022-02-22  5:55 [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Satya Priya
  2022-02-22  5:55 ` [PATCH V4 1/4] dt-bindings: leds: Add pm8350c pmic support Satya Priya
@ 2022-02-22  5:55 ` Satya Priya
  2022-02-22 17:59   ` Bjorn Andersson
                     ` (2 more replies)
  2022-02-22  5:55 ` [PATCH V4 3/4] arm64: dts: qcom: pm8350c: Add pwm support Satya Priya
                   ` (4 subsequent siblings)
  6 siblings, 3 replies; 15+ messages in thread
From: Satya Priya @ 2022-02-22  5:55 UTC (permalink / raw)
  To: Bjorn Andersson, Pavel Machek, Rob Herring
  Cc: Stephen Boyd, Matthias Kaehlcke, linux-leds, devicetree,
	linux-kernel, linux-arm-msm, Doug Anderson, Satya Priya

Add pm8350c compatible and lpg_data to the driver.

Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
---
Changes in V2:
 - Added const for lpg_channel_data[] struct.

Changes in V3:
 - Correct the num_channels and add respective base addresses.

Changes in V4:
 - Remove .pwm_9bit_mask, add .triled_base and .triled_mask.

 drivers/leds/rgb/leds-qcom-lpg.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/drivers/leds/rgb/leds-qcom-lpg.c b/drivers/leds/rgb/leds-qcom-lpg.c
index c1ad678..ab29610 100644
--- a/drivers/leds/rgb/leds-qcom-lpg.c
+++ b/drivers/leds/rgb/leds-qcom-lpg.c
@@ -1374,9 +1374,22 @@ static const struct lpg_data pm8150l_lpg_data = {
 	},
 };
 
+static const struct lpg_data pm8350c_pwm_data = {
+	.triled_base = 0xef00,
+
+	.num_channels = 4,
+	.channels = (const struct lpg_channel_data[]) {
+		{ .base = 0xe800, .triled_mask = BIT(7) },
+		{ .base = 0xe900, .triled_mask = BIT(6) },
+		{ .base = 0xea00, .triled_mask = BIT(5) },
+		{ .base = 0xeb00 },
+	},
+};
+
 static const struct of_device_id lpg_of_table[] = {
 	{ .compatible = "qcom,pm8150b-lpg", .data = &pm8150b_lpg_data },
 	{ .compatible = "qcom,pm8150l-lpg", .data = &pm8150l_lpg_data },
+	{ .compatible = "qcom,pm8350c-pwm", .data = &pm8350c_pwm_data },
 	{ .compatible = "qcom,pm8916-pwm", .data = &pm8916_pwm_data },
 	{ .compatible = "qcom,pm8941-lpg", .data = &pm8941_lpg_data },
 	{ .compatible = "qcom,pm8994-lpg", .data = &pm8994_lpg_data },
-- 
2.7.4


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

* [PATCH V4 3/4] arm64: dts: qcom: pm8350c: Add pwm support
  2022-02-22  5:55 [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Satya Priya
  2022-02-22  5:55 ` [PATCH V4 1/4] dt-bindings: leds: Add pm8350c pmic support Satya Priya
  2022-02-22  5:55 ` [PATCH V4 2/4] leds: Add pm8350c support to Qualcomm LPG driver Satya Priya
@ 2022-02-22  5:55 ` Satya Priya
  2022-02-22 17:59   ` Bjorn Andersson
  2022-02-22  5:55 ` [PATCH V4 4/4] arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2 Satya Priya
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Satya Priya @ 2022-02-22  5:55 UTC (permalink / raw)
  To: Bjorn Andersson, Pavel Machek, Rob Herring
  Cc: Stephen Boyd, Matthias Kaehlcke, linux-leds, devicetree,
	linux-kernel, linux-arm-msm, Doug Anderson, Satya Priya

Add pwm support for PM8350C pmic.

Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
---
Changes in V2:
 - Dropped suffix '4' from pwm phandle and removed "status=ok".

Changes in V3:
 - Add reg property.

Changes in V4:
 - No Changes.

 arch/arm64/boot/dts/qcom/pm8350c.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/pm8350c.dtsi b/arch/arm64/boot/dts/qcom/pm8350c.dtsi
index e1b75ae..1ba6318 100644
--- a/arch/arm64/boot/dts/qcom/pm8350c.dtsi
+++ b/arch/arm64/boot/dts/qcom/pm8350c.dtsi
@@ -29,6 +29,13 @@
 			interrupt-controller;
 			#interrupt-cells = <2>;
 		};
+
+		pm8350c_pwm: pwm@e800 {
+			compatible = "qcom,pm8350c-pwm";
+			reg = <0xe800>;
+			#pwm-cells = <2>;
+			status = "disabled";
+		};
 	};
 };
 
-- 
2.7.4


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

* [PATCH V4 4/4] arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2
  2022-02-22  5:55 [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Satya Priya
                   ` (2 preceding siblings ...)
  2022-02-22  5:55 ` [PATCH V4 3/4] arm64: dts: qcom: pm8350c: Add pwm support Satya Priya
@ 2022-02-22  5:55 ` Satya Priya
  2022-02-22 18:00   ` Bjorn Andersson
  2022-05-04 13:45 ` [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Doug Anderson
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Satya Priya @ 2022-02-22  5:55 UTC (permalink / raw)
  To: Bjorn Andersson, Pavel Machek, Rob Herring
  Cc: Stephen Boyd, Matthias Kaehlcke, linux-leds, devicetree,
	linux-kernel, linux-arm-msm, Doug Anderson, Satya Priya

Enable pm8350c pmic pwm support for backlight on sc7280-idp2.

Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
---
Changes in V3:
 - New patch added in V3, to enable pwm support on sc7280-idp2 board.

Changes in V4:
 - No changes.

 arch/arm64/boot/dts/qcom/sc7280-idp2.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
index 73b9911..d4f7cab 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
@@ -34,3 +34,7 @@
 &nvme_3v3_regulator {
 	gpio = <&tlmm 51 GPIO_ACTIVE_HIGH>;
 };
+
+&pm8350c_pwm {
+	status = "okay";
+};
-- 
2.7.4


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

* Re: [PATCH V4 1/4] dt-bindings: leds: Add pm8350c pmic support
  2022-02-22  5:55 ` [PATCH V4 1/4] dt-bindings: leds: Add pm8350c pmic support Satya Priya
@ 2022-02-22 16:00   ` Bjorn Andersson
  0 siblings, 0 replies; 15+ messages in thread
From: Bjorn Andersson @ 2022-02-22 16:00 UTC (permalink / raw)
  To: Satya Priya
  Cc: Pavel Machek, Rob Herring, Stephen Boyd, Matthias Kaehlcke,
	linux-leds, devicetree, linux-kernel, linux-arm-msm,
	Doug Anderson

On Mon 21 Feb 21:55 PST 2022, Satya Priya wrote:

> Add pm8350c pmic pwm support.
> 
> Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com>
> Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>
> Acked-by: Rob Herring <robh@kernel.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> ---
> Changes in V2:
>  - No changes.
> 
> Changes in V3:
>  - No changes.
> 
> Changes in V4:
>  - No changes.
> 
>  Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml
> index 336bd8e..409a4c7 100644
> --- a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml
> +++ b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml
> @@ -19,6 +19,7 @@ properties:
>      enum:
>        - qcom,pm8150b-lpg
>        - qcom,pm8150l-lpg
> +      - qcom,pm8350c-pwm
>        - qcom,pm8916-pwm
>        - qcom,pm8941-lpg
>        - qcom,pm8994-lpg
> -- 
> 2.7.4
> 

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

* Re: [PATCH V4 2/4] leds: Add pm8350c support to Qualcomm LPG driver
  2022-02-22  5:55 ` [PATCH V4 2/4] leds: Add pm8350c support to Qualcomm LPG driver Satya Priya
@ 2022-02-22 17:59   ` Bjorn Andersson
  2022-02-22 19:42   ` Stephen Boyd
  2022-03-01 17:21   ` Doug Anderson
  2 siblings, 0 replies; 15+ messages in thread
From: Bjorn Andersson @ 2022-02-22 17:59 UTC (permalink / raw)
  To: Satya Priya
  Cc: Pavel Machek, Rob Herring, Stephen Boyd, Matthias Kaehlcke,
	linux-leds, devicetree, linux-kernel, linux-arm-msm,
	Doug Anderson

On Mon 21 Feb 21:55 PST 2022, Satya Priya wrote:

> Add pm8350c compatible and lpg_data to the driver.
> 
> Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com>
> Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> ---
> Changes in V2:
>  - Added const for lpg_channel_data[] struct.
> 
> Changes in V3:
>  - Correct the num_channels and add respective base addresses.
> 
> Changes in V4:
>  - Remove .pwm_9bit_mask, add .triled_base and .triled_mask.

This changed the patch quite a bit. In general when this happen I would
suggest that you don't keep previously acquired Reviewed-bys.

Regards,
Bjorn

> 
>  drivers/leds/rgb/leds-qcom-lpg.c | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/drivers/leds/rgb/leds-qcom-lpg.c b/drivers/leds/rgb/leds-qcom-lpg.c
> index c1ad678..ab29610 100644
> --- a/drivers/leds/rgb/leds-qcom-lpg.c
> +++ b/drivers/leds/rgb/leds-qcom-lpg.c
> @@ -1374,9 +1374,22 @@ static const struct lpg_data pm8150l_lpg_data = {
>  	},
>  };
>  
> +static const struct lpg_data pm8350c_pwm_data = {
> +	.triled_base = 0xef00,
> +
> +	.num_channels = 4,
> +	.channels = (const struct lpg_channel_data[]) {
> +		{ .base = 0xe800, .triled_mask = BIT(7) },
> +		{ .base = 0xe900, .triled_mask = BIT(6) },
> +		{ .base = 0xea00, .triled_mask = BIT(5) },
> +		{ .base = 0xeb00 },
> +	},
> +};
> +
>  static const struct of_device_id lpg_of_table[] = {
>  	{ .compatible = "qcom,pm8150b-lpg", .data = &pm8150b_lpg_data },
>  	{ .compatible = "qcom,pm8150l-lpg", .data = &pm8150l_lpg_data },
> +	{ .compatible = "qcom,pm8350c-pwm", .data = &pm8350c_pwm_data },
>  	{ .compatible = "qcom,pm8916-pwm", .data = &pm8916_pwm_data },
>  	{ .compatible = "qcom,pm8941-lpg", .data = &pm8941_lpg_data },
>  	{ .compatible = "qcom,pm8994-lpg", .data = &pm8994_lpg_data },
> -- 
> 2.7.4
> 

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

* Re: [PATCH V4 3/4] arm64: dts: qcom: pm8350c: Add pwm support
  2022-02-22  5:55 ` [PATCH V4 3/4] arm64: dts: qcom: pm8350c: Add pwm support Satya Priya
@ 2022-02-22 17:59   ` Bjorn Andersson
  0 siblings, 0 replies; 15+ messages in thread
From: Bjorn Andersson @ 2022-02-22 17:59 UTC (permalink / raw)
  To: Satya Priya
  Cc: Pavel Machek, Rob Herring, Stephen Boyd, Matthias Kaehlcke,
	linux-leds, devicetree, linux-kernel, linux-arm-msm,
	Doug Anderson

On Mon 21 Feb 21:55 PST 2022, Satya Priya wrote:

> Add pwm support for PM8350C pmic.
> 
> Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com>
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> ---
> Changes in V2:
>  - Dropped suffix '4' from pwm phandle and removed "status=ok".
> 
> Changes in V3:
>  - Add reg property.
> 
> Changes in V4:
>  - No Changes.
> 
>  arch/arm64/boot/dts/qcom/pm8350c.dtsi | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/pm8350c.dtsi b/arch/arm64/boot/dts/qcom/pm8350c.dtsi
> index e1b75ae..1ba6318 100644
> --- a/arch/arm64/boot/dts/qcom/pm8350c.dtsi
> +++ b/arch/arm64/boot/dts/qcom/pm8350c.dtsi
> @@ -29,6 +29,13 @@
>  			interrupt-controller;
>  			#interrupt-cells = <2>;
>  		};
> +
> +		pm8350c_pwm: pwm@e800 {
> +			compatible = "qcom,pm8350c-pwm";
> +			reg = <0xe800>;
> +			#pwm-cells = <2>;
> +			status = "disabled";
> +		};
>  	};
>  };
>  
> -- 
> 2.7.4
> 

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

* Re: [PATCH V4 4/4] arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2
  2022-02-22  5:55 ` [PATCH V4 4/4] arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2 Satya Priya
@ 2022-02-22 18:00   ` Bjorn Andersson
  0 siblings, 0 replies; 15+ messages in thread
From: Bjorn Andersson @ 2022-02-22 18:00 UTC (permalink / raw)
  To: Satya Priya
  Cc: Pavel Machek, Rob Herring, Stephen Boyd, Matthias Kaehlcke,
	linux-leds, devicetree, linux-kernel, linux-arm-msm,
	Doug Anderson

On Mon 21 Feb 21:55 PST 2022, Satya Priya wrote:

> Enable pm8350c pmic pwm support for backlight on sc7280-idp2.
> 
> Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com>
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> ---
> Changes in V3:
>  - New patch added in V3, to enable pwm support on sc7280-idp2 board.
> 
> Changes in V4:
>  - No changes.
> 
>  arch/arm64/boot/dts/qcom/sc7280-idp2.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
> index 73b9911..d4f7cab 100644
> --- a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
> +++ b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
> @@ -34,3 +34,7 @@
>  &nvme_3v3_regulator {
>  	gpio = <&tlmm 51 GPIO_ACTIVE_HIGH>;
>  };
> +
> +&pm8350c_pwm {
> +	status = "okay";
> +};
> -- 
> 2.7.4
> 

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

* Re: [PATCH V4 2/4] leds: Add pm8350c support to Qualcomm LPG driver
  2022-02-22  5:55 ` [PATCH V4 2/4] leds: Add pm8350c support to Qualcomm LPG driver Satya Priya
  2022-02-22 17:59   ` Bjorn Andersson
@ 2022-02-22 19:42   ` Stephen Boyd
  2022-03-01 17:21   ` Doug Anderson
  2 siblings, 0 replies; 15+ messages in thread
From: Stephen Boyd @ 2022-02-22 19:42 UTC (permalink / raw)
  To: Bjorn Andersson, Pavel Machek, Rob Herring, Satya Priya
  Cc: Matthias Kaehlcke, linux-leds, devicetree, linux-kernel,
	linux-arm-msm, Doug Anderson

Quoting Satya Priya (2022-02-21 21:55:07)
> Add pm8350c compatible and lpg_data to the driver.
>
> Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com>
> Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>
> ---

Still

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

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

* Re: [PATCH V4 2/4] leds: Add pm8350c support to Qualcomm LPG driver
  2022-02-22  5:55 ` [PATCH V4 2/4] leds: Add pm8350c support to Qualcomm LPG driver Satya Priya
  2022-02-22 17:59   ` Bjorn Andersson
  2022-02-22 19:42   ` Stephen Boyd
@ 2022-03-01 17:21   ` Doug Anderson
  2 siblings, 0 replies; 15+ messages in thread
From: Doug Anderson @ 2022-03-01 17:21 UTC (permalink / raw)
  To: Satya Priya
  Cc: Bjorn Andersson, Pavel Machek, Rob Herring, Stephen Boyd,
	Matthias Kaehlcke, linux-leds,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, LKML,
	linux-arm-msm

Hi,

On Mon, Feb 21, 2022 at 9:55 PM Satya Priya <quic_c_skakit@quicinc.com> wrote:
>
> Add pm8350c compatible and lpg_data to the driver.
>
> Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com>
> Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>
> ---
> Changes in V2:
>  - Added const for lpg_channel_data[] struct.
>
> Changes in V3:
>  - Correct the num_channels and add respective base addresses.
>
> Changes in V4:
>  - Remove .pwm_9bit_mask, add .triled_base and .triled_mask.
>
>  drivers/leds/rgb/leds-qcom-lpg.c | 13 +++++++++++++
>  1 file changed, 13 insertions(+)

Tested-by: Douglas Anderson <dianders@chromium.org>

I'm very interested in knowing if there's anything blocking this patch
(and the one from Bjorn that it depends on) from landing. Thanks! :-)

-Doug

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

* Re: [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight
  2022-02-22  5:55 [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Satya Priya
                   ` (3 preceding siblings ...)
  2022-02-22  5:55 ` [PATCH V4 4/4] arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2 Satya Priya
@ 2022-05-04 13:45 ` Doug Anderson
  2022-05-04 16:23   ` Bjorn Andersson
  2022-05-04 17:21 ` (subset) " Bjorn Andersson
  2022-05-04 17:32 ` Pavel Machek
  6 siblings, 1 reply; 15+ messages in thread
From: Doug Anderson @ 2022-05-04 13:45 UTC (permalink / raw)
  To: Satya Priya, Pavel Machek
  Cc: Bjorn Andersson, Rob Herring, Stephen Boyd, Matthias Kaehlcke,
	linux-leds,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, LKML,
	linux-arm-msm

Pavel,

On Mon, Feb 21, 2022 at 9:55 PM Satya Priya <quic_c_skakit@quicinc.com> wrote:
>
> This series depends on [1], which adds driver for Qualcomm LPG.
>
> [1] https://patchwork.kernel.org/project/linux-arm-msm/list/?series=615848
>
> Satya Priya (4):
>   dt-bindings: leds: Add pm8350c pmic support
>   leds: Add pm8350c support to Qualcomm LPG driver
>   arm64: dts: qcom: pm8350c: Add pwm support
>   arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2

I see Bjorn's patch in your tree. Thanks!

...could you add patch #1 and #2 from this series too? They are both
small and ready to go.

-Doug

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

* Re: [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight
  2022-05-04 13:45 ` [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Doug Anderson
@ 2022-05-04 16:23   ` Bjorn Andersson
  0 siblings, 0 replies; 15+ messages in thread
From: Bjorn Andersson @ 2022-05-04 16:23 UTC (permalink / raw)
  To: Doug Anderson, Satya Priya, Pavel Machek
  Cc: Rob Herring, Stephen Boyd, Matthias Kaehlcke, linux-leds,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, LKML,
	linux-arm-msm

On Wed 04 May 06:45 PDT 2022, Doug Anderson wrote:

> Pavel,
> 
> On Mon, Feb 21, 2022 at 9:55 PM Satya Priya <quic_c_skakit@quicinc.com> wrote:
> >
> > This series depends on [1], which adds driver for Qualcomm LPG.
> >
> > [1] https://patchwork.kernel.org/project/linux-arm-msm/list/?series=615848
> >
> > Satya Priya (4):
> >   dt-bindings: leds: Add pm8350c pmic support
> >   leds: Add pm8350c support to Qualcomm LPG driver
> >   arm64: dts: qcom: pm8350c: Add pwm support
> >   arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2
> 
> I see Bjorn's patch in your tree. Thanks!
> 
> ...could you add patch #1 and #2 from this series too? They are both
> small and ready to go.
> 

To add to that, now that the binding has been accepted I will pick the
two dts patches (patch 3 and 4) through the Qualcomm tree.

So Pavel, please pick up the first two through your tree.

Regards,
Bjorn

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

* Re: (subset) [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight
  2022-02-22  5:55 [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Satya Priya
                   ` (4 preceding siblings ...)
  2022-05-04 13:45 ` [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Doug Anderson
@ 2022-05-04 17:21 ` Bjorn Andersson
  2022-05-04 17:32 ` Pavel Machek
  6 siblings, 0 replies; 15+ messages in thread
From: Bjorn Andersson @ 2022-05-04 17:21 UTC (permalink / raw)
  To: Satya Priya, Pavel Machek, Rob Herring
  Cc: devicetree, linux-leds, Doug Anderson, Matthias Kaehlcke,
	linux-kernel, Stephen Boyd, linux-arm-msm

On Tue, 22 Feb 2022 11:25:05 +0530, Satya Priya wrote:
> This series depends on [1], which adds driver for Qualcomm LPG.
> 
> [1] https://patchwork.kernel.org/project/linux-arm-msm/list/?series=615848
> 
> Satya Priya (4):
>   dt-bindings: leds: Add pm8350c pmic support
>   leds: Add pm8350c support to Qualcomm LPG driver
>   arm64: dts: qcom: pm8350c: Add pwm support
>   arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2
> 
> [...]

Applied, thanks!

[3/4] arm64: dts: qcom: pm8350c: Add pwm support
      commit: 5be66d2dc8873edcf215804067b1c076b00c6887
[4/4] arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2
      commit: 82096cc644098ab610e6df5238341907ea662164

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

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

* Re: [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight
  2022-02-22  5:55 [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Satya Priya
                   ` (5 preceding siblings ...)
  2022-05-04 17:21 ` (subset) " Bjorn Andersson
@ 2022-05-04 17:32 ` Pavel Machek
  6 siblings, 0 replies; 15+ messages in thread
From: Pavel Machek @ 2022-05-04 17:32 UTC (permalink / raw)
  To: Satya Priya
  Cc: Bjorn Andersson, Rob Herring, Stephen Boyd, Matthias Kaehlcke,
	linux-leds, devicetree, linux-kernel, linux-arm-msm,
	Doug Anderson

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

Hi!

> This series depends on [1], which adds driver for Qualcomm LPG.
> 
> [1]
> https://patchwork.kernel.org/project/linux-arm-msm/list/?series=615848

Thank you, I added 1 and 2 of the series.

Best regards,
								Pavel
-- 
People of Russia, stop Putin before his war on Ukraine escalates.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

end of thread, other threads:[~2022-05-04 18:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22  5:55 [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Satya Priya
2022-02-22  5:55 ` [PATCH V4 1/4] dt-bindings: leds: Add pm8350c pmic support Satya Priya
2022-02-22 16:00   ` Bjorn Andersson
2022-02-22  5:55 ` [PATCH V4 2/4] leds: Add pm8350c support to Qualcomm LPG driver Satya Priya
2022-02-22 17:59   ` Bjorn Andersson
2022-02-22 19:42   ` Stephen Boyd
2022-03-01 17:21   ` Doug Anderson
2022-02-22  5:55 ` [PATCH V4 3/4] arm64: dts: qcom: pm8350c: Add pwm support Satya Priya
2022-02-22 17:59   ` Bjorn Andersson
2022-02-22  5:55 ` [PATCH V4 4/4] arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2 Satya Priya
2022-02-22 18:00   ` Bjorn Andersson
2022-05-04 13:45 ` [PATCH V4 0/4] Add PM8350C PMIC PWM support for backlight Doug Anderson
2022-05-04 16:23   ` Bjorn Andersson
2022-05-04 17:21 ` (subset) " Bjorn Andersson
2022-05-04 17:32 ` Pavel Machek

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.