aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-17staging: comedi: comedi_fops: introduce __comedi_get_user_chanlist()H Hartley Sweeten1-40/+36
2014-03-17staging: comedi: comedi_fops: introduce __comedi_get_user_cmd()H Hartley Sweeten1-50/+45
2014-02-24Staging: comedi: Fix line length exceeding 80 charactersMonam Agarwal1-1/+2
2014-02-14staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten1-1/+12
2014-02-12Staging: comedi: Correct a few printf format codesChase Southwood1-4/+4
2014-01-09staging: comedi: fix bug destroying subdevice files after parentIan Abbott1-1/+1
2013-12-17staging: comedi: fix result of memdup_user for user chanlistBernd Porr1-0/+2
2013-12-17staging/comedi: bug fix for module usage count on device removalIan Abbott1-23/+13
2013-12-17staging/comedi: keep reference to class device after destroyedIan Abbott1-1/+2
2013-11-26staging: comedi: comedi_fops: remove use of DPRINTKH Hartley Sweeten1-55/+64
2013-11-25staging: comedi: remove comedi_debug module parameterH Hartley Sweeten1-11/+0
2013-11-11staging: comedi: protect buffer from being freed while mmappedIan Abbott1-21/+17
2013-11-11staging: comedi: make determination of read or write subdevice saferIan Abbott1-9/+7
2013-11-11staging: comedi: remove comedi_dev_from_minor()Ian Abbott1-28/+0
2013-11-11staging: comedi: use file->private_data in file operationsIan Abbott1-30/+8
2013-11-11staging: comedi: use refcount in sysfs attribute handlersIan Abbott1-8/+16
2013-11-11staging: comedi: increment reference while file openIan Abbott1-12/+16
2013-11-11staging: comedi: add comedi_dev_get_from_minor()Ian Abbott1-0/+42
2013-11-11staging: comedi: add a kref to comedi deviceIan Abbott1-3/+19
2013-11-11staging: comedi: protect against detach during read operationIan Abbott1-14/+48
2013-11-11staging: comedi: protect against detach during write operationIan Abbott1-9/+52
2013-11-11staging: comedi: cancel commands before detaching deviceIan Abbott1-0/+15
2013-11-11staging: comedi: wake up async waiters when become non-busyIan Abbott1-3/+3
2013-11-11staging: comedi: add rw_semaphore to protect against device detachmentIan Abbott1-0/+1
2013-11-11staging: comedi: remove unused command callback supportIan Abbott1-14/+7
2013-10-29staging: comedi: use memdup_user to simplify codeTeodora Baluta1-23/+10
2013-10-07staging: comedi: avoid memleak for subdevice privateIan Abbott1-2/+3
2013-10-07staging: comedi: remove 'settling_time_0' from subdeviceIan Abbott1-2/+0
2013-10-07staging: comedi: remove unused 'channel flags' supportIan Abbott1-10/+2
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+0
2013-07-29Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman1-11/+21
2013-07-29Merge 3.11-rc3 into staging-nextGreg Kroah-Hartman1-11/+21
2013-07-24staging: comedi: convert class code to use dev_groupsGreg Kroah-Hartman1-19/+20
2013-07-23staging: comedi: fix a race between do_cmd_ioctl() and read/writeIan Abbott1-10/+15
2013-07-23staging: comedi: COMEDI_CANCEL ioctl should wake up read/writeIan Abbott1-1/+6
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten1-1/+0
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2013-06-29comedi: quit wanking with FASYNC in ->release()Al Viro1-3/+0
2013-06-24staging: comedi: have comedi_set_spriv() allocate the memoryH Hartley Sweeten1-6/+8
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten1-0/+15
2013-06-08staging: comedi: remove 'bi.subdevice < 0' check in do_bufinfo_ioctl()Güngör Erseymen1-1/+1
2013-06-08staging: comedi: remove 'bc.subdevice < 0' check in do_bufconfig_ioctl()Güngör Erseymen1-1/+1
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman1-3/+0
2013-05-13staging: comedi: allow buffer resize if previous resize failedIan Abbott1-3/+0
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-12staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten1-3/+3
2013-04-05staging: comedi: add comedi_clear_board_dev()Ian Abbott1-3/+15
2013-04-05staging: comedi: remove struct comedi_file_infoIan Abbott1-6/+0
2013-04-05staging: comedi: simplify comedi_board_minor_table[]Ian Abbott1-44/+26
2013-04-05staging: comedi: simplify comedi_subdevice_minor_table[]Ian Abbott1-34/+22