aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/comedi_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+4
2012-06-12staging: comedi: only set dev->n_subdevices when kcalloc succeedesH Hartley Sweeten1-2/+1
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: remove thisboard macro in the comedi_test driverH Hartley Sweeten1-7/+6
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-5/+1
2012-05-15staging: comedi: refactor comedi_test driver and use module_comedi_driverH Hartley Sweeten1-207/+170
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-1/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-60/+83
2009-06-19Staging: comedi: comedi_test.c should include timer.hAlexander Beregalov1-0/+1
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_krange typedefBill Pemberton1-2/+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_cmd typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_async typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-13/+13
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-23/+23
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-13/+13
2009-01-06Staging: comedi: remove typedefs from comedi_test.cGreg Kroah-Hartman1-10/+10
2009-01-06Staging: comedi: fix sparse issues in comedi_test.cGreg Kroah-Hartman1-3/+3
2009-01-06Staging: comedi: fix checkpatch.pl issues in comedi_test.cGreg Kroah-Hartman1-86/+87
2009-01-06Staging: comedi: add comedi_test driverJoachim Wuttke1-0/+526