u-boot/drivers/cpu
Sean Anderson 627718626b riscv: Enable cpu clock if it is present
The cpu clock is probably already enabled if we are executing code (though
we could be executing from a different core). This patch prevents the cpu
clock or its parents from being disabled.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2020-07-01 15:01:22 +08:00
..
bmips_cpu.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
cpu-uclass.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
cpu_sandbox.c cpu: sandbox: support is_current 2020-05-03 15:45:49 +02:00
imx8_cpu.c cpu: imx8: use intended cpu-thermal device when getting temp value 2020-05-22 13:27:46 +02:00
Kconfig cpu: Add a RISC-V CPU driver 2018-12-18 09:56:26 +08:00
Makefile imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c 2019-10-08 16:35:59 +02:00
mpc83xx_cpu.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mpc83xx_cpu.h cpu: Add MPC83xx CPU driver 2018-09-18 08:12:21 -06:00
riscv_cpu.c riscv: Enable cpu clock if it is present 2020-07-01 15:01:22 +08:00