aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: don't hijack hardware device private dataIan Abbott2013-01-171-24/+10
* 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-091-11/+15
* staging: Use vzallocJoe Perches2010-11-091-3/+1
* 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/+9
* Staging: comedi: make comedi_reset_async_buf local to comedi coreGreg Kroah-Hartman2010-05-111-1/+0
* 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/+5
* Staging: comedi: fixed coding style issues in drivers.cZachary Richey2010-05-111-16/+20
* Staging: comedi: drivers.c: Checkpatch cleanupAndrea Gelmini2010-03-031-16/+14
* Staging: comedi: drivers.c: checkpatch fixMithlesh Thukral2009-12-111-1/+1
* Staging: comedi: no need for checking vfree callFigo.zhang2009-09-151-3/+2
* 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/+3
* 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/+2
* 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/+2
* 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-071-1/+1
* Staging: add comedi coreDavid Schleef2009-01-061-0/+846