aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-19staging: comedi: migrate copyrights from "comedi_fc.c"Ian Abbott1-0/+1
2014-09-19staging: comedi: add comedi_handle_events()Ian Abbott1-0/+33
2014-09-19staging: comedi: add comedi_inc_scan_progress()Ian Abbott1-0/+24
2014-09-19staging: comedi: add comedi_bytes_per_scan()Ian Abbott1-0/+37
2014-08-30staging: comedi: add a 'readback' member to comedi_subdeviceH Hartley Sweeten1-0/+42
2014-07-30staging: comedi: add an 'mmio' member to comedi_deviceH Hartley Sweeten1-0/+1
2014-07-22staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_change)H Hartley Sweeten1-1/+1
2014-07-18staging: comedi: drivers.c: checkpatch.pl --strict cleanupH Hartley Sweeten1-1/+3
2014-07-17staging: comedi: remove comedi_error()H Hartley Sweeten1-2/+0
2014-05-23staging: comedi: remove subdevice member of struct comedi_asyncIan Abbott1-1/+0
2014-04-14staging: comedi: drivers.c: Fix missing a blank line, after declarations warningYves Deweerdt1-0/+1
2014-02-14staging: comedi: introduce comedi_timeout()H Hartley Sweeten1-0/+30
2014-02-07staging: comedi: fix too early cleanup in comedi_auto_config()Ian Abbott1-2/+0
2014-01-09staging: comedi: report success/failure of autoconfigBernd Porr1-2/+18
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2013-12-17staging: comedi: drivers: fix return value of comedi_load_firmware()H Hartley Sweeten1-1/+1
2013-11-11staging: comedi: use refcount in comedi_driver_unregister()Ian Abbott1-1/+2
2013-11-11staging: comedi: add detachment counter for validity checksIan Abbott1-0/+1
2013-11-11staging: comedi: cancel commands before detaching deviceIan Abbott1-0/+1
2013-11-11staging: comedi: cleanup_device() -> comedi_device_detach_cleanup()Ian Abbott1-2/+2
2013-11-11staging: comedi: use attach_lock semaphore during attach and detachIan Abbott1-1/+4
2013-09-17staging: comedi: drivers: introduce comedi_dio_update_state()H Hartley Sweeten1-0/+22
2013-09-17staging: comedi: initialize subdevice s->io_bits in postconfigH Hartley Sweeten1-0/+7
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-17/+77
2013-08-23staging: comedi: bug-fix NULL pointer dereference on failed attachIan Abbott1-1/+1
2013-08-12staging: comedi: drivers: introduce comedi_dio_insn_config()H Hartley Sweeten1-0/+40
2013-08-12Revert "staging: comedi: core: introduce comedi_dio_insn_config()"Greg Kroah-Hartman1-40/+0
2013-08-12staging: comedi: core: introduce comedi_dio_insn_config()H Hartley Sweeten1-0/+40
2013-07-23staging: comedi: use a mutex when accessing driver listIan Abbott1-14/+24
2013-07-23staging: comedi: return void from comedi_driver_unregister()Ian Abbott1-4/+3
2013-07-23staging: comedi: do not include <linux/delay.h> if its not neededH Hartley Sweeten1-1/+0
2013-07-23staging: comedi: drivers: introduce comedi_alloc_devpriv()H Hartley Sweeten1-0/+12
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten1-12/+2
2013-05-17staging: comedi: ni_pcidio: use comedi_load_firmware()H Hartley Sweeten1-2/+5
2013-05-17staging: comedi: drivers: generalize comedi_load_firmware()H Hartley Sweeten1-0/+30
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-19staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten1-0/+5
2013-04-19staging: comedi: drivers: introduce comedi_legacy_detach()H Hartley Sweeten1-1/+18
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten1-0/+12
2013-04-12staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten1-2/+2
2013-04-11staging: comedi: drivers: refactor comedi_request_region()H Hartley Sweeten1-4/+22
2013-04-11staging: comedi: drivers: introduce comedi_request_region()H Hartley Sweeten1-0/+27
2013-04-08staging: comedi: drivers: dev->board_name is always validH Hartley Sweeten1-6/+1
2013-04-08staging: comedi: drivers: set dev->board_name before attachingH Hartley Sweeten1-0/+3
2013-04-08staging: comedi: drivers: rename 'comedi_dev' in comedi_auto_config()H Hartley Sweeten1-10/+10
2013-04-05staging: comedi: set hw_dev in comedi_alloc_board_minor()Ian Abbott1-1/+0
2013-04-05staging: comedi: move detach out of post-configIan Abbott1-7/+4
2013-04-05staging: comedi: replace __comedi_device_detach()Ian Abbott1-14/+4
2013-04-05staging: comedi: put module _after_ detachIan Abbott1-1/+1
2013-04-05staging: comedi: simplify driver module countingIan Abbott1-17/+15