[V3,0/6] Incremental patches on minimal boot support

Message ID 20230425084010.15581-1-quic_devipriy@quicinc.com
Headers
Series Incremental patches on minimal boot support |

Message

Devi Priya April 25, 2023, 8:40 a.m. UTC
  Patchset V9 of the series: Add minimal boot support for IPQ9574 has been
merged and is available in linux-next/master.
V12 being the latest revision posted in the series, the delta between
revisions V9 and V12 is posted as a separate series as suggested by 
Bjorn to avoid possible confusions.

This series adds the delta changes between revisions V9 and V12.

V9 can be found at:
https://lore.kernel.org/linux-arm-msm/20230316072940.29137-1-quic_devipriy@quicinc.com/

V12 can be found at:
https://lore.kernel.org/linux-arm-msm/20230410135948.11970-1-quic_devipriy@quicinc.com/

Changes in V3:
	- Detailed change logs are added to the respective patches.

Changes in V2:
https://lore.kernel.org/linux-arm-msm/20230417053355.25691-1-quic_devipriy@quicinc.com/
	- Updated the subject & commit message of [PATCH V2 1/4]
	- No changes were made to any other patches

Changes in V1:
	- The Delta between V9 & V12 is added to the change log of
	  the respective patches for quick reference

Devi Priya (6):
  arm64: dts: qcom: ipq9574: Update the size of GICC & GICV regions
  dt-bindings: clock: qcom,ipq9574-gcc: Add maintainer
  clk: qcom: gcc-ipq9574: Clean up included headers
  clk: qcom: gcc-ipq9574: constify struct clk_init_data
  arm64: dts: qcom: ipq9574: Drop bias_pll_ubi_nc_clk input
  arm64: dts: qcom: ipq9574: rename al02-c7 dts to rdp433

 .../bindings/clock/qcom,ipq9574-gcc.yaml      |   1 +
 arch/arm64/boot/dts/qcom/Makefile             |   2 +-
 ...ipq9574-al02-c7.dts => ipq9574-rdp433.dts} |   2 +-
 arch/arm64/boot/dts/qcom/ipq9574.dtsi         |  14 +-
 drivers/clk/qcom/gcc-ipq9574.c                | 434 +++++++++---------
 5 files changed, 224 insertions(+), 229 deletions(-)
 rename arch/arm64/boot/dts/qcom/{ipq9574-al02-c7.dts => ipq9574-rdp433.dts} (97%)
  

Comments

Devi Priya May 9, 2023, 10:45 a.m. UTC | #1
On 4/25/2023 2:10 PM, Devi Priya wrote:
> Patchset V9 of the series: Add minimal boot support for IPQ9574 has been
> merged and is available in linux-next/master.
> V12 being the latest revision posted in the series, the delta between
> revisions V9 and V12 is posted as a separate series as suggested by
> Bjorn to avoid possible confusions.
> 
> This series adds the delta changes between revisions V9 and V12.
> 
> V9 can be found at:
> https://lore.kernel.org/linux-arm-msm/20230316072940.29137-1-quic_devipriy@quicinc.com/
> 
> V12 can be found at:
> https://lore.kernel.org/linux-arm-msm/20230410135948.11970-1-quic_devipriy@quicinc.com/
> 
> Changes in V3:
> 	- Detailed change logs are added to the respective patches.
> 
> Changes in V2:
> https://lore.kernel.org/linux-arm-msm/20230417053355.25691-1-quic_devipriy@quicinc.com/
> 	- Updated the subject & commit message of [PATCH V2 1/4]
> 	- No changes were made to any other patches
> 
> Changes in V1:
> 	- The Delta between V9 & V12 is added to the change log of
> 	  the respective patches for quick reference

Gentle Reminder!

Thanks,
Devi Priya

> 
> Devi Priya (6):
>    arm64: dts: qcom: ipq9574: Update the size of GICC & GICV regions
>    dt-bindings: clock: qcom,ipq9574-gcc: Add maintainer
>    clk: qcom: gcc-ipq9574: Clean up included headers
>    clk: qcom: gcc-ipq9574: constify struct clk_init_data
>    arm64: dts: qcom: ipq9574: Drop bias_pll_ubi_nc_clk input
>    arm64: dts: qcom: ipq9574: rename al02-c7 dts to rdp433
> 
>   .../bindings/clock/qcom,ipq9574-gcc.yaml      |   1 +
>   arch/arm64/boot/dts/qcom/Makefile             |   2 +-
>   ...ipq9574-al02-c7.dts => ipq9574-rdp433.dts} |   2 +-
>   arch/arm64/boot/dts/qcom/ipq9574.dtsi         |  14 +-
>   drivers/clk/qcom/gcc-ipq9574.c                | 434 +++++++++---------
>   5 files changed, 224 insertions(+), 229 deletions(-)
>   rename arch/arm64/boot/dts/qcom/{ipq9574-al02-c7.dts => ipq9574-rdp433.dts} (97%)
>
  
Devi Priya May 16, 2023, 10:06 a.m. UTC | #2
On 4/25/2023 2:10 PM, Devi Priya wrote:
> Patchset V9 of the series: Add minimal boot support for IPQ9574 has been
> merged and is available in linux-next/master.
> V12 being the latest revision posted in the series, the delta between
> revisions V9 and V12 is posted as a separate series as suggested by
> Bjorn to avoid possible confusions.
> 
> This series adds the delta changes between revisions V9 and V12.
> 
> V9 can be found at:
> https://lore.kernel.org/linux-arm-msm/20230316072940.29137-1-quic_devipriy@quicinc.com/
> 
> V12 can be found at:
> https://lore.kernel.org/linux-arm-msm/20230410135948.11970-1-quic_devipriy@quicinc.com/
> 
> Changes in V3:
> 	- Detailed change logs are added to the respective patches.
> 
> Changes in V2:
> https://lore.kernel.org/linux-arm-msm/20230417053355.25691-1-quic_devipriy@quicinc.com/
> 	- Updated the subject & commit message of [PATCH V2 1/4]
> 	- No changes were made to any other patches
> 
> Changes in V1:
> 	- The Delta between V9 & V12 is added to the change log of
> 	  the respective patches for quick reference
> 
Gentle reminder!

Thanks,
Devi Priya

> Devi Priya (6):
>    arm64: dts: qcom: ipq9574: Update the size of GICC & GICV regions
>    dt-bindings: clock: qcom,ipq9574-gcc: Add maintainer
>    clk: qcom: gcc-ipq9574: Clean up included headers
>    clk: qcom: gcc-ipq9574: constify struct clk_init_data
>    arm64: dts: qcom: ipq9574: Drop bias_pll_ubi_nc_clk input
>    arm64: dts: qcom: ipq9574: rename al02-c7 dts to rdp433
> 
>   .../bindings/clock/qcom,ipq9574-gcc.yaml      |   1 +
>   arch/arm64/boot/dts/qcom/Makefile             |   2 +-
>   ...ipq9574-al02-c7.dts => ipq9574-rdp433.dts} |   2 +-
>   arch/arm64/boot/dts/qcom/ipq9574.dtsi         |  14 +-
>   drivers/clk/qcom/gcc-ipq9574.c                | 434 +++++++++---------
>   5 files changed, 224 insertions(+), 229 deletions(-)
>   rename arch/arm64/boot/dts/qcom/{ipq9574-al02-c7.dts => ipq9574-rdp433.dts} (97%)
>
  
Bjorn Andersson May 20, 2023, 2:01 a.m. UTC | #3
On Tue, 25 Apr 2023 14:10:04 +0530, Devi Priya wrote:
> Patchset V9 of the series: Add minimal boot support for IPQ9574 has been
> merged and is available in linux-next/master.
> V12 being the latest revision posted in the series, the delta between
> revisions V9 and V12 is posted as a separate series as suggested by
> Bjorn to avoid possible confusions.
> 
> This series adds the delta changes between revisions V9 and V12.
> 
> [...]

Applied, thanks!

[1/6] arm64: dts: qcom: ipq9574: Update the size of GICC & GICV regions
      commit: 6fb45762691d12d9812c41d20b2f5db1412047ae
[5/6] arm64: dts: qcom: ipq9574: Drop bias_pll_ubi_nc_clk input
      commit: 4fc6a939aba4c0aa723b9da8363d262d3d60e57e
[6/6] arm64: dts: qcom: ipq9574: rename al02-c7 dts to rdp433
      (no commit info)

Best regards,
  
Kathiravan Thirumoorthy May 25, 2023, 10:49 a.m. UTC | #4
On 5/20/2023 7:31 AM, Bjorn Andersson wrote:
> On Tue, 25 Apr 2023 14:10:04 +0530, Devi Priya wrote:
>> Patchset V9 of the series: Add minimal boot support for IPQ9574 has been
>> merged and is available in linux-next/master.
>> V12 being the latest revision posted in the series, the delta between
>> revisions V9 and V12 is posted as a separate series as suggested by
>> Bjorn to avoid possible confusions.
>>
>> This series adds the delta changes between revisions V9 and V12.
>>
>> [...]
> Applied, thanks!
>
> [1/6] arm64: dts: qcom: ipq9574: Update the size of GICC & GICV regions
>        commit: 6fb45762691d12d9812c41d20b2f5db1412047ae
> [5/6] arm64: dts: qcom: ipq9574: Drop bias_pll_ubi_nc_clk input
>        commit: 4fc6a939aba4c0aa723b9da8363d262d3d60e57e
> [6/6] arm64: dts: qcom: ipq9574: rename al02-c7 dts to rdp433
>        (no commit info)


Hi Bjorn,


I don't see the [6/6] in qcom/for-next.  Some part of the below 
change[1] is also missed in qcom/for-next [2], I'm not sure if this is 
because of missing [6/6]. Kindly let me know if I am missing something.

[1] 
https://lore.kernel.org/linux-arm-msm/168499048186.3998961.10536295689489328026.b4-ty@kernel.org/T/#t

[2] 
https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git/commit/?h=for-next&id=9ef42640504e09ecc79530b6e532ebf48305516b


Thanks,


>
> Best regards,
  
Bjorn Andersson May 26, 2023, 7:38 p.m. UTC | #5
On Tue, 25 Apr 2023 14:10:04 +0530, Devi Priya wrote:
> Patchset V9 of the series: Add minimal boot support for IPQ9574 has been
> merged and is available in linux-next/master.
> V12 being the latest revision posted in the series, the delta between
> revisions V9 and V12 is posted as a separate series as suggested by
> Bjorn to avoid possible confusions.
> 
> This series adds the delta changes between revisions V9 and V12.
> 
> [...]

Applied, thanks!

[6/6] arm64: dts: qcom: ipq9574: rename al02-c7 dts to rdp433
      commit: d9556c5c6c51aad2c2f760ce953735afa9162f94

Best regards,