Re: 回复:[PATCH] cpuidle: add riscv cpuidle driver

2020-09-28 Thread fuyao
On Mon, Sep 14, 2020 at 08:58:02PM +0800, 刘邵华BTD wrote: > Hi Daniel, > > > This patch adds a cpuidle driver for systems based RISCV architecture. > > > This patch supports state WFI. Other states will be supported in the > > > future. > > > > > > Signed-off-by: liush > > > --- > > > > [ ... ] >

回复:[PATCH] cpuidle: add riscv cpuidle driver

2020-09-15 Thread liush
Hi Palmer, > > This patch adds a cpuidle driver for systems based RISCV architecture. > > This patch supports state WFI. Other states will be supported in the > > future. > > > > Signed-off-by: liush > > --- > > arch/riscv/Kconfig | 7 + > > arch/riscv/include/asm/cpuidle.h |

回复:[PATCH] cpuidle: add riscv cpuidle driver

2020-09-15 Thread 刘邵华BTD
Hi Palmer, > > This patch adds a cpuidle driver for systems based RISCV architecture. > > This patch supports state WFI. Other states will be supported in the > > future. > > > > Signed-off-by: liush > > --- > > arch/riscv/Kconfig | 7 + > > arch/riscv/include/asm/cpuidle.h |

回复:[PATCH] cpuidle: add riscv cpuidle driver

2020-09-14 Thread 刘邵华BTD
Hi Anup, > On Mon, Sep 14, 2020 at 7:22 AM liush wrote: > > > > This patch adds a cpuidle driver for systems based RISCV architecture. > > This patch supports state WFI. Other states will be supported in the > > future. > First of all thanks for taking up the CPUIDLE efforts for RISC-V. > The co

回复:[PATCH] cpuidle: add riscv cpuidle driver

2020-09-14 Thread 刘邵华BTD
Hi Daniel, > > This patch adds a cpuidle driver for systems based RISCV architecture. > > This patch supports state WFI. Other states will be supported in the > > future. > > > > Signed-off-by: liush > > --- > > [ ... ] > > > > > obj-$(CONFIG_RISCV_M_MODE) += traps_misaligned.o > > diff --gi