aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers.c
AgeCommit message (Expand)Author
2013-08-29staging: comedi: bug-fix NULL pointer dereference on failed attachIan Abbott
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
2013-01-31staging: comedi: tidy up the general purpose driver functionsH Hartley Sweeten
2013-01-31staging: comedi: conditionally build in PCMCIA driver supportH Hartley Sweeten
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten
2013-01-31staging: comedi: conditionally build in USB driver supportH Hartley Sweeten
2013-01-25staging/comedi: Move comedi_pci_auto_unconfig to drivers.cPeter Huewe
2013-01-21staging: comedi: drivers (core): remove BUG_ON in comedi_auto_unconfig()H Hartley Sweeten
2013-01-21staging: comedi: drivers (core): don't BUG_ON due to faulty driversH Hartley Sweeten
2013-01-21staging: comedi: drivers (core): factor out async subdevice postconfigH Hartley Sweeten
2013-01-21staging: comedi: drivers (core): remove forward declarationsH Hartley Sweeten
2013-01-21staging/comedi: remove workaround for !pci_driver.namePeter Huewe
2013-01-17staging/comedi: Add macro for registering a comedi PCMCIA driverPeter Huewe
2013-01-17staging: comedi: separate out comedi_buf_* functionsH Hartley Sweeten
2013-01-07staging: comedi: store the 'index' for each subdeviceH Hartley Sweeten
2013-01-07staging: comedi: use comedi_dev_from_minor()H Hartley Sweeten
2012-11-27staging: comedi: remove unnecessary '#define __NO_VERSION__'H Hartley Sweeten
2012-11-27staging: comedi: remove unnecessary '#define _GNU_SOURCE'H Hartley Sweeten
2012-11-14staging: comedi: use inlines for PCI/USB auto configIan Abbott
2012-11-14staging: comedi: simplify comedi_auto_attach()Ian Abbott
2012-11-14staging: comedi: don't check driver->auto_attachIan Abbott
2012-11-14staging: comedi: don't call attach_usb handlerIan Abbott
2012-11-14staging: comedi: don't call attach_pci handlerIan Abbott
2012-11-14staging: comedi: remove old auto-configIan Abbott
2012-10-29staging: comedi: support auto_attach() for PCI and USBIan Abbott