soc: qcom: rpmhpd: Rename rpmhpd struct names
authorRajendra Nayak <quic_rjendra@quicinc.com>
Thu, 9 Dec 2021 15:31:55 +0000 (21:01 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 21 Dec 2021 01:10:11 +0000 (19:10 -0600)
commit09bb67c104b5d27718a7191eff057ee7a45fc035
tree048b7d0d2eb7cfe27c3bacd08b578b5d93874b38
parent84e3b09292a481df5afe8a6b6fff8ded746506e3
soc: qcom: rpmhpd: Rename rpmhpd struct names

The rpmhpd structs were named with a SoC-name prefix, but then
they got reused across multiple SoC families making things confusing.
Rename all the struct names to remove SoC-name prefixes.
While we do this we end up with some power-domains without parents,
and some with and at times different parents across SoCs.
use a _w_<parent-name>_parent suffix for such cases.
No functional change as part of this patch.

Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/1639063917-9011-3-git-send-email-quic_rjendra@quicinc.com
drivers/soc/qcom/rpmhpd.c