On Mon, Feb 3, 2020 at 1:40 AM Sean Anderson <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]> 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

