Re: [PATCH V6 10/33] csky: IRQ handling

2018-09-29 Thread Guo Ren
On Thu, Sep 27, 2018 at 08:49:18AM -0700, Christoph Hellwig wrote: > > --- /dev/null > > +++ b/arch/csky/include/asm/irq.h > > @@ -0,0 +1,9 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. > > + > > +#ifndef __ASM_CSKY_IRQ_H > > +#define __

Re: [PATCH V6 10/33] csky: IRQ handling

2018-09-28 Thread Guo Ren
On Thu, Sep 27, 2018 at 08:49:18AM -0700, Christoph Hellwig wrote: > > --- /dev/null > > +++ b/arch/csky/include/asm/irq.h > > @@ -0,0 +1,9 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. > > + > > +#ifndef __ASM_CSKY_IRQ_H > > +#define __

Re: [PATCH V6 10/33] csky: IRQ handling

2018-09-27 Thread Christoph Hellwig
> --- /dev/null > +++ b/arch/csky/include/asm/irq.h > @@ -0,0 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > +// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. > + > +#ifndef __ASM_CSKY_IRQ_H > +#define __ASM_CSKY_IRQ_H > + > +#include > + > +#endif /* __ASM_CSKY_IRQ_H */ Just wire thi

[PATCH V6 10/33] csky: IRQ handling

2018-09-27 Thread Guo Ren
This patch adds IRQ handling files. Signed-off-by: Guo Ren --- arch/csky/include/asm/irq.h | 9 arch/csky/include/asm/irqflags.h | 50 arch/csky/kernel/irq.c | 22 ++ 3 files changed, 81 insertions(+) create mode