summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)Author
2013-02-27more file_inode() open-coded instancesAl Viro
2013-02-08staging: comedi: correct error message in comedi_alloc_subdevice_minor()Ian Abbott
2013-02-08staging: comedi: don't return minor from comedi_alloc_subdevice_minor()Ian Abbott
2013-02-05staging: comedi: check s->async for poll(), read() and write()Ian Abbott
2013-02-05staging: comedi: remove 'comedi_autoconfig' module parameterH Hartley Sweeten
2013-02-04staging: comedi: change comedi_alloc_subdevice_minor parametersIan Abbott
2013-01-30staging: comedi: cleanup all board minors on module exitIan Abbott
2013-01-30staging: comedi: disallow COMEDI_DEVCONFIG on non-board minorsIan Abbott
2013-01-30staging: comedi: don't override read/write subdevice if not supportedIan Abbott
2013-01-21staging: comedi: comedi_fops: remove last forward declarationH Hartley Sweeten
2013-01-21staging/comedi: Use bool initializationsPeter Huewe
2013-01-18staging: comedi: comedi_buf: rename comedi_reset_async_buf()H Hartley Sweeten
2013-01-18staging: comedi: deprecate loading firmware with comedi_configH Hartley Sweeten
2013-01-18staging: comedi: (core): add comedi_dev_from_file_info()Ian Abbott
2013-01-07Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman
2013-01-07staging: comedi: store the 'index' for each subdeviceH Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: use kzalloc in comedi_alloc_subdevice_minor()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: cleanup comedi_mmap()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: cleanup comedi_{read, write}_subdevice()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: introduce comedi_is_subdevice_idle()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: introduce comedi_is_subdevice_in_error()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: don't export comedi_get_subdevice_runflags()H Hartley Sweeten
2013-01-07staging: comedi: use comedi_is_subdevice_running()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: introduce comedi_is_subdevice_running()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: move comedi_get_subdevice_runflags()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: fix a number of sizeof(struct foo) formsH Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: move comedi_cleanup_legacy_minors()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: move the module_{init, exit} functions to EOFH Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: move the MODULE_* information to EOFH Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: remove the goto's in comedi_write()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: remove the goto's in comedi_read()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: cleanup comedi_poll()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: cleanup do_devinfo_ioctl()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: rename comedi_{read,write}_subdevice()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: rename comedi_get_device_file_info()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: rename struct comedi_device_file_infoH Hartley Sweeten
2013-01-07staging: comedi: don't expose struct comedi_device_file_infoH Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: don't export comedi_get_device_file_info()H Hartley Sweeten
2013-01-07staging: comedi: use comedi_dev_from_minor()H Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: introduce comedi_dev_from_minor()H Hartley Sweeten
2013-01-07staging: comedi: don't expose comedi_get_{read, write}_subdeviceH Hartley Sweeten
2013-01-07staging: comedi: comedi_fops: remove forward declarationsH Hartley Sweeten
2013-01-07staging: comedi: prevent auto-unconfig of manually configured devicesIan Abbott
2012-11-27staging: comedi: remove unnecessary '#define __NO_VERSION__'H Hartley Sweeten
2012-11-15staging: comedi: check data length for INSN_CONFIG_DIGITAL_TRIGIan Abbott
2012-09-21staging: comedi: fix memory leak for saved channel listIan Abbott
2012-09-19staging: comedi: don't dereference user memory for INSN_INTTRIGIan Abbott
2012-09-19staging: comedi: fix sparse warning in do_devconfig_ioctl()Ian Abbott
2012-09-19staging: comedi: comedi_fops: cast the cmd->chanlist to the correct address s...H Hartley Sweeten
2012-09-19staging: comedi: comedi_fops: rename user_cmd in do_cmdtest_ioctlH Hartley Sweeten