aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)Author
2014-04-26staging: comedi: fix circular locking dependency in comedi_mmap()Ian Abbott
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
2013-11-11staging: comedi: add rw_semaphore to protect against device detachmentIan Abbott
2013-11-11staging: comedi: remove unused command callback supportIan Abbott
2013-10-29staging: comedi: use memdup_user to simplify codeTeodora Baluta
2013-10-07staging: comedi: avoid memleak for subdevice privateIan Abbott
2013-10-07staging: comedi: remove 'settling_time_0' from subdeviceIan Abbott
2013-10-07staging: comedi: remove unused 'channel flags' supportIan Abbott
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-29Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman
2013-07-29Merge 3.11-rc3 into staging-nextGreg Kroah-Hartman
2013-07-24staging: comedi: convert class code to use dev_groupsGreg Kroah-Hartman
2013-07-23staging: comedi: fix a race between do_cmd_ioctl() and read/writeIan Abbott
2013-07-23staging: comedi: COMEDI_CANCEL ioctl should wake up read/writeIan Abbott
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-06-29comedi: quit wanking with FASYNC in ->release()Al Viro
2013-06-24staging: comedi: have comedi_set_spriv() allocate the memoryH Hartley Sweeten
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten
2013-06-08staging: comedi: remove 'bi.subdevice < 0' check in do_bufinfo_ioctl()Güngör Erseymen
2013-06-08staging: comedi: remove 'bc.subdevice < 0' check in do_bufconfig_ioctl()Güngör Erseymen
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman
2013-05-13staging: comedi: allow buffer resize if previous resize failedIan Abbott
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-12staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten
2013-04-05staging: comedi: add comedi_clear_board_dev()Ian Abbott
2013-04-05staging: comedi: remove struct comedi_file_infoIan Abbott
2013-04-05staging: comedi: simplify comedi_board_minor_table[]Ian Abbott
2013-04-05staging: comedi: simplify comedi_subdevice_minor_table[]Ian Abbott
2013-04-05staging: comedi: remove comedi_file_info_from_board_minor()Ian Abbott
2013-04-05staging: comedi: remove comedi_clear_subdevice_minor()Ian Abbott
2013-04-05staging: comedi: refactor comedi_dev_from_minor()Ian Abbott
2013-04-05staging: comedi: reduce use of struct comedi_file_infoIan Abbott