Module Name: src Committed By: skrll Date: Sat Jul 27 07:09:50 UTC 2024
Modified Files: src/sys/arch/riscv/starfive: files.starfive jh7100_clkc.c Added Files: src/sys/arch/riscv/starfive: jh71x0_clkc.c jh71x0_clkc.h Removed Files: src/sys/arch/riscv/starfive: jh7100_clkc.h Log Message: risc-v: split the jh7100 clock controller driver In preparation for the JH7110 clock driver split the clock definition and attachment code from the clock handling macros / methods. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/starfive/files.starfive cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/starfive/jh7100_clkc.c cvs rdiff -u -r1.2 -r0 src/sys/arch/riscv/starfive/jh7100_clkc.h cvs rdiff -u -r0 -r1.1 src/sys/arch/riscv/starfive/jh71x0_clkc.c \ src/sys/arch/riscv/starfive/jh71x0_clkc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.