summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: comedi_fops.c: Tweak kernel-doc for consistencyIan Abbott2015-09-291-38/+43
* staging: comedi: comedi_fops.c: remove bogus kernel-doc for runflagsIan Abbott2015-09-191-6/+6
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* staging: comedi: comedi_fops: absorb comedi_free_board_minor()H Hartley Sweeten2015-08-151-8/+5Star
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_dev_get_from_board_mi...H Hartley Sweeten2015-08-151-1/+0Star
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_free_subdevice_minor()H Hartley Sweeten2015-08-151-4/+2Star
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_cleanup()H Hartley Sweeten2015-08-151-7/+0Star
* staging: comedi: comedi_fops: remove remaining BUG_ON() checksH Hartley Sweeten2015-08-151-2/+0Star
* staging: Comedi: comedi_fops: Fixed the return error codeSanthosh Pai2015-07-151-1/+1
* staging: comedi: use CAP_SYS_ADMIN instead of CAP_NET_ADMINIan Abbott2015-07-151-2/+2
* staging: comedi: remove commented codeHari Prasath Gujulan Elango2015-06-161-5/+0Star
* Staging: fixed multiple spelling errors.Carlos E. Garcia2015-05-081-1/+1
* staging: comedi: move COMEDI_SRF_... macros to "comedi_fops.c"Ian Abbott2015-04-301-0/+17
* staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usageIan Abbott2015-04-301-2/+22
* 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-071-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-041-1/+1
* staging: comedi: check actual data direction for COMEDI_BUFINFO ioctlIan Abbott2014-11-041-2/+2
* staging: comedi: check command direction in poll() file operationIan Abbott2014-11-041-0/+2
* staging: comedi: don't allow write() on async command set up for "read"Ian Abbott2014-11-041-0/+8
* staging: comedi: don't allow read() on async command set up for "write"Ian Abbott2014-11-041-0/+8
* staging: comedi: maybe force CMDF_WRITE command flagIan Abbott2014-11-041-0/+15
* Merge 3.18-rc3 into staging-nextGreg Kroah-Hartman2014-11-031-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/+7Star
* | staging: comedi: comedidev.h: clarify async->event error/cancel detectionH Hartley Sweeten2014-10-291-10/+8Star
* | Staging: comedi: Compressed two lines of code into one.Heena Sirwani2014-10-201-4/+1Star
|/
* 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-231-1/+1
* staging: comedi: comedi_fops: remove disabled subdevice lock/unlock callbackH Hartley Sweeten2014-07-231-15/+1Star
* staging: comedi: comedi_fops: checkpatch.pl --strict cleanupH Hartley Sweeten2014-07-191-7/+5Star
* staging: comedi: comedi_fops: remove commented out debug messagesH Hartley Sweeten2014-07-191-2/+0Star
* staging: comedi: comedi_fops: use pr_fmt()H Hartley Sweeten2014-07-181-9/+10
* staging: comedi: remove comedi_error()H Hartley Sweeten2014-07-181-6/+0Star