
4 Feb
2020
4 Feb
'20
11:36 a.m.
On Mon, Feb 3, 2020 at 1:40 AM Sean Anderson seanga2@gmail.com wrote:
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
This doesn't strictly depend on the previous patch, but it doesn't make too much sense without it.
Changes for v2: - New drivers/cpu/riscv_cpu.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
I believe both 2 patches in this series are needed by "riscv: Add Sipeed Maix support" series? If yes, I think you can just put 2 patches into the same series, to give people a good context next time.
Regards, Bin