aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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