aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Staging: comedi: Fixed printk call lengths and log levelsMark Rankilor1-6/+10
2010-05-11Staging: comedi: drivers.c sparse cleanupGreg Kroah-Hartman1-15/+9
2010-05-11Staging: comedi: make comedi_reset_async_buf local to comedi coreGreg Kroah-Hartman1-1/+0
2010-05-11Staging: comedi: make comedi_alloc_board_minor local to comedi coreGreg Kroah-Hartman1-2/+3
2010-05-11Staging: comedi: Adjusted some long line lengths in drivers.cMark Rankilor1-3/+5
2010-05-11Staging: comedi: remove comedi_ksyms.cGreg Kroah-Hartman1-0/+4
2010-05-11Staging: comedi: move a bunch of EXPORT_SYMBOL linesGreg Kroah-Hartman1-0/+12
2010-05-11Staging: comedi: remove wrapper.hGreg Kroah-Hartman1-13/+5
2010-05-11Staging: comedi: fixed coding style issues in drivers.cZachary Richey1-16/+20
2010-03-03Staging: comedi: drivers.c: Checkpatch cleanupAndrea Gelmini1-16/+14
2009-12-11Staging: comedi: drivers.c: checkpatch fixMithlesh Thukral1-1/+1
2009-09-15Staging: comedi: no need for checking vfree callFigo.zhang1-3/+2
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-79/+100
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-5/+3
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-1/+2
2009-06-19Staging Comedi: fix spacing around parensBill Pemberton1-4/+4
2009-04-03Staging: BUG to BUG_ON changesStoyan Gaydarov1-4/+2
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-9/+9
2009-04-03Staging: comedi: Remove comedi_async typedefBill Pemberton1-16/+16
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-10/+10
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-14/+14
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-14/+14
2009-04-03Staging: comedi: Remove checks for NULL before calling kfree()Bill Pemberton1-4/+2
2009-04-03Staging: comedi: Change "foo * bar" to "foo *bar"Bill Pemberton1-34/+34
2009-04-03Staging: comedi: Convert C99 style comments to traditional style commentsBill Pemberton1-10/+10
2009-04-03Staging: comedi: Make comedi_auto_config() succeed when auto-configuration disabled.Ian Abbott1-2/+4
2009-04-03Staging: comedi: add comedi_usb_auto_[un]config functionsBernd Porr1-4/+32
2009-04-03Staging: comedi: Add a module parameter 'comedi_autoconfig'.Ian Abbott1-0/+3
2009-01-07staging: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-1/+1
2009-01-06Staging: add comedi coreDavid Schleef1-0/+846