Module Name: src Committed By: bouyer Date: Fri Apr 14 17:46:00 UTC 2023
Modified Files: src/sys/arch/arm/nxp: imx6_ccm.c imx6_ccmvar.h imx6_clk.c Log Message: In preparation of imx6sx support, move imx6q-specific definitions from imx6_ccm.c to imx6_clk.c, and prefix with IMX6Q/imx6q: - Clock IDs and related struct imx_clock_id - Clock Parents and Divider Tables - struct imx6_clk and related static functions Add a pointer to struct imx6_clk, and it's size to imx6ccm_softc Pass a pointer to imx6ccm_softc to all functions from imx6_ccm.c NFCI To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nxp/imx6_ccm.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nxp/imx6_ccmvar.h cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nxp/imx6_clk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.