aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-21staging: comedi: check for more errors for zero-length writeIan Abbott1-3/+4
2015-12-21staging: comedi: simplify returned errors for comedi_write()Ian Abbott1-18/+3
2015-12-21staging: comedi: return error on "write" if no command set upIan Abbott1-3/+8
2015-12-21staging: comedi: allow buffer wraparound in comedi_write()Ian Abbott1-5/+9
2015-12-21staging: comedi: avoid bad truncation of a size_t in comedi_write()Ian Abbott1-8/+5
2015-12-21staging: comedi: make some variables unsigned in comedi_write()Ian Abbott1-1/+3
2015-12-21staging: comedi: do extra checks for becoming non-busy for "write"Ian Abbott1-1/+6
2015-12-21staging: comedi: rearrange comedi_write() codeIan Abbott1-41/+30
2015-10-13staging: comedi: check for more errors for zero-length readIan Abbott1-5/+5
2015-10-13staging: comedi: simplify returned errors for comedi_read()Ian Abbott1-18/+3
2015-10-13staging: comedi: return error on "read" if no command set upIan Abbott1-1/+6
2015-10-13staging: comedi: remove superfluous retval = 0 in comedi_read()Ian Abbott1-3/+0
2015-10-13staging: comedi: allow buffer wraparound in comedi_read()Ian Abbott1-4/+10
2015-10-13staging: comedi: avoid bad truncation of a size_t in comedi_read()Ian Abbott1-4/+1
2015-10-13staging: comedi: make some variables unsigned in comedi_read()Ian Abbott1-1/+3
2015-10-13staging: comedi: do extra checks for becoming non-busy for "read"Ian Abbott1-5/+8
2015-10-13staging: comedi: don't consider "unmunged" data when becoming non-busyIan Abbott1-2/+3
2015-10-13staging: comedi: remain busy until read end-of-fileIan Abbott1-1/+1
2015-10-13staging: comedi: don't use mutex when polling fileIan Abbott1-2/+2
2015-10-13staging: comedi: check command started by file being polledIan Abbott1-2/+2
2015-10-13staging: comedi: don't allocate buffer space when polling for writeIan Abbott1-2/+1
2015-10-13staging: comedi: don't poll_wait on same subdevice twiceIan Abbott1-2/+4
2015-10-13Staging: comedi: Remove exceptional & on function nameShraddha Barke1-1/+1
2015-09-29staging: comedi: comedi_fops.c: Tweak kernel-doc for consistencyIan Abbott1-38/+43
2015-09-18staging: comedi: comedi_fops.c: remove bogus kernel-doc for runflagsIan Abbott1-6/+6
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-08-14staging: comedi: comedi_fops: absorb comedi_free_board_minor()H Hartley Sweeten1-8/+5
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_dev_get_from_board_minor()H Hartley Sweeten1-1/+0
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_free_subdevice_minor()H Hartley Sweeten1-4/+2
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_cleanup()H Hartley Sweeten1-7/+0
2015-08-14staging: comedi: comedi_fops: remove remaining BUG_ON() checksH Hartley Sweeten1-2/+0
2015-07-14staging: Comedi: comedi_fops: Fixed the return error codeSanthosh Pai1-1/+1
2015-07-14staging: comedi: use CAP_SYS_ADMIN instead of CAP_NET_ADMINIan Abbott1-2/+2
2015-06-15staging: comedi: remove commented codeHari Prasath Gujulan Elango1-5/+0
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia1-1/+1
2015-04-30staging: comedi: move COMEDI_SRF_... macros to "comedi_fops.c"Ian Abbott1-0/+17
2015-04-30staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usageIan Abbott1-2/+22
2015-04-03staging: comedi: comedi_fops: extend spin-lock scope in comedi_event()Ian Abbott1-24/+46
2015-04-03staging: comedi: comedi_fops: send SIGIO according to command directionIan Abbott1-4/+4
2015-04-03staging: comedi: comedi_fops: always clear eventsIan Abbott1-4/+5
2015-04-03staging: comedi: comedi_fops: remove unnecessary s->async useIan Abbott1-5/+5
2015-04-03staging: comedi: comedi_fops: simplify comedi_is_subdevice_idle()Ian Abbott1-1/+1
2015-04-03staging: comedi: comedi_fops: eliminate a use of subdevice spin-lockIan Abbott1-12/+20
2015-04-03staging: comedi: comedi_fops: rename comedi_set_subdevice_runflags()Ian Abbott1-7/+7
2015-03-18Staging: comedi: replace pr_err with dev_errHaneen Mohammed1-2/+4
2015-03-06staging: comedi: comedi_fops: (!foo) preferred over (foo == NULL)H Hartley Sweeten1-11/+11
2015-02-07staging: comedi: comedi_fops.c: reformat remaining block commentsIan Abbott1-11/+18
2015-02-07staging: comedi: comedi_fops.c: reformat ioctl handler commentsIan Abbott1-166/+168
2015-02-07staging: comedi: comedi_fops.c: document exported functionsIan Abbott1-0/+42
2015-02-07staging: comedi: comedi_fops.c: reformat copyright headerIan Abbott1-16/+16