Re: [PATCH] irq: Export symbol no_action()

2014-03-04 Thread Thomas Gleixner
On Tue, 4 Mar 2014, Alexander Shiyan wrote: > +сс Arnd Bergmann > > Вторник, 4 марта 2014, 16:46 +01:00 от Thomas Gleixner : > > On Tue, 4 Mar 2014, Alexander Shiyan wrote: > > > > > Вторник, 4 марта 2014, 12:05 +01:00 от Thomas Gleixner > > > : > > > > On Sat, 1 Mar 2014, Alexander Shiyan

Re: [PATCH] irq: Export symbol no_action()

2014-03-04 Thread Alexander Shiyan
+сс Arnd Bergmann Вторник, 4 марта 2014, 16:46 +01:00 от Thomas Gleixner : > On Tue, 4 Mar 2014, Alexander Shiyan wrote: > > > Вторник, 4 марта 2014, 12:05 +01:00 от Thomas Gleixner > > : > > > On Sat, 1 Mar 2014, Alexander Shiyan wrote: > > > > > > > This will allow to use dummy IRQ handler

Re: [PATCH] irq: Export symbol no_action()

2014-03-04 Thread Thomas Gleixner
On Tue, 4 Mar 2014, Alexander Shiyan wrote: > Вторник, 4 марта 2014, 12:05 +01:00 от Thomas Gleixner : > > On Sat, 1 Mar 2014, Alexander Shiyan wrote: > > > > > This will allow to use dummy IRQ handler no_action() from > > > drivers compiled as module. For example, dummy handler is could > > >

Re: [PATCH] irq: Export symbol no_action()

2014-03-04 Thread Alexander Shiyan
Вторник, 4 марта 2014, 12:05 +01:00 от Thomas Gleixner : > On Sat, 1 Mar 2014, Alexander Shiyan wrote: > > > This will allow to use dummy IRQ handler no_action() from > > drivers compiled as module. For example, dummy handler is could > > be used for drivers that use ARM FIQ interrupts. > > And

Re: [PATCH] irq: Export symbol no_action()

2014-03-04 Thread Thomas Gleixner
On Sat, 1 Mar 2014, Alexander Shiyan wrote: > This will allow to use dummy IRQ handler no_action() from > drivers compiled as module. For example, dummy handler is could > be used for drivers that use ARM FIQ interrupts. And why exactly requires a driver which uses ARM FIQ interrupts the

Re: [PATCH] irq: Export symbol no_action()

2014-03-04 Thread Thomas Gleixner
On Sat, 1 Mar 2014, Alexander Shiyan wrote: This will allow to use dummy IRQ handler no_action() from drivers compiled as module. For example, dummy handler is could be used for drivers that use ARM FIQ interrupts. And why exactly requires a driver which uses ARM FIQ interrupts the no_action

Re: [PATCH] irq: Export symbol no_action()

2014-03-04 Thread Alexander Shiyan
Вторник, 4 марта 2014, 12:05 +01:00 от Thomas Gleixner t...@linutronix.de: On Sat, 1 Mar 2014, Alexander Shiyan wrote: This will allow to use dummy IRQ handler no_action() from drivers compiled as module. For example, dummy handler is could be used for drivers that use ARM FIQ

Re: [PATCH] irq: Export symbol no_action()

2014-03-04 Thread Thomas Gleixner
On Tue, 4 Mar 2014, Alexander Shiyan wrote: Вторник, 4 марта 2014, 12:05 +01:00 от Thomas Gleixner t...@linutronix.de: On Sat, 1 Mar 2014, Alexander Shiyan wrote: This will allow to use dummy IRQ handler no_action() from drivers compiled as module. For example, dummy handler is could

Re: [PATCH] irq: Export symbol no_action()

2014-03-04 Thread Alexander Shiyan
+сс Arnd Bergmann Вторник, 4 марта 2014, 16:46 +01:00 от Thomas Gleixner t...@linutronix.de: On Tue, 4 Mar 2014, Alexander Shiyan wrote: Вторник, 4 марта 2014, 12:05 +01:00 от Thomas Gleixner t...@linutronix.de: On Sat, 1 Mar 2014, Alexander Shiyan wrote: This will allow to

Re: [PATCH] irq: Export symbol no_action()

2014-03-04 Thread Thomas Gleixner
On Tue, 4 Mar 2014, Alexander Shiyan wrote: +сс Arnd Bergmann Вторник, 4 марта 2014, 16:46 +01:00 от Thomas Gleixner t...@linutronix.de: On Tue, 4 Mar 2014, Alexander Shiyan wrote: Вторник, 4 марта 2014, 12:05 +01:00 от Thomas Gleixner t...@linutronix.de: On Sat, 1 Mar 2014,

[PATCH] irq: Export symbol no_action()

2014-02-28 Thread Alexander Shiyan
This will allow to use dummy IRQ handler no_action() from drivers compiled as module. For example, dummy handler is could be used for drivers that use ARM FIQ interrupts. Signed-off-by: Alexander Shiyan --- kernel/irq/handle.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] irq: Export symbol no_action()

2014-02-28 Thread Alexander Shiyan
This will allow to use dummy IRQ handler no_action() from drivers compiled as module. For example, dummy handler is could be used for drivers that use ARM FIQ interrupts. Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- kernel/irq/handle.c | 1 + 1 file changed, 1 insertion(+) diff --git