summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers.c
AgeCommit message (Expand)Author
2014-02-07staging: comedi: fix too early cleanup in comedi_auto_config()Ian Abbott
2014-01-09staging: comedi: report success/failure of autoconfigBernd Porr
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman
2013-12-17staging: comedi: drivers: fix return value of comedi_load_firmware()H Hartley Sweeten
2013-11-11staging: comedi: use refcount in comedi_driver_unregister()Ian Abbott
2013-11-11staging: comedi: add detachment counter for validity checksIan Abbott
2013-11-11staging: comedi: cancel commands before detaching deviceIan Abbott
2013-11-11staging: comedi: cleanup_device() -> comedi_device_detach_cleanup()Ian Abbott
2013-11-11staging: comedi: use attach_lock semaphore during attach and detachIan Abbott
2013-09-17staging: comedi: drivers: introduce comedi_dio_update_state()H Hartley Sweeten
2013-09-17staging: comedi: initialize subdevice s->io_bits in postconfigH Hartley Sweeten
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-08-23staging: comedi: bug-fix NULL pointer dereference on failed attachIan Abbott
2013-08-12staging: comedi: drivers: introduce comedi_dio_insn_config()H Hartley Sweeten
2013-08-12Revert "staging: comedi: core: introduce comedi_dio_insn_config()"Greg Kroah-Hartman
2013-08-12staging: comedi: core: introduce comedi_dio_insn_config()H Hartley Sweeten
2013-07-23staging: comedi: use a mutex when accessing driver listIan Abbott
2013-07-23staging: comedi: return void from comedi_driver_unregister()Ian Abbott
2013-07-23staging: comedi: do not include <linux/delay.h> if its not neededH Hartley Sweeten
2013-07-23staging: comedi: drivers: introduce comedi_alloc_devpriv()H Hartley Sweeten
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten
2013-05-17staging: comedi: ni_pcidio: use comedi_load_firmware()H Hartley Sweeten
2013-05-17staging: comedi: drivers: generalize comedi_load_firmware()H Hartley Sweeten
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-19staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten
2013-04-19staging: comedi: drivers: introduce comedi_legacy_detach()H Hartley Sweeten
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten
2013-04-12staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten
2013-04-11staging: comedi: drivers: refactor comedi_request_region()H Hartley Sweeten
2013-04-11staging: comedi: drivers: introduce comedi_request_region()H Hartley Sweeten
2013-04-08staging: comedi: drivers: dev->board_name is always validH Hartley Sweeten
2013-04-08staging: comedi: drivers: set dev->board_name before attachingH Hartley Sweeten
2013-04-08staging: comedi: drivers: rename 'comedi_dev' in comedi_auto_config()H Hartley Sweeten
2013-04-05staging: comedi: set hw_dev in comedi_alloc_board_minor()Ian Abbott
2013-04-05staging: comedi: move detach out of post-configIan Abbott
2013-04-05staging: comedi: replace __comedi_device_detach()Ian Abbott
2013-04-05staging: comedi: put module _after_ detachIan Abbott
2013-04-05staging: comedi: simplify driver module countingIan 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: call comedi_release_hardware_device() on errorIan Abbott
2013-04-05staging: comedi: add comedi_release_hardware_device()Ian Abbott
2013-04-05staging: comedi: check comedi_auto_config() paramsIan Abbott
2013-03-15staging: comedi: add 'ioenabled' flag to deviceIan Abbott
2013-03-15staging: comedi: make 'dev->attached' a bool bit-fieldIan Abbott
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches
2013-02-05staging: comedi: remove 'comedi_autoconfig' module parameterH Hartley Sweeten
2013-02-03staging: comedi: restrict comedi_set_hw_dev() usageIan Abbott
2013-02-03staging: comedi: export comedi_set_hw_dev()Ian Abbott
2013-02-03staging: comedi: change comedi_alloc_subdevice_minor parametersIan Abbott