summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-3/+2Star
* staging: comedi: remove 'comedi_autoconfig' module parameterH Hartley Sweeten2013-02-051-3/+0Star
* staging: comedi: restrict comedi_set_hw_dev() usageIan Abbott2013-02-041-4/+11
* staging: comedi: export comedi_set_hw_dev()Ian Abbott2013-02-041-0/+10
* staging: comedi: change comedi_alloc_subdevice_minor parametersIan Abbott2013-02-041-1/+1
* staging: comedi: tidy up the general purpose driver functionsH Hartley Sweeten2013-01-311-47/+47
* staging: comedi: conditionally build in PCMCIA driver supportH Hartley Sweeten2013-01-311-32/+0Star
* staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten2013-01-311-68/+0Star
* staging: comedi: conditionally build in USB driver supportH Hartley Sweeten2013-01-311-32/+0Star
* staging/comedi: Move comedi_pci_auto_unconfig to drivers.cPeter Huewe2013-01-251-0/+6
* staging: comedi: drivers (core): remove BUG_ON in comedi_auto_unconfig()H Hartley Sweeten2013-01-211-1/+0Star
* staging: comedi: drivers (core): don't BUG_ON due to faulty driversH Hartley Sweeten2013-01-211-2/+10
* staging: comedi: drivers (core): factor out async subdevice postconfigH Hartley Sweeten2013-01-211-40/+45
* staging: comedi: drivers (core): remove forward declarationsH Hartley Sweeten2013-01-211-144/+136Star
* staging/comedi: remove workaround for !pci_driver.namePeter Huewe2013-01-211-4/+0Star
* staging/comedi: Add macro for registering a comedi PCMCIA driverPeter Huewe2013-01-181-0/+32
* staging: comedi: separate out comedi_buf_* functionsH Hartley Sweeten2013-01-181-398/+0Star
* staging: comedi: store the 'index' for each subdeviceH Hartley Sweeten2013-01-071-0/+1
* staging: comedi: use comedi_dev_from_minor()H Hartley Sweeten2013-01-071-8/+3Star
* staging: comedi: remove unnecessary '#define __NO_VERSION__'H Hartley Sweeten2012-11-271-1/+0Star
* staging: comedi: remove unnecessary '#define _GNU_SOURCE'H Hartley Sweeten2012-11-271-2/+0Star
* staging: comedi: use inlines for PCI/USB auto configIan Abbott2012-11-151-27/+0Star
* staging: comedi: simplify comedi_auto_attach()Ian Abbott2012-11-151-27/+10Star
* staging: comedi: don't check driver->auto_attachIan Abbott2012-11-151-9/+2Star
* staging: comedi: don't call attach_usb handlerIan Abbott2012-11-151-17/+1Star
* staging: comedi: don't call attach_pci handlerIan Abbott2012-11-151-17/+1Star
* staging: comedi: remove old auto-configIan Abbott2012-11-151-65/+2Star
* staging: comedi: support auto_attach() for PCI and USBIan Abbott2012-10-291-0/+4
* staging: comedi: add generic auto-config functionsIan Abbott2012-10-291-1/+22
* staging: comedi: rename old auto-config functionsIan Abbott2012-10-291-9/+9
* staging: comedi: change type of auto-config contextIan Abbott2012-10-291-10/+17
* staging: comedi: always set hw_dev during auto-configIan Abbott2012-10-221-0/+1
* staging: comedi: sparse warning in insn_rw_emulate_bits()Ian Abbott2012-09-191-1/+0Star
* staging: comedi: fix brace coding style issuesGüngör Erseymen2012-09-111-4/+2Star
* staging: comedi: drivers: remove subdevice pointer mathH Hartley Sweeten2012-09-061-3/+3
* Merge 3.6-rc3 into staging-nextGreg Kroah-Hartman2012-08-271-1/+1
|\
| * staging: comedi: Fix reversed test in comedi_device_attach()Ian Abbott2012-08-151-1/+1
* | staging: comedi: replace printk calls in comedi coreIan Abbott2012-08-161-31/+29Star
* | staging: comedi: make attach handler optionalIan Abbott2012-08-161-3/+16
|/
* staging: comedi: remove comedi_fops.hIan Abbott2012-06-201-1/+0Star
* staging: comedi: rename internal.h to comedi_internal.hIan Abbott2012-06-201-1/+1
* Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman2012-06-141-0/+5
|\
| * staging/comedi: fix build for USB not enabledRandy Dunlap2012-06-121-0/+5
* | staging: comedi: cleanup comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-8/+11
* | staging: comedi: only set dev->n_subdevices when kcalloc succeedesH Hartley Sweeten2012-06-121-1/+1
* | staging: comedi: sanity check num_subdevices parameter in comedi_alloc_subdev...H Hartley Sweeten2012-06-121-0/+2
* | staging: comedi: change type of num_subdevices parameter to comedi_alloc_subd...H Hartley Sweeten2012-06-121-3/+2Star
* | staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-0/+21
* | staging: comedi: describe comedi_recognize()Ian Abbott2012-06-121-2/+26
* | staging: comedi: drivers.c: remove unused inline functionsH Hartley Sweeten2012-06-051-33/+0Star