mbox series

[0/6] interconnect: qcom: constify things

Message ID 20240208105056.128448-1-krzysztof.kozlowski@linaro.org (mailing list archive)
Headers show
Series interconnect: qcom: constify things | expand

Message

Krzysztof Kozlowski Feb. 8, 2024, 10:50 a.m. UTC
Still some things were left non-const.

Krzysztof Kozlowski (6):
  interconnect: qcom: msm8909: constify pointer to qcom_icc_node
  interconnect: qcom: sa8775p: constify pointer to qcom_icc_node
  interconnect: qcom: sm8250: constify pointer to qcom_icc_node
  interconnect: qcom: sm6115: constify pointer to qcom_icc_node
  interconnect: qcom: sa8775p: constify pointer to qcom_icc_bcm
  interconnect: qcom: x1e80100: constify pointer to qcom_icc_bcm

 drivers/interconnect/qcom/msm8909.c  |  6 +--
 drivers/interconnect/qcom/sa8775p.c  | 56 ++++++++++++++--------------
 drivers/interconnect/qcom/sm6115.c   | 12 +++---
 drivers/interconnect/qcom/sm8250.c   |  2 +-
 drivers/interconnect/qcom/x1e80100.c | 12 +++---
 5 files changed, 44 insertions(+), 44 deletions(-)

Comments

Andrew Halaney Feb. 8, 2024, 10:40 p.m. UTC | #1
On Thu, Feb 08, 2024 at 11:50:50AM +0100, Krzysztof Kozlowski wrote:
> Still some things were left non-const.

These changes all look good to me.

    Reviewed-by: Andrew Halaney <ahalaney@redhat.com>

> 
> Krzysztof Kozlowski (6):
>   interconnect: qcom: msm8909: constify pointer to qcom_icc_node
>   interconnect: qcom: sa8775p: constify pointer to qcom_icc_node
>   interconnect: qcom: sm8250: constify pointer to qcom_icc_node
>   interconnect: qcom: sm6115: constify pointer to qcom_icc_node
>   interconnect: qcom: sa8775p: constify pointer to qcom_icc_bcm
>   interconnect: qcom: x1e80100: constify pointer to qcom_icc_bcm
> 
>  drivers/interconnect/qcom/msm8909.c  |  6 +--
>  drivers/interconnect/qcom/sa8775p.c  | 56 ++++++++++++++--------------
>  drivers/interconnect/qcom/sm6115.c   | 12 +++---
>  drivers/interconnect/qcom/sm8250.c   |  2 +-
>  drivers/interconnect/qcom/x1e80100.c | 12 +++---
>  5 files changed, 44 insertions(+), 44 deletions(-)
> 
> -- 
> 2.34.1
> 
>
Konrad Dybcio Feb. 9, 2024, 12:31 p.m. UTC | #2
On 2/8/24 11:50, Krzysztof Kozlowski wrote:
> Still some things were left non-const.
> 

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad