summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)Author
2015-10-13staging: comedi: don't use mutex when polling fileIan Abbott
2015-10-13staging: comedi: check command started by file being polledIan Abbott
2015-10-13staging: comedi: don't allocate buffer space when polling for writeIan Abbott
2015-10-13staging: comedi: don't poll_wait on same subdevice twiceIan Abbott
2015-10-13Staging: comedi: Remove exceptional & on function nameShraddha Barke
2015-09-29staging: comedi: comedi_fops.c: Tweak kernel-doc for consistencyIan Abbott
2015-09-18staging: comedi: comedi_fops.c: remove bogus kernel-doc for runflagsIan Abbott
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-08-14staging: comedi: comedi_fops: absorb comedi_free_board_minor()H Hartley Sweeten
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_dev_get_from_board_mi...H Hartley Sweeten
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_free_subdevice_minor()H Hartley Sweeten
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_cleanup()H Hartley Sweeten
2015-08-14staging: comedi: comedi_fops: remove remaining BUG_ON() checksH Hartley Sweeten
2015-07-14staging: Comedi: comedi_fops: Fixed the return error codeSanthosh Pai
2015-07-14staging: comedi: use CAP_SYS_ADMIN instead of CAP_NET_ADMINIan Abbott
2015-06-15staging: comedi: remove commented codeHari Prasath Gujulan Elango
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia
2015-04-30staging: comedi: move COMEDI_SRF_... macros to "comedi_fops.c"Ian Abbott
2015-04-30staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usageIan Abbott
2015-04-03staging: comedi: comedi_fops: extend spin-lock scope in comedi_event()Ian Abbott
2015-04-03staging: comedi: comedi_fops: send SIGIO according to command directionIan Abbott
2015-04-03staging: comedi: comedi_fops: always clear eventsIan Abbott
2015-04-03staging: comedi: comedi_fops: remove unnecessary s->async useIan Abbott
2015-04-03staging: comedi: comedi_fops: simplify comedi_is_subdevice_idle()Ian Abbott
2015-04-03staging: comedi: comedi_fops: eliminate a use of subdevice spin-lockIan Abbott
2015-04-03staging: comedi: comedi_fops: rename comedi_set_subdevice_runflags()Ian Abbott
2015-03-18Staging: comedi: replace pr_err with dev_errHaneen Mohammed
2015-03-06staging: comedi: comedi_fops: (!foo) preferred over (foo == NULL)H Hartley Sweeten
2015-02-07staging: comedi: comedi_fops.c: reformat remaining block commentsIan Abbott
2015-02-07staging: comedi: comedi_fops.c: reformat ioctl handler commentsIan Abbott
2015-02-07staging: comedi: comedi_fops.c: document exported functionsIan Abbott
2015-02-07staging: comedi: comedi_fops.c: reformat copyright headerIan Abbott
2015-01-25staging: comedi: comedidev.h: add namespace to the subdevice "runflags"H Hartley Sweeten
2014-11-05staging: comedi: add ioctls to set per-file read and write subdeviceIan Abbott
2014-11-05staging: comedi: prepare support for per-file read and write subdevicesIan Abbott
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten
2014-11-03staging: comedi: check actual data direction for COMEDI_BUFINFO ioctlIan Abbott
2014-11-03staging: comedi: check command direction in poll() file operationIan Abbott
2014-11-03staging: comedi: don't allow write() on async command set up for "read"Ian Abbott
2014-11-03staging: comedi: don't allow read() on async command set up for "write"Ian Abbott
2014-11-03staging: comedi: maybe force CMDF_WRITE command flagIan Abbott
2014-11-02Merge 3.18-rc3 into staging-nextGreg Kroah-Hartman
2014-10-29staging: comedi: fix memory leak / bad pointer freeing for chanlistIan Abbott
2014-10-29staging: comedi: widen subdevice number argument in ioctl handlersIan Abbott
2014-10-29staging: comedi: comedidev.h: clarify async->event error/cancel detectionH Hartley Sweeten
2014-10-20staging: comedi: (regression) channel list must be set for COMEDI_CMD ioctlIan Abbott
2014-10-20Staging: comedi: Compressed two lines of code into one.Heena Sirwani
2014-09-08staging: comedi: use CMDF_BOGUS in do_cmd_ioctl()Ian Abbott
2014-09-08staging: comedi: use CMDF_WAKE_EOS in do_cmd_ioctl()Ian Abbott
2014-07-22staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_ch...H Hartley Sweeten