summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: comedi: cleanup comedi_recognize()Dan Carpenter2012-06-051-6/+5Star
* staging: comedi: remove private header comedi_pci.hH Hartley Sweeten2012-06-051-0/+34
* staging: comedi: Add helper macro for comedi usb driver boilerplateH Hartley Sweeten2012-05-171-0/+27
* staging: comedi: Add helper macro for comedi pci driver boilerplateH Hartley Sweeten2012-05-141-0/+31
* staging: comedi: Add module parameters for default buffer sizeIan Abbott2012-04-131-6/+9
* staging: comedi: restrict comedi_auto_config() to single driverIan Abbott2012-04-101-20/+23
* staging: comedi: pass struct comedi_driver * to comedi_auto_config()Ian Abbott2012-04-101-4/+4
* staging: comedi: add bus-type-specific attach hooks for PCI and USBIan Abbott2012-04-101-2/+90
* staging: comedi: refactor comedi_device_attach() a bitIan Abbott2012-04-101-45/+42Star
* staging: comedi: pass usb interface to comedi_usb_auto_configIan Abbott2012-04-101-6/+6
* staging: comedi: don't hijack hardware device private dataIan Abbott2012-04-101-24/+10Star
* staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott2012-04-101-4/+5
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* Staging: comedi: drivers.c: fix PAGE_KERNEL_NOCACHE issueGreg Kroah-Hartman2011-06-091-0/+4
* staging: comedi: fix coding style issue in drivers.cMicha Hergarden2011-02-041-2/+2
* Staging: comedi: Fix coding style issues in drivers.cXenofon Foukas2010-12-101-11/+15
* staging: Use vzallocJoe Perches2010-11-101-3/+1Star
* Staging: comedi: Fixed printk call lengths and log levelsMark Rankilor2010-05-111-6/+10
* Staging: comedi: drivers.c sparse cleanupGreg Kroah-Hartman2010-05-111-15/+9Star
* Staging: comedi: make comedi_reset_async_buf local to comedi coreGreg Kroah-Hartman2010-05-111-1/+0Star
* Staging: comedi: make comedi_alloc_board_minor local to comedi coreGreg Kroah-Hartman2010-05-111-2/+3
* Staging: comedi: Adjusted some long line lengths in drivers.cMark Rankilor2010-05-111-3/+5
* Staging: comedi: remove comedi_ksyms.cGreg Kroah-Hartman2010-05-111-0/+4
* Staging: comedi: move a bunch of EXPORT_SYMBOL linesGreg Kroah-Hartman2010-05-111-0/+12
* Staging: comedi: remove wrapper.hGreg Kroah-Hartman2010-05-111-13/+5Star
* Staging: comedi: fixed coding style issues in drivers.cZachary Richey2010-05-111-16/+20
* Staging: comedi: drivers.c: Checkpatch cleanupAndrea Gelmini2010-03-041-16/+14Star
* Staging: comedi: drivers.c: checkpatch fixMithlesh Thukral2009-12-111-1/+1
* Staging: comedi: no need for checking vfree callFigo.zhang2009-09-151-3/+2Star
* Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral2009-09-151-79/+100
* Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman2009-06-191-5/+3Star
* Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton2009-06-191-1/+2
* Staging Comedi: fix spacing around parensBill Pemberton2009-06-191-4/+4
* Staging: BUG to BUG_ON changesStoyan Gaydarov2009-04-031-4/+2Star
* Staging: comedi: Remove comedi_devconfig typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_insn typedefBill Pemberton2009-04-031-4/+4
* Staging: comedi: Remove comedi_driver typedefBill Pemberton2009-04-031-9/+9
* Staging: comedi: Remove comedi_async typedefBill Pemberton2009-04-031-16/+16
* Staging: comedi: Remove comedi_subdevice typedefBill Pemberton2009-04-031-10/+10
* Staging: comedi: Remove comedi_device typedefBill Pemberton2009-04-031-14/+14
* Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton2009-04-031-14/+14
* Staging: comedi: Remove checks for NULL before calling kfree()Bill Pemberton2009-04-031-4/+2Star
* Staging: comedi: Change "foo * bar" to "foo *bar"Bill Pemberton2009-04-031-34/+34
* Staging: comedi: Convert C99 style comments to traditional style commentsBill Pemberton2009-04-031-10/+10
* Staging: comedi: Make comedi_auto_config() succeed when auto-configuration di...Ian Abbott2009-04-031-2/+4
* Staging: comedi: add comedi_usb_auto_[un]config functionsBernd Porr2009-04-031-4/+32
* Staging: comedi: Add a module parameter 'comedi_autoconfig'.Ian Abbott2009-04-031-0/+3
* staging: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison2009-01-081-1/+1