summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: check for more errors for zero-length readIan Abbott2015-10-131-5/+5
* staging: comedi: simplify returned errors for comedi_read()Ian Abbott2015-10-131-18/+3
* staging: comedi: return error on "read" if no command set upIan Abbott2015-10-131-1/+6
* staging: comedi: remove superfluous retval = 0 in comedi_read()Ian Abbott2015-10-131-3/+0
* staging: comedi: allow buffer wraparound in comedi_read()Ian Abbott2015-10-131-4/+10
* staging: comedi: avoid bad truncation of a size_t in comedi_read()Ian Abbott2015-10-131-4/+1
* staging: comedi: make some variables unsigned in comedi_read()Ian Abbott2015-10-131-1/+3
* staging: comedi: do extra checks for becoming non-busy for "read"Ian Abbott2015-10-131-5/+8
* staging: comedi: don't consider "unmunged" data when becoming non-busyIan Abbott2015-10-131-2/+3
* staging: comedi: remain busy until read end-of-fileIan Abbott2015-10-131-1/+1
* staging: comedi: don't use mutex when polling fileIan Abbott2015-10-131-2/+2
* staging: comedi: check command started by file being polledIan Abbott2015-10-131-2/+2
* staging: comedi: don't allocate buffer space when polling for writeIan Abbott2015-10-131-2/+1
* staging: comedi: don't poll_wait on same subdevice twiceIan Abbott2015-10-131-2/+4
* Staging: comedi: Remove exceptional & on function nameShraddha Barke2015-10-131-1/+1
* 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-181-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-141-8/+5
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_dev_get_from_board_mi...H Hartley Sweeten2015-08-141-1/+0
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_free_subdevice_minor()H Hartley Sweeten2015-08-141-4/+2
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_cleanup()H Hartley Sweeten2015-08-141-7/+0
* staging: comedi: comedi_fops: remove remaining BUG_ON() checksH Hartley Sweeten2015-08-141-2/+0
* staging: Comedi: comedi_fops: Fixed the return error codeSanthosh Pai2015-07-141-1/+1
* staging: comedi: use CAP_SYS_ADMIN instead of CAP_NET_ADMINIan Abbott2015-07-141-2/+2
* staging: comedi: remove commented codeHari Prasath Gujulan Elango2015-06-151-5/+0
* 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-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
OpenPOWER on IntegriCloud