Re: [PATCH V7 2/2] csky: remove irq_mapping from smp.c.

2018-09-25 Thread Guo Ren
On Mon, Sep 24, 2018 at 10:23:14PM +0200, Arnd Bergmann wrote: > On Tue, Sep 18, 2018 at 3:48 PM Guo Ren wrote: > > > > - remove irq_mapping from smp.c to irq-driver > > - Add set_ipi_irq_mapping api to irq-driver > > - update asm/smp.h > > > > Signed-off-by: Guo Ren > > The patch seems ok to

Re: [PATCH V7 2/2] csky: remove irq_mapping from smp.c.

2018-09-24 Thread Arnd Bergmann
On Tue, Sep 18, 2018 at 3:48 PM Guo Ren wrote: > > - remove irq_mapping from smp.c to irq-driver > - Add set_ipi_irq_mapping api to irq-driver > - update asm/smp.h > > Signed-off-by: Guo Ren The patch seems ok to me, but please try to improve the changelog comments. Generally speaking, use fu

[PATCH V7 2/2] csky: remove irq_mapping from smp.c.

2018-09-18 Thread Guo Ren
- remove irq_mapping from smp.c to irq-driver - Add set_ipi_irq_mapping api to irq-driver - update asm/smp.h Signed-off-by: Guo Ren --- arch/csky/include/asm/smp.h | 4 arch/csky/kernel/smp.c | 18 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/a