RE: [PATCH 00/51] staging: comedi: cleanup irq requests

2013-12-05 Thread Hartley Sweeten
On Wednesday, December 04, 2013 4:47 AM, Ian Abbott wrote: > On 2013-12-03 19:07, H Hartley Sweeten wrote: >> The comedi subsystem only requires the drivers to support interrupts if one >> or more of the subdevices support async commands. Since this is optional: >> >> 1) don't fail the attach if th

Re: [PATCH 00/51] staging: comedi: cleanup irq requests

2013-12-04 Thread gre...@linuxfoundation.org
On Wed, Dec 04, 2013 at 11:46:48AM +, Ian Abbott wrote: > On 2013-12-03 19:07, H Hartley Sweeten wrote: > > The comedi subsystem only requires the drivers to support interrupts if one > > or more of the subdevices support async commands. Since this is optional: > > > > 1) don't fail the attach

Re: [PATCH 00/51] staging: comedi: cleanup irq requests

2013-12-04 Thread Ian Abbott
On 2013-12-03 19:07, H Hartley Sweeten wrote: The comedi subsystem only requires the drivers to support interrupts if one or more of the subdevices support async commands. Since this is optional: 1) don't fail the attach if the irq is not available 2) only hookup the async command support if the

[PATCH 00/51] staging: comedi: cleanup irq requests

2013-12-03 Thread H Hartley Sweeten
The comedi subsystem only requires the drivers to support interrupts if one or more of the subdevices support async commands. Since this is optional: 1) don't fail the attach if the irq is not available 2) only hookup the async command support if the irq is available 3) remove any async command in