summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2013-06-29comedi: quit wanking with FASYNC in ->release()Al Viro1-3/+0
2013-06-25staging: comedi: have comedi_set_spriv() allocate the memoryH Hartley Sweeten1-6/+8
2013-06-18staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten1-0/+15
2013-06-09staging: comedi: remove 'bi.subdevice < 0' check in do_bufinfo_ioctl()Güngör Erseymen1-1/+1
2013-06-09staging: comedi: remove 'bc.subdevice < 0' check in do_bufconfig_ioctl()Güngör Erseymen1-1/+1
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman1-3/+0
2013-05-14staging: comedi: allow buffer resize if previous resize failedIan Abbott1-3/+0
2013-05-14staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-13staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten1-3/+3
2013-04-06staging: comedi: add comedi_clear_board_dev()Ian Abbott1-3/+15
2013-04-06staging: comedi: remove struct comedi_file_infoIan Abbott1-6/+0
2013-04-06staging: comedi: simplify comedi_board_minor_table[]Ian Abbott1-44/+26
2013-04-06staging: comedi: simplify comedi_subdevice_minor_table[]Ian Abbott1-34/+22
2013-04-06staging: comedi: remove comedi_file_info_from_board_minor()Ian Abbott1-13/+4
2013-04-06staging: comedi: remove comedi_clear_subdevice_minor()Ian Abbott1-13/+6
2013-04-06staging: comedi: refactor comedi_dev_from_minor()Ian Abbott1-9/+20
2013-04-06staging: comedi: reduce use of struct comedi_file_infoIan Abbott1-42/+22
2013-04-06staging: comedi: change comedi_read/write_subdevice() parametersIan Abbott1-29/+38
2013-04-06staging: comedi: use minor device number in attribute functionsIan Abbott1-10/+48
2013-04-06staging: comedi: get mutex before subdevice in attribute functionsIan Abbott1-26/+50
2013-04-06staging: comedi: rename dev parameter of device attribute functionsIan Abbott1-16/+16
2013-04-06staging: comedi: remove hardware_device from struct comedi_device_infoIan Abbott1-3/+1
2013-04-06staging: comedi: remove comedi_clear_minor()Ian Abbott1-11/+3
2013-04-06staging: comedi: separate board and subdevice minor tablesIan Abbott1-29/+82
2013-04-06staging: comedi: remove COMEDI_FIRST_SUBDEVICE_MINORIan Abbott1-3/+2
2013-04-06staging: comedi: move COMEDI_NUM_MINORS and COMEDI_FIRST_SUBDEVICE_MINORIan Abbott1-0/+3
2013-04-06staging: comedi: change comedi_file_info_table_lock to mutexIan Abbott1-12/+12
2013-04-06staging: comedi: set hw_dev in comedi_alloc_board_minor()Ian Abbott1-0/+1
2013-04-06staging: comedi: simplify driver module countingIan Abbott1-10/+2
2013-04-06staging: comedi: avoid forward declarationsIan Abbott1-59/+56
2013-04-06staging: comedi: remove manually unconfigured dynamic devicesIan Abbott1-0/+20
2013-04-06staging: comedi: no need to evade comedi_auto_unconfig()Ian Abbott1-3/+0
2013-04-06staging: comedi: avoid releasing legacy minors automaticallyIan Abbott1-2/+4
2013-04-06staging: comedi: pre-lock mutex on creation of comedi deviceIan Abbott1-0/+7
2013-04-06staging: comedi: change comedi_alloc_board_minor() to return pointerIan Abbott1-16/+18
2013-04-06staging: comedi: make comedi_free_board_minor() staticIan Abbott1-1/+1
2013-04-06staging: comedi: add comedi_release_hardware_device()Ian Abbott1-3/+4
2013-04-06staging: comedi: refactor comedi_free_board_minor()Ian Abbott1-7/+12
2013-04-06staging: comedi: adjust module count on device cleanupIan Abbott1-0/+10
2013-04-06staging: comedi: remove memset() call from comedi_device_init()Ian Abbott1-1/+0
2013-04-06staging: comedi: no need to zero out comedi_file_info_table[]Ian Abbott1-3/+0
2013-03-15staging: comedi: make 'in_request_module' a bool bit-fieldIan Abbott1-6/+6
2013-02-28more file_inode() open-coded instancesAl Viro1-7/+7
2013-02-08staging: comedi: correct error message in comedi_alloc_subdevice_minor()Ian Abbott1-1/+1
2013-02-08staging: comedi: don't return minor from comedi_alloc_subdevice_minor()Ian Abbott1-1/+1
2013-02-05staging: comedi: check s->async for poll(), read() and write()Ian Abbott1-4/+4
2013-02-05staging: comedi: remove 'comedi_autoconfig' module parameterH Hartley Sweeten1-13/+0
2013-02-04staging: comedi: change comedi_alloc_subdevice_minor parametersIan Abbott1-2/+2
2013-01-30staging: comedi: cleanup all board minors on module exitIan Abbott1-4/+4