summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: don't override read/write subdevice if not supportedIan Abbott2013-01-301-2/+4
* staging: comedi: comedi_fops: remove last forward declarationH Hartley Sweeten2013-01-211-90/+88Star
* staging/comedi: Use bool initializationsPeter Huewe2013-01-211-2/+2
* staging: comedi: comedi_buf: rename comedi_reset_async_buf()H Hartley Sweeten2013-01-181-2/+2
* staging: comedi: deprecate loading firmware with comedi_configH Hartley Sweeten2013-01-181-30/+4Star
* staging: comedi: (core): add comedi_dev_from_file_info()Ian Abbott2013-01-181-10/+12
* Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman2013-01-081-0/+4
|\
| * staging: comedi: prevent auto-unconfig of manually configured devicesIan Abbott2013-01-071-0/+3
* | staging: comedi: store the 'index' for each subdeviceH Hartley Sweeten2013-01-071-4/+4
* | staging: comedi: comedi_fops: use kzalloc in comedi_alloc_subdevice_minor()H Hartley Sweeten2013-01-071-2/+2
* | staging: comedi: comedi_fops: cleanup comedi_mmap()H Hartley Sweeten2013-01-071-15/+14Star
* | staging: comedi: comedi_fops: cleanup comedi_{read, write}_subdevice()H Hartley Sweeten2013-01-071-6/+6
* | staging: comedi: comedi_fops: introduce comedi_is_subdevice_idle()H Hartley Sweeten2013-01-071-4/+10
* | staging: comedi: comedi_fops: introduce comedi_is_subdevice_in_error()H Hartley Sweeten2013-01-071-8/+11
* | staging: comedi: comedi_fops: don't export comedi_get_subdevice_runflags()H Hartley Sweeten2013-01-071-2/+1Star
* | staging: comedi: use comedi_is_subdevice_running()H Hartley Sweeten2013-01-071-7/+7
* | staging: comedi: comedi_fops: introduce comedi_is_subdevice_running()H Hartley Sweeten2013-01-071-0/+8
* | staging: comedi: comedi_fops: move comedi_get_subdevice_runflags()H Hartley Sweeten2013-01-071-12/+12
* | staging: comedi: comedi_fops: fix a number of sizeof(struct foo) formsH Hartley Sweeten2013-01-071-24/+20Star
* | staging: comedi: comedi_fops: move comedi_cleanup_legacy_minors()H Hartley Sweeten2013-01-071-8/+8
* | staging: comedi: comedi_fops: move the module_{init, exit} functions to EOFH Hartley Sweeten2013-01-071-85/+84Star
* | staging: comedi: comedi_fops: move the MODULE_* information to EOFH Hartley Sweeten2013-01-071-4/+4
* | staging: comedi: comedi_fops: remove the goto's in comedi_write()H Hartley Sweeten2013-01-071-24/+11Star
* | staging: comedi: comedi_fops: remove the goto's in comedi_read()H Hartley Sweeten2013-01-071-24/+10Star
* | staging: comedi: comedi_fops: cleanup comedi_poll()H Hartley Sweeten2013-01-071-29/+20Star
* | staging: comedi: comedi_fops: cleanup do_devinfo_ioctl()H Hartley Sweeten2013-01-071-7/+8
* | staging: comedi: comedi_fops: rename comedi_{read,write}_subdevice()H Hartley Sweeten2013-01-071-20/+18Star
* | staging: comedi: comedi_fops: rename comedi_get_device_file_info()H Hartley Sweeten2013-01-071-7/+7
* | staging: comedi: comedi_fops: rename struct comedi_device_file_infoH Hartley Sweeten2013-01-071-51/+44Star
* | staging: comedi: don't expose struct comedi_device_file_infoH Hartley Sweeten2013-01-071-0/+7
* | staging: comedi: comedi_fops: don't export comedi_get_device_file_info()H Hartley Sweeten2013-01-071-12/+12
* | staging: comedi: use comedi_dev_from_minor()H Hartley Sweeten2013-01-071-24/+8Star
* | staging: comedi: comedi_fops: introduce comedi_dev_from_minor()H Hartley Sweeten2013-01-071-0/+10
* | staging: comedi: don't expose comedi_get_{read, write}_subdeviceH Hartley Sweeten2013-01-071-0/+20
* | staging: comedi: comedi_fops: remove forward declarationsH Hartley Sweeten2013-01-071-89/+80Star
|/
* staging: comedi: remove unnecessary '#define __NO_VERSION__'H Hartley Sweeten2012-11-271-1/+0Star
* staging: comedi: check data length for INSN_CONFIG_DIGITAL_TRIGIan Abbott2012-11-151-0/+4
* staging: comedi: fix memory leak for saved channel listIan Abbott2012-09-211-1/+2
* staging: comedi: don't dereference user memory for INSN_INTTRIGIan Abbott2012-09-191-1/+1
* staging: comedi: fix sparse warning in do_devconfig_ioctl()Ian Abbott2012-09-191-1/+2
* staging: comedi: comedi_fops: cast the cmd->chanlist to the correct address s...H Hartley Sweeten2012-09-191-8/+8
* staging: comedi: comedi_fops: rename user_cmd in do_cmdtest_ioctlH Hartley Sweeten2012-09-191-19/+19
* staging: comedi: comedi_fops: rename user_cmd in do_cmd_ioctlH Hartley Sweeten2012-09-191-18/+18
* staging: comedi: comedi_fops: rename the __user *cmd param in do_cmd_ioctlH Hartley Sweeten2012-09-191-3/+3
* staging: comedi: comedi_fops: make internal function staticH Hartley Sweeten2012-09-181-1/+2
* staging: comedi: comedi_fops: remove subdevice pointer mathH Hartley Sweeten2012-09-061-14/+14
* staging: comedi: replace printk calls in comedi coreIan Abbott2012-08-161-23/+14Star
* staging: comedi: remove comedi_fops.hIan Abbott2012-06-201-1/+0Star
* staging: comedi: rename internal.h to comedi_internal.hIan Abbott2012-06-201-1/+1
* staging: comedi: make class and file operations staticIan Abbott2012-06-201-2/+2