mbox series

[V2,0/4] Incremental patches on minimal boot support

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

Message

Devi Priya April 17, 2023, 5:33 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 V2:
	- 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 (4):
  dt-bindings: clock: qcom,ipq9574-gcc: Drop bias_pll_ubi_nc_clk input
  clk: qcom: gcc-ipq9574: Drop bias_pll_ubi_nc_clk & add const to
    clk_init_data
  arm64: dts: qcom: ipq9574: Drop bias_pll_ubi_nc_clk & update intc node
  arm64: dts: qcom: ipq9574: rename al02-c7 dts to rdp433

 .../bindings/clock/qcom,ipq9574-gcc.yaml      |   3 +-
 arch/arm64/boot/dts/qcom/Makefile             |   2 +-
 ...ipq9574-al02-c7.dts => ipq9574-rdp433.dts} |   2 +-
 arch/arm64/boot/dts/qcom/ipq9574.dtsi         |  13 +-
 drivers/clk/qcom/gcc-ipq9574.c                | 475 +++++++++---------
 5 files changed, 232 insertions(+), 263 deletions(-)
 rename arch/arm64/boot/dts/qcom/{ipq9574-al02-c7.dts => ipq9574-rdp433.dts} (97%)

Comments

Krzysztof Kozlowski April 19, 2023, 6:01 p.m. UTC | #1
On 17/04/2023 07:33, Devi Priya wrote:
> Drop unused bias_pll_ubi_nc_clk input to the clock controller.
> 
> Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
> ---
>  Changes since V9:
> 	- Dropped the unused bias_pll_ubi_nc_clk input
> 	- Added Bjorn Andersson to the maintainers list


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof