Re: [PATCH v7 15/22] riscv: Clean up IPI initialization code

2020-03-30 Thread Rick Chen
Hi Sean > > The previous IPI code initialized the device whenever the first call was > > made to a riscv_*_ipi function. This made it difficult to determine when > > the IPI device was initialized. This patch introduces a new function > > riscv_init_ipi. It is called once during arch_cpu_init_dm.

Re: [PATCH v7 15/22] riscv: Clean up IPI initialization code

2020-03-27 Thread Rick Chen
> The previous IPI code initialized the device whenever the first call was > made to a riscv_*_ipi function. This made it difficult to determine when > the IPI device was initialized. This patch introduces a new function > riscv_init_ipi. It is called once during arch_cpu_init_dm. Before this > poi

[PATCH v7 15/22] riscv: Clean up IPI initialization code

2020-03-19 Thread Sean Anderson
The previous IPI code initialized the device whenever the first call was made to a riscv_*_ipi function. This made it difficult to determine when the IPI device was initialized. This patch introduces a new function riscv_init_ipi. It is called once during arch_cpu_init_dm. Before this point, no ris