summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
Commit message (Expand)AuthorAgeFilesLines
...
* staging: comedi: comedi_fops: extend spin-lock scope in comedi_event()Ian Abbott2015-04-031-24/+46
* staging: comedi: comedi_fops: send SIGIO according to command directionIan Abbott2015-04-031-4/+4
* staging: comedi: comedi_fops: always clear eventsIan Abbott2015-04-031-4/+5
* staging: comedi: comedi_fops: remove unnecessary s->async useIan Abbott2015-04-031-5/+5
* staging: comedi: comedi_fops: simplify comedi_is_subdevice_idle()Ian Abbott2015-04-031-1/+1
* staging: comedi: comedi_fops: eliminate a use of subdevice spin-lockIan Abbott2015-04-031-12/+20
* staging: comedi: comedi_fops: rename comedi_set_subdevice_runflags()Ian Abbott2015-04-031-7/+7
* Staging: comedi: replace pr_err with dev_errHaneen Mohammed2015-03-181-2/+4
* staging: comedi: comedi_fops: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-061-11/+11
* staging: comedi: comedi_fops.c: reformat remaining block commentsIan Abbott2015-02-071-11/+18
* staging: comedi: comedi_fops.c: reformat ioctl handler commentsIan Abbott2015-02-071-166/+168
* staging: comedi: comedi_fops.c: document exported functionsIan Abbott2015-02-071-0/+42
* staging: comedi: comedi_fops.c: reformat copyright headerIan Abbott2015-02-071-16/+16
* staging: comedi: comedidev.h: add namespace to the subdevice "runflags"H Hartley Sweeten2015-01-251-12/+18
* staging: comedi: add ioctls to set per-file read and write subdeviceIan Abbott2014-11-051-0/+90
* staging: comedi: prepare support for per-file read and write subdevicesIan Abbott2014-11-051-25/+102
* staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten2014-11-031-1/+1
* staging: comedi: check actual data direction for COMEDI_BUFINFO ioctlIan Abbott2014-11-031-2/+2
* staging: comedi: check command direction in poll() file operationIan Abbott2014-11-031-0/+2
* staging: comedi: don't allow write() on async command set up for "read"Ian Abbott2014-11-031-0/+8
* staging: comedi: don't allow read() on async command set up for "write"Ian Abbott2014-11-031-0/+8
* staging: comedi: maybe force CMDF_WRITE command flagIan Abbott2014-11-031-0/+15
* Merge 3.18-rc3 into staging-nextGreg Kroah-Hartman2014-11-021-12/+14
|\
| * staging: comedi: fix memory leak / bad pointer freeing for chanlistIan Abbott2014-10-291-0/+3
| * staging: comedi: widen subdevice number argument in ioctl handlersIan Abbott2014-10-291-4/+4
| * staging: comedi: (regression) channel list must be set for COMEDI_CMD ioctlIan Abbott2014-10-201-8/+7
* | staging: comedi: comedidev.h: clarify async->event error/cancel detectionH Hartley Sweeten2014-10-291-10/+8
* | Staging: comedi: Compressed two lines of code into one.Heena Sirwani2014-10-201-4/+1
|/
* staging: comedi: use CMDF_BOGUS in do_cmd_ioctl()Ian Abbott2014-09-081-1/+1
* staging: comedi: use CMDF_WAKE_EOS in do_cmd_ioctl()Ian Abbott2014-09-081-1/+1
* staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_ch...H Hartley Sweeten2014-07-221-1/+1
* staging: comedi: comedi_fops: remove disabled subdevice lock/unlock callbackH Hartley Sweeten2014-07-221-15/+1
* staging: comedi: comedi_fops: checkpatch.pl --strict cleanupH Hartley Sweeten2014-07-181-7/+5
* staging: comedi: comedi_fops: remove commented out debug messagesH Hartley Sweeten2014-07-181-2/+0
* staging: comedi: comedi_fops: use pr_fmt()H Hartley Sweeten2014-07-171-9/+10
* staging: comedi: remove comedi_error()H Hartley Sweeten2014-07-171-6/+0
* staging: comedi: removing not useful `else` after returnKinka Huang2014-07-151-5/+4
* Staging: comedi: check the return value of kobject_set_nameAnton Protopopov2014-07-091-1/+8
* staging: comedi: allow COMEDI_BUFINFO, COMEDI_CANCEL and COMEDI_POLL on locke...Ian Abbott2014-07-081-9/+0
* staging: comedi: introduce comedi_buf_n_bytes_ready()H Hartley Sweeten2014-06-261-3/+2
* staging: comedi: style - use kmalloc_array(n, s, ...) instead of kmalloc(n*s,...Wolfgang Ocker2014-06-181-2/+2
* staging: comedi: remove in_request_moduleIan Abbott2014-05-271-26/+0
* staging: comedi: remove check for CONFIG_KMODPaul Bolle2014-05-261-8/+0
* staging: comedi: pass subdevice to comedi_buf_is_mmapped()Ian Abbott2014-05-231-2/+2
* staging: comedi: pass subdevice to comedi_buf_reset()Ian Abbott2014-05-231-2/+2
* staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott2014-05-231-2/+2
* staging: comedi: pass subdevice to comedi_buf_read_free()Ian Abbott2014-05-231-2/+2
* staging: comedi: pass subdevice to comedi_buf_read_alloc()Ian Abbott2014-05-231-2/+2
* staging: comedi: pass subdevice to comedi_buf_write_n_allocated()Ian Abbott2014-05-231-3/+3
* staging: comedi: pass subdevice to comedi_buf_write_free()Ian Abbott2014-05-231-2/+2
OpenPOWER on IntegriCloud