summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)Author
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
2013-12-17staging: comedi: fix result of memdup_user for user chanlistBernd Porr
2013-12-17staging/comedi: bug fix for module usage count on device removalIan Abbott
2013-12-17staging/comedi: keep reference to class device after destroyedIan Abbott
2013-11-26staging: comedi: comedi_fops: remove use of DPRINTKH Hartley Sweeten
2013-11-25staging: comedi: remove comedi_debug module parameterH Hartley Sweeten
2013-11-11staging: comedi: protect buffer from being freed while mmappedIan Abbott
2013-11-11staging: comedi: make determination of read or write subdevice saferIan Abbott
2013-11-11staging: comedi: remove comedi_dev_from_minor()Ian Abbott
2013-11-11staging: comedi: use file->private_data in file operationsIan Abbott
2013-11-11staging: comedi: use refcount in sysfs attribute handlersIan Abbott
2013-11-11staging: comedi: increment reference while file openIan Abbott
2013-11-11staging: comedi: add comedi_dev_get_from_minor()Ian Abbott
2013-11-11staging: comedi: add a kref to comedi deviceIan Abbott
2013-11-11staging: comedi: protect against detach during read operationIan Abbott
2013-11-11staging: comedi: protect against detach during write operationIan Abbott
2013-11-11staging: comedi: cancel commands before detaching deviceIan Abbott
2013-11-11staging: comedi: wake up async waiters when become non-busyIan Abbott