Re: [PATCH 1/6] staging: comedi: addi_apci_1564: remove send_sig() use

2014-06-18 Thread Greg KH
On Thu, May 29, 2014 at 11:41:53PM -0500, Chase Southwood wrote: > The addi-data drivers use send_sig() to let the user know when an > interrupt has occurred. The "standard" way to do this in the comedi > subsystem is to have a subdevice that supports asynchronous commands > and use comedi_event()

Re: [PATCH 1/6] staging: comedi: addi_apci_1564: remove send_sig() use

2014-06-18 Thread Greg KH
On Thu, May 29, 2014 at 11:41:53PM -0500, Chase Southwood wrote: The addi-data drivers use send_sig() to let the user know when an interrupt has occurred. The standard way to do this in the comedi subsystem is to have a subdevice that supports asynchronous commands and use comedi_event() to

RE: [PATCH 1/6] staging: comedi: addi_apci_1564: remove send_sig() use

2014-05-30 Thread Hartley Sweeten
On Thursday, May 29, 2014 9:42 PM, Chase Southwood wrote: > The addi-data drivers use send_sig() to let the user know when an > interrupt has occurred. The "standard" way to do this in the comedi > subsystem is to have a subdevice that supports asynchronous commands > and use comedi_event() to

RE: [PATCH 1/6] staging: comedi: addi_apci_1564: remove send_sig() use

2014-05-30 Thread Hartley Sweeten
On Thursday, May 29, 2014 9:42 PM, Chase Southwood wrote: The addi-data drivers use send_sig() to let the user know when an interrupt has occurred. The standard way to do this in the comedi subsystem is to have a subdevice that supports asynchronous commands and use comedi_event() to signal

[PATCH 1/6] staging: comedi: addi_apci_1564: remove send_sig() use

2014-05-29 Thread Chase Southwood
The addi-data drivers use send_sig() to let the user know when an interrupt has occurred. The "standard" way to do this in the comedi subsystem is to have a subdevice that supports asynchronous commands and use comedi_event() to signal the user. Remove the send_sig() usage in this driver.

[PATCH 1/6] staging: comedi: addi_apci_1564: remove send_sig() use

2014-05-29 Thread Chase Southwood
The addi-data drivers use send_sig() to let the user know when an interrupt has occurred. The standard way to do this in the comedi subsystem is to have a subdevice that supports asynchronous commands and use comedi_event() to signal the user. Remove the send_sig() usage in this driver.