[v3,00/10] RPMPD cleanup + parent PD

Message ID 20230313-topic-rpmpd-v3-0-06a4f448ff90@linaro.org
Headers
Series RPMPD cleanup + parent PD |

Message

Konrad Dybcio March 13, 2023, 7:59 p.m. UTC
  v2 -> v3:
- Correctly include the missing first patch (this is very embarassing)
- Fix the _ao parent for SM6375_VDDGX
- Use b4, hopefully everybody gets all the patches now..

v2: https://lore.kernel.org/lkml/16950676-fef9-a3a0-0855-e4e6637711dd@linaro.org/T/#m829f7bfcf911f5e16d9f83aefe810e5dedc7453d

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (10):
      soc: qcom: rpmpd: Remove SoC names from RPMPD definitions
      soc: qcom: rpmpd: Bring all definitions to the top
      soc: qcom: rpmpd: Unify Low Power Island definitions
      soc: qcom: rpmpd: Remove vdd* from struct names
      soc: qcom: rpmpd: Expand struct definition macros
      soc: qcom: rpmpd: Improve the naming
      soc: qcom: rpmpd: Make bindings assignments consistent
      soc: qcom: rpmpd: Add parent PD support
      soc: qcom: rpmpd: Hook up VDDMX as parent of SM6375 VDDGX
      soc: qcom: rpmpd: Remove useless comments

 drivers/soc/qcom/rpmpd.c | 833 ++++++++++++++++++++++++++++++++---------------
 1 file changed, 565 insertions(+), 268 deletions(-)
---
base-commit: 24469a0e5052ba01a35a15f104717a82b7a4798b
change-id: 20230313-topic-rpmpd-6e13a86c01a6

Best regards,
  

Comments

Bjorn Andersson March 15, 2023, 11:35 p.m. UTC | #1
On Mon, 13 Mar 2023 20:59:58 +0100, Konrad Dybcio wrote:
> v2 -> v3:
> - Correctly include the missing first patch (this is very embarassing)
> - Fix the _ao parent for SM6375_VDDGX
> - Use b4, hopefully everybody gets all the patches now..
> 
> v2: https://lore.kernel.org/lkml/16950676-fef9-a3a0-0855-e4e6637711dd@linaro.org/T/#m829f7bfcf911f5e16d9f83aefe810e5dedc7453d
> 
> [...]

Applied, thanks!

[01/10] soc: qcom: rpmpd: Remove SoC names from RPMPD definitions
        commit: f1eb5e6fc18c5e6f4ee7fd2985743f2fe7978951
[02/10] soc: qcom: rpmpd: Bring all definitions to the top
        commit: a5d0e2819fd013e3629d3fedcae877777214ed34
[03/10] soc: qcom: rpmpd: Unify Low Power Island definitions
        commit: d280f3d66d9a79b1bd50258ccb3fbb413216c1be
[04/10] soc: qcom: rpmpd: Remove vdd* from struct names
        commit: 1c940cc42aba5b27a259634f4aedb71e5f46dac1
[05/10] soc: qcom: rpmpd: Expand struct definition macros
        commit: 91c0bcef25f985fd974b6f1ba3d3d7383ac032d2
[06/10] soc: qcom: rpmpd: Improve the naming
        commit: 07df05025eb4cb65c1549d392f988aa5eeb9e758
[07/10] soc: qcom: rpmpd: Make bindings assignments consistent
        commit: d338fe40cf37c3f326b5cb743c6436369d452094
[08/10] soc: qcom: rpmpd: Add parent PD support
        commit: decd6e77e02eff517efe11dfc181ce1b5bef3405
[09/10] soc: qcom: rpmpd: Hook up VDDMX as parent of SM6375 VDDGX
        commit: ec90637c9946cc8e37afa4c1feb33fdb1fa15b68
[10/10] soc: qcom: rpmpd: Remove useless comments
        commit: e556c94e8c20bcfb6c910e93a0cfd2d0cce5adc8

Best regards,