aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)Author
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
2014-07-22staging: comedi: comedi_fops: remove disabled subdevice lock/unlock callbackH Hartley Sweeten
2014-07-18staging: comedi: comedi_fops: checkpatch.pl --strict cleanupH Hartley Sweeten
2014-07-18staging: comedi: comedi_fops: remove commented out debug messagesH Hartley Sweeten
2014-07-17staging: comedi: comedi_fops: use pr_fmt()H Hartley Sweeten
2014-07-17staging: comedi: remove comedi_error()H Hartley Sweeten
2014-07-15staging: comedi: removing not useful `else` after returnKinka Huang
2014-07-09Staging: comedi: check the return value of kobject_set_nameAnton Protopopov
2014-07-08staging: comedi: allow COMEDI_BUFINFO, COMEDI_CANCEL and COMEDI_POLL on locke...Ian Abbott
2014-06-26staging: comedi: introduce comedi_buf_n_bytes_ready()H Hartley Sweeten
2014-06-18staging: comedi: style - use kmalloc_array(n, s, ...) instead of kmalloc(n*s,...Wolfgang Ocker
2014-05-27staging: comedi: remove in_request_moduleIan Abbott
2014-05-26staging: comedi: remove check for CONFIG_KMODPaul Bolle
2014-05-23staging: comedi: pass subdevice to comedi_buf_is_mmapped()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_reset()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_free()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_alloc()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_n_allocated()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_free()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_alloc()Ian Abbott
2014-05-03staging: comedi: remove async parameter from resize_async_buffer()Ian Abbott
2014-05-03staging: comedi: remove redundant pointer dereference in comedi_poll()Ian Abbott
2014-05-03staging: comedi: fix coding style issues in comedi_fops.cRaghavendra Ganiga
2014-04-22Merge 3.15-rc2 into staging-nextGreg Kroah-Hartman
2014-04-16staging: comedi: fix circular locking dependency in comedi_mmap()Ian Abbott
2014-04-14staging: comedi: comedy_fops.c: fix line over 80, characters warningsYves Deweerdt
2014-04-14staging: comedi: remove an unneeded variableDan Carpenter
2014-03-17staging: comedi: comedi_fops: introduce __comedi_get_user_chanlist()H Hartley Sweeten
2014-03-17staging: comedi: comedi_fops: introduce __comedi_get_user_cmd()H Hartley Sweeten
2014-02-24Staging: comedi: Fix line length exceeding 80 charactersMonam Agarwal
2014-02-14staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten
2014-02-12Staging: comedi: Correct a few printf format codesChase Southwood
2014-01-09staging: comedi: fix bug destroying subdevice files after parentIan Abbott