]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk/qcom: move from mach-snapdragon
authorCaleb Connolly <caleb.connolly@linaro.org>
Tue, 7 Nov 2023 12:40:59 +0000 (12:40 +0000)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 16 Jan 2024 12:26:23 +0000 (12:26 +0000)
commita623c14f43d065a24e9ff7a1dfcbe38e5f9fed7e
treee79db331c63515aeb818e2ba42125d05fff31f8e
parent697758e7c81131da6db0e3b10515019fe3aca8c9
clk/qcom: move from mach-snapdragon

Clock drivers don't belong here, move them to the right place and
declutter mach-snapdragon a bit.

To de-couple these drivers from specific "target" platforms, add
additional config options to enable each clock driver gated behind a
common CLK_QCOM option and enable them by default for the respective
targets. This will make future work easier as we move towards a generic
Qualcomm target.

Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
13 files changed:
MAINTAINERS
arch/arm/mach-snapdragon/Kconfig
arch/arm/mach-snapdragon/Makefile
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/qcom/Kconfig [new file with mode: 0644]
drivers/clk/qcom/Makefile [new file with mode: 0644]
drivers/clk/qcom/clock-apq8016.c [moved from arch/arm/mach-snapdragon/clock-apq8016.c with 98% similarity]
drivers/clk/qcom/clock-apq8096.c [moved from arch/arm/mach-snapdragon/clock-apq8096.c with 98% similarity]
drivers/clk/qcom/clock-qcom.c [moved from arch/arm/mach-snapdragon/clock-snapdragon.c with 99% similarity]
drivers/clk/qcom/clock-qcom.h [moved from arch/arm/mach-snapdragon/clock-snapdragon.h with 100% similarity]
drivers/clk/qcom/clock-qcs404.c [moved from arch/arm/mach-snapdragon/clock-qcs404.c with 99% similarity]
drivers/clk/qcom/clock-sdm845.c [moved from arch/arm/mach-snapdragon/clock-sdm845.c with 98% similarity]