Re: [PATCH v2 0/5] ARM: sa1100: implement irq driver as proper irqchip driver

2015-02-05 Thread Dmitry Eremin-Solenikov
Hello, 2015-02-04 15:19 GMT+03:00 Linus Walleij : > On Fri, Jan 30, 2015 at 9:01 PM, Dmitry Eremin-Solenikov > wrote: > >> This is a second attempt to move Intel StrongARM SA-11x0 IRQ driver >> to drivers/irqchip/ place. >> >> Changes since V1: >> >> - Added soc/sa1100/pwer.h header containing s

Re: [PATCH v2 0/5] ARM: sa1100: implement irq driver as proper irqchip driver

2015-02-04 Thread Linus Walleij
On Fri, Jan 30, 2015 at 9:01 PM, Dmitry Eremin-Solenikov wrote: > Hello, > > This is a second attempt to move Intel StrongARM SA-11x0 IRQ driver > to drivers/irqchip/ place. > > Changes since V1: > > - Added soc/sa1100/pwer.h header containing sa11x0_*_set_wake() >prototypes. > > - Removed

[PATCH v2 0/5] ARM: sa1100: implement irq driver as proper irqchip driver

2015-01-30 Thread Dmitry Eremin-Solenikov
Hello, This is a second attempt to move Intel StrongARM SA-11x0 IRQ driver to drivers/irqchip/ place. Changes since V1: - Added soc/sa1100/pwer.h header containing sa11x0_*_set_wake() prototypes. - Removed spinlock from mask/unmask functions - Minor whitespace changes. The patches are b