]> Git Repo - J-u-boot.git/commit
clk/qcom: move from mach-snapdragon
authorCaleb Connolly <[email protected]>
Tue, 7 Nov 2023 12:40:59 +0000 (12:40 +0000)
committerCaleb Connolly <[email protected]>
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 <[email protected]>
Signed-off-by: Caleb Connolly <[email protected]>
19 files changed:
MAINTAINERS
arch/arm/mach-snapdragon/Kconfig
arch/arm/mach-snapdragon/Makefile
arch/arm/mach-snapdragon/clock-apq8016.c [deleted file]
arch/arm/mach-snapdragon/clock-apq8096.c [deleted file]
arch/arm/mach-snapdragon/clock-qcs404.c [deleted file]
arch/arm/mach-snapdragon/clock-sdm845.c [deleted file]
arch/arm/mach-snapdragon/clock-snapdragon.c [deleted file]
arch/arm/mach-snapdragon/clock-snapdragon.h [deleted file]
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 [new file with mode: 0644]
drivers/clk/qcom/clock-apq8096.c [new file with mode: 0644]
drivers/clk/qcom/clock-qcom.c [new file with mode: 0644]
drivers/clk/qcom/clock-qcom.h [new file with mode: 0644]
drivers/clk/qcom/clock-qcs404.c [new file with mode: 0644]
drivers/clk/qcom/clock-sdm845.c [new file with mode: 0644]
This page took 0.030885 seconds and 4 git commands to generate.