aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)Author
2013-08-04staging: comedi: COMEDI_CANCEL ioctl should wake up read/writeIan Abbott
2013-08-04staging: comedi: fix a race between do_cmd_ioctl() and read/writeIan Abbott
2013-05-13staging: comedi: allow buffer resize if previous resize failedIan Abbott
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
2013-04-05staging: comedi: change comedi_read/write_subdevice() parametersIan Abbott
2013-04-05staging: comedi: use minor device number in attribute functionsIan Abbott
2013-04-05staging: comedi: get mutex before subdevice in attribute functionsIan Abbott
2013-04-05staging: comedi: rename dev parameter of device attribute functionsIan Abbott
2013-04-05staging: comedi: remove hardware_device from struct comedi_device_infoIan Abbott
2013-04-05staging: comedi: remove comedi_clear_minor()Ian Abbott
2013-04-05staging: comedi: separate board and subdevice minor tablesIan Abbott
2013-04-05staging: comedi: remove COMEDI_FIRST_SUBDEVICE_MINORIan Abbott
2013-04-05staging: comedi: move COMEDI_NUM_MINORS and COMEDI_FIRST_SUBDEVICE_MINORIan Abbott
2013-04-05staging: comedi: change comedi_file_info_table_lock to mutexIan Abbott
2013-04-05staging: comedi: set hw_dev in comedi_alloc_board_minor()Ian Abbott
2013-04-05staging: comedi: simplify driver module countingIan Abbott
2013-04-05staging: comedi: avoid forward declarationsIan Abbott
2013-04-05staging: comedi: remove manually unconfigured dynamic devicesIan Abbott
2013-04-05staging: comedi: no need to evade comedi_auto_unconfig()Ian Abbott
2013-04-05staging: comedi: avoid releasing legacy minors automaticallyIan Abbott
2013-04-05staging: comedi: pre-lock mutex on creation of comedi deviceIan Abbott
2013-04-05staging: comedi: change comedi_alloc_board_minor() to return pointerIan Abbott
2013-04-05staging: comedi: make comedi_free_board_minor() staticIan Abbott
2013-04-05staging: comedi: add comedi_release_hardware_device()Ian Abbott
2013-04-05staging: comedi: refactor comedi_free_board_minor()Ian Abbott
2013-04-05staging: comedi: adjust module count on device cleanupIan Abbott
2013-04-05staging: comedi: remove memset() call from comedi_device_init()Ian Abbott
2013-04-05staging: comedi: no need to zero out comedi_file_info_table[]Ian Abbott
2013-03-15staging: comedi: make 'in_request_module' a bool bit-fieldIan Abbott
2013-02-27more file_inode() open-coded instancesAl Viro
2013-02-07staging: comedi: correct error message in comedi_alloc_subdevice_minor()Ian Abbott
2013-02-07staging: 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-03staging: 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-29staging: 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-17staging: comedi: comedi_buf: rename comedi_reset_async_buf()H Hartley Sweeten
2013-01-17staging: comedi: deprecate loading firmware with comedi_configH Hartley Sweeten