The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: power: qcom,rpmhpd: drop duplicate defines
@ 2025-12-11  1:51 Dmitry Baryshkov
  2025-12-11 16:37 ` Rob Herring (Arm)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2025-12-11  1:51 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Bjorn Andersson

In order to prevent further confusion, drop SoC-specific defines for
power domain indices for platforms which were converted to use
RPMHPD_foo indices.

Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Changes in v2:
- Split the patch to a separate series as all dependencies were merged
- Link to v1: https://lore.kernel.org/r/20250718-rework-rpmhpd-rpmpd-v1-0-eedca108e540@oss.qualcomm.com
---
 include/dt-bindings/power/qcom,rpmhpd.h | 58 ---------------------------------
 1 file changed, 58 deletions(-)

diff --git a/include/dt-bindings/power/qcom,rpmhpd.h b/include/dt-bindings/power/qcom,rpmhpd.h
index 06851363ae0e..b28625c85529 100644
--- a/include/dt-bindings/power/qcom,rpmhpd.h
+++ b/include/dt-bindings/power/qcom,rpmhpd.h
@@ -149,64 +149,6 @@
 #define SA8155P_MX	SM8150_MX
 #define SA8155P_MX_AO	SM8150_MX_AO
 
-/* SM8250 Power Domain Indexes */
-#define SM8250_CX	0
-#define SM8250_CX_AO	1
-#define SM8250_EBI	2
-#define SM8250_GFX	3
-#define SM8250_LCX	4
-#define SM8250_LMX	5
-#define SM8250_MMCX	6
-#define SM8250_MMCX_AO	7
-#define SM8250_MX	8
-#define SM8250_MX_AO	9
-
-/* SM8350 Power Domain Indexes */
-#define SM8350_CX	0
-#define SM8350_CX_AO	1
-#define SM8350_EBI	2
-#define SM8350_GFX	3
-#define SM8350_LCX	4
-#define SM8350_LMX	5
-#define SM8350_MMCX	6
-#define SM8350_MMCX_AO	7
-#define SM8350_MX	8
-#define SM8350_MX_AO	9
-#define SM8350_MXC	10
-#define SM8350_MXC_AO	11
-#define SM8350_MSS	12
-
-/* SM8450 Power Domain Indexes */
-#define SM8450_CX	0
-#define SM8450_CX_AO	1
-#define SM8450_EBI	2
-#define SM8450_GFX	3
-#define SM8450_LCX	4
-#define SM8450_LMX	5
-#define SM8450_MMCX	6
-#define SM8450_MMCX_AO	7
-#define SM8450_MX	8
-#define SM8450_MX_AO	9
-#define SM8450_MXC	10
-#define SM8450_MXC_AO	11
-#define SM8450_MSS	12
-
-/* SM8550 Power Domain Indexes */
-#define SM8550_CX	0
-#define SM8550_CX_AO	1
-#define SM8550_EBI	2
-#define SM8550_GFX	3
-#define SM8550_LCX	4
-#define SM8550_LMX	5
-#define SM8550_MMCX	6
-#define SM8550_MMCX_AO	7
-#define SM8550_MX	8
-#define SM8550_MX_AO	9
-#define SM8550_MXC	10
-#define SM8550_MXC_AO	11
-#define SM8550_MSS	12
-#define SM8550_NSP	13
-
 /* QDU1000/QRU1000 Power Domain Indexes */
 #define QDU1000_EBI	0
 #define QDU1000_MSS	1

---
base-commit: 008d3547aae5bc86fac3eda317489169c3fda112
change-id: 20251211-rpmhpd-drop-f0294c41256b

Best regards,
-- 
With best wishes
Dmitry


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

* Re: [PATCH v2] dt-bindings: power: qcom,rpmhpd: drop duplicate defines
  2025-12-11  1:51 [PATCH v2] dt-bindings: power: qcom,rpmhpd: drop duplicate defines Dmitry Baryshkov
@ 2025-12-11 16:37 ` Rob Herring (Arm)
  2025-12-16 12:12 ` Konrad Dybcio
  2026-01-14  0:27 ` Dmitry Baryshkov
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2025-12-11 16:37 UTC (permalink / raw)
  To: Dmitry Baryshkov
  Cc: Conor Dooley, devicetree, linux-kernel, Krzysztof Kozlowski,
	Bjorn Andersson, linux-arm-msm


On Thu, 11 Dec 2025 03:51:02 +0200, Dmitry Baryshkov wrote:
> In order to prevent further confusion, drop SoC-specific defines for
> power domain indices for platforms which were converted to use
> RPMHPD_foo indices.
> 
> Reviewed-by: Bjorn Andersson <andersson@kernel.org>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
> Changes in v2:
> - Split the patch to a separate series as all dependencies were merged
> - Link to v1: https://lore.kernel.org/r/20250718-rework-rpmhpd-rpmpd-v1-0-eedca108e540@oss.qualcomm.com
> ---
>  include/dt-bindings/power/qcom,rpmhpd.h | 58 ---------------------------------
>  1 file changed, 58 deletions(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>


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

* Re: [PATCH v2] dt-bindings: power: qcom,rpmhpd: drop duplicate defines
  2025-12-11  1:51 [PATCH v2] dt-bindings: power: qcom,rpmhpd: drop duplicate defines Dmitry Baryshkov
  2025-12-11 16:37 ` Rob Herring (Arm)
@ 2025-12-16 12:12 ` Konrad Dybcio
  2026-01-14  0:27 ` Dmitry Baryshkov
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2025-12-16 12:12 UTC (permalink / raw)
  To: Dmitry Baryshkov, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Bjorn Andersson

On 12/11/25 2:51 AM, Dmitry Baryshkov wrote:
> In order to prevent further confusion, drop SoC-specific defines for
> power domain indices for platforms which were converted to use
> RPMHPD_foo indices.
> 
> Reviewed-by: Bjorn Andersson <andersson@kernel.org>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad

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

* Re: [PATCH v2] dt-bindings: power: qcom,rpmhpd: drop duplicate defines
  2025-12-11  1:51 [PATCH v2] dt-bindings: power: qcom,rpmhpd: drop duplicate defines Dmitry Baryshkov
  2025-12-11 16:37 ` Rob Herring (Arm)
  2025-12-16 12:12 ` Konrad Dybcio
@ 2026-01-14  0:27 ` Dmitry Baryshkov
  2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2026-01-14  0:27 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Bjorn Andersson

On Thu, Dec 11, 2025 at 03:51:02AM +0200, Dmitry Baryshkov wrote:
> In order to prevent further confusion, drop SoC-specific defines for
> power domain indices for platforms which were converted to use
> RPMHPD_foo indices.
> 
> Reviewed-by: Bjorn Andersson <andersson@kernel.org>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
> Changes in v2:
> - Split the patch to a separate series as all dependencies were merged
> - Link to v1: https://lore.kernel.org/r/20250718-rework-rpmhpd-rpmpd-v1-0-eedca108e540@oss.qualcomm.com
> ---
>  include/dt-bindings/power/qcom,rpmhpd.h | 58 ---------------------------------
>  1 file changed, 58 deletions(-)
> 

This has been reviewed-by about a month ago. Gracious ping.

-- 
With best wishes
Dmitry

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

end of thread, other threads:[~2026-01-14  0:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-11  1:51 [PATCH v2] dt-bindings: power: qcom,rpmhpd: drop duplicate defines Dmitry Baryshkov
2025-12-11 16:37 ` Rob Herring (Arm)
2025-12-16 12:12 ` Konrad Dybcio
2026-01-14  0:27 ` Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox