summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: fix circular locking dependency in comedi_mmap()Ian Abbott2014-04-161-4/+14
* staging: comedi: comedi_fops: introduce __comedi_get_user_chanlist()H Hartley Sweeten2014-03-171-40/+36Star
* staging: comedi: comedi_fops: introduce __comedi_get_user_cmd()H Hartley Sweeten2014-03-171-50/+45Star
* Staging: comedi: Fix line length exceeding 80 charactersMonam Agarwal2014-02-251-1/+2
* staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten2014-02-141-1/+12
* Staging: comedi: Correct a few printf format codesChase Southwood2014-02-121-4/+4
* staging: comedi: fix bug destroying subdevice files after parentIan Abbott2014-01-091-1/+1
* staging: comedi: fix result of memdup_user for user chanlistBernd Porr2013-12-171-0/+2
* staging/comedi: bug fix for module usage count on device removalIan Abbott2013-12-171-23/+13Star
* staging/comedi: keep reference to class device after destroyedIan Abbott2013-12-171-1/+2
* staging: comedi: comedi_fops: remove use of DPRINTKH Hartley Sweeten2013-11-261-55/+64
* staging: comedi: remove comedi_debug module parameterH Hartley Sweeten2013-11-251-11/+0Star
* staging: comedi: protect buffer from being freed while mmappedIan Abbott2013-11-121-21/+17Star
* staging: comedi: make determination of read or write subdevice saferIan Abbott2013-11-121-9/+7Star
* staging: comedi: remove comedi_dev_from_minor()Ian Abbott2013-11-121-28/+0Star
* staging: comedi: use file->private_data in file operationsIan Abbott2013-11-121-30/+8Star
* staging: comedi: use refcount in sysfs attribute handlersIan Abbott2013-11-121-8/+16
* staging: comedi: increment reference while file openIan Abbott2013-11-121-12/+16
* staging: comedi: add comedi_dev_get_from_minor()Ian Abbott2013-11-121-0/+42
* staging: comedi: add a kref to comedi deviceIan Abbott2013-11-121-3/+19
* staging: comedi: protect against detach during read operationIan Abbott2013-11-121-14/+48
* staging: comedi: protect against detach during write operationIan Abbott2013-11-121-9/+52
* staging: comedi: cancel commands before detaching deviceIan Abbott2013-11-121-0/+15
* staging: comedi: wake up async waiters when become non-busyIan Abbott2013-11-121-3/+3
* staging: comedi: add rw_semaphore to protect against device detachmentIan Abbott2013-11-121-0/+1
* staging: comedi: remove unused command callback supportIan Abbott2013-11-121-14/+7Star
* staging: comedi: use memdup_user to simplify codeTeodora Baluta2013-10-291-23/+10Star
* staging: comedi: avoid memleak for subdevice privateIan Abbott2013-10-081-2/+3
* staging: comedi: remove 'settling_time_0' from subdeviceIan Abbott2013-10-081-2/+0Star
* staging: comedi: remove unused 'channel flags' supportIan Abbott2013-10-081-10/+2Star
* Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-031-1/+0Star
|\
| * Merge 3.11-rc3 into staging-nextGreg Kroah-Hartman2013-07-291-11/+21
| |\
| * | staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten2013-07-231-1/+0Star
* | | Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman2013-07-291-11/+21
|\ \ \ | | |/ | |/|
| * | staging: comedi: fix a race between do_cmd_ioctl() and read/writeIan Abbott2013-07-231-10/+15
| * | staging: comedi: COMEDI_CANCEL ioctl should wake up read/writeIan Abbott2013-07-231-1/+6
| |/
* / staging: comedi: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-251-19/+20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-3/+0Star
|\
| * comedi: quit wanking with FASYNC in ->release()Al Viro2013-06-291-3/+0Star
* | staging: comedi: have comedi_set_spriv() allocate the memoryH Hartley Sweeten2013-06-251-6/+8
* | staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten2013-06-171-0/+15
* | staging: comedi: remove 'bi.subdevice < 0' check in do_bufinfo_ioctl()Güngör Erseymen2013-06-091-1/+1
* | staging: comedi: remove 'bc.subdevice < 0' check in do_bufconfig_ioctl()Güngör Erseymen2013-06-091-1/+1
* | Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman2013-05-271-3/+0Star
|\|
| * staging: comedi: allow buffer resize if previous resize failedIan Abbott2013-05-131-3/+0Star
* | staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten2013-05-131-5/+0Star
|/
* staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten2013-04-131-3/+3
* staging: comedi: add comedi_clear_board_dev()Ian Abbott2013-04-051-3/+15
* staging: comedi: remove struct comedi_file_infoIan Abbott2013-04-051-6/+0Star
* staging: comedi: simplify comedi_board_minor_table[]Ian Abbott2013-04-051-44/+26Star