summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)Author
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-27staging: 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-04staging: comedi: remove async parameter from resize_async_buffer()Ian Abbott
2014-05-04staging: 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-25Staging: 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-12staging: comedi: protect buffer from being freed while mmappedIan Abbott
2013-11-12staging: comedi: make determination of read or write subdevice saferIan Abbott
2013-11-12staging: comedi: remove comedi_dev_from_minor()Ian Abbott
2013-11-12staging: comedi: use file->private_data in file operationsIan Abbott
2013-11-12staging: comedi: use refcount in sysfs attribute handlersIan Abbott
2013-11-12staging: comedi: increment reference while file openIan Abbott
2013-11-12staging: comedi: add comedi_dev_get_from_minor()Ian Abbott
2013-11-12staging: comedi: add a kref to comedi deviceIan Abbott
2013-11-12staging: comedi: protect against detach during read operationIan Abbott
2013-11-12staging: comedi: protect against detach during write operationIan Abbott
2013-11-12staging: comedi: cancel commands before detaching deviceIan Abbott
2013-11-12staging: comedi: wake up async waiters when become non-busyIan Abbott
2013-11-12staging: comedi: add rw_semaphore to protect against device detachmentIan Abbott
2013-11-12staging: comedi: remove unused command callback supportIan Abbott
2013-10-29staging: comedi: use memdup_user to simplify codeTeodora Baluta
2013-10-08staging: comedi: avoid memleak for subdevice privateIan Abbott
2013-10-08staging: comedi: remove 'settling_time_0' from subdeviceIan Abbott
2013-10-08staging: 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