common: Move clock functions into a new file
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:58 +0000 (10:44 -0700)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 24 Jan 2020 17:36:48 +0000 (23:06 +0530)
commitb63ff2ae54a74e68fb67ea7f150e9f01174eb535
treeeef87384b3c4f0169c0dae2678b382c174b80479
parent39fdefa6cf302ad2dbc30c905f03e5480b380ec3
common: Move clock functions into a new file

These three clock functions don't use driver model and should be migrated.
In the meantime, create a new file to hold them.

Signed-off-by: Simon Glass <sjg@chromium.org>
71 files changed:
arch/arm/cpu/arm1136/mx35/generic.c
arch/arm/cpu/arm926ejs/lpc32xx/clk.c
arch/arm/cpu/arm926ejs/mx25/generic.c
arch/arm/cpu/armv7/ls102xa/clock.c
arch/arm/cpu/armv7/ls102xa/fdt.c
arch/arm/cpu/armv7/vf610/generic.c
arch/arm/cpu/armv8/fsl-layerscape/fdt.c
arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c
arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c
arch/arm/cpu/armv8/fsl-layerscape/soc.c
arch/arm/cpu/armv8/fsl-layerscape/spl.c
arch/arm/cpu/armv8/s32v234/generic.c
arch/arm/mach-imx/mx7/clock.c
arch/arm/mach-imx/mx7ulp/clock.c
arch/arm/mach-imx/speed.c
arch/m68k/cpu/mcf5227x/speed.c
arch/m68k/cpu/mcf523x/speed.c
arch/m68k/cpu/mcf52x2/speed.c
arch/m68k/cpu/mcf530x/speed.c
arch/m68k/cpu/mcf532x/speed.c
arch/m68k/cpu/mcf5445x/speed.c
arch/m68k/cpu/mcf547x_8x/speed.c
arch/mips/mach-ath79/ar933x/clk.c
arch/mips/mach-ath79/ar934x/clk.c
arch/mips/mach-ath79/qca953x/clk.c
arch/mips/mach-ath79/qca956x/clk.c
arch/powerpc/cpu/mpc83xx/fdt.c
arch/powerpc/cpu/mpc83xx/speed.c
arch/powerpc/cpu/mpc83xx/spl_minimal.c
arch/powerpc/cpu/mpc85xx/fdt.c
arch/powerpc/cpu/mpc85xx/speed.c
arch/powerpc/cpu/mpc86xx/speed.c
arch/powerpc/cpu/mpc8xx/speed.c
board/Arcturus/ucp1020/spl.c
board/compulab/cm_fx6/spl.c
board/freescale/b4860qds/spl.c
board/freescale/c29xpcie/spl.c
board/freescale/ls1021aiot/ls1021aiot.c
board/freescale/ls1021aqds/ls1021aqds.c
board/freescale/ls1021atsn/ls1021atsn.c
board/freescale/ls1021atwr/ls1021atwr.c
board/freescale/lx2160a/lx2160a.c
board/freescale/mpc8313erdb/mpc8313erdb.c
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
board/freescale/p1010rdb/spl.c
board/freescale/p1022ds/diu.c
board/freescale/p1022ds/spl.c
board/freescale/p1_p2_rdb_pc/spl.c
board/freescale/qemu-ppce500/qemu-ppce500.c
board/freescale/t102xqds/spl.c
board/freescale/t102xrdb/spl.c
board/freescale/t1040qds/diu.c
board/freescale/t104xrdb/diu.c
board/freescale/t104xrdb/spl.c
board/freescale/t208xqds/spl.c
board/freescale/t208xrdb/spl.c
board/freescale/t4qds/spl.c
board/freescale/t4rdb/spl.c
board/gdsys/p1022/diu.c
board/kosagi/novena/novena_spl.c
board/socrates/socrates.c
common/board_f.c
drivers/clk/mpc83xx_clk.c
drivers/net/ag7xxx.c
drivers/serial/lpc32xx_hsuart.c
drivers/serial/ns16550.c
drivers/serial/serial_ar933x.c
drivers/serial/serial_ns16550.c
drivers/spi/ath79_spi.c
include/clock_legacy.h [new file with mode: 0644]
include/common.h