Re: [PATCH v3] [media] rc: Postpone ISR registration

2012-04-30 Thread Luis Henriques
On Mon, Apr 23, 2012 at 02:38:11PM -0400, Jarod Wilson wrote: On Sat, Apr 21, 2012 at 05:25:21PM +0100, Luis Henriques wrote: An early registration of an ISR was causing a crash to several users (for example, with the ite-cir driver: http://bugs.launchpad.net/bugs/972723). The reason was

Re: [PATCH v3] [media] rc: Postpone ISR registration

2012-04-23 Thread Jarod Wilson
On Sat, Apr 21, 2012 at 05:25:21PM +0100, Luis Henriques wrote: An early registration of an ISR was causing a crash to several users (for example, with the ite-cir driver: http://bugs.launchpad.net/bugs/972723). The reason was that IRQs were being triggered before a driver initialisation was

[PATCH v3] [media] rc: Postpone ISR registration

2012-04-21 Thread Luis Henriques
An early registration of an ISR was causing a crash to several users (for example, with the ite-cir driver: http://bugs.launchpad.net/bugs/972723). The reason was that IRQs were being triggered before a driver initialisation was completed. This patch fixes this by moving the invocation to