aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/icp_multi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-2/+2
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: Fix typo in comediMasanari Iida1-1/+1
2012-06-04staging: comedi: icp_multi: io_addr is a void __iomem *H Hartley Sweeten1-1/+1
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-7/+1
2012-05-09staging: comedi: refactor the icp_multi driver to remove forward declarationsH Hartley Sweeten1-177/+102
2012-04-20staging: comedi: use ARRAY_SIZE instead of custom n_boardtypes macrosH Hartley Sweeten1-3/+1
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-01-21staging/comedi/icp_multi: fix sparse warning "obsolete struct initializer"Peter Huewe1-7/+7
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-1/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2009-12-11Staging: comedi: icp_multi: don't init staticDirk Hohndel1-1/+1
2009-12-11Staging: comedi: icp_multi: fix style issue printkDirk Hohndel1-38/+55
2009-12-11Staging: comedi: icp_multi: white space style fixesDirk Hohndel1-124/+126
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-89/+109
2009-06-19Staging: comedi: remove RT codeGreg Kroah-Hartman1-0/+1
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-6/+6
2009-06-19staging: comedi, remove interrupt.hJiri Slaby1-1/+1
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-14/+14
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-21/+21
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-30/+30
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-17/+17
2009-04-03Staging: comedi: Remove boardtype typedefBill Pemberton1-10/+10
2009-04-03Staging: comedi: Remove curly braces where they are not neededBill Pemberton1-2/+1
2009-04-03Staging: comedi: Misc code cleanups for checkpatchBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove instances of assignments in conditionalsBill Pemberton1-6/+9
2009-04-03Staging: comedi: Add spaces around colons as neededBill Pemberton1-5/+5
2009-04-03Staging: comedi: Change "foo * bar" to "foo *bar"Bill Pemberton1-24/+24
2009-04-03Staging: comedi: Convert C99 style comments to traditional style commentsBill Pemberton1-107/+107
2009-01-06Staging: comedi: add icp_multi driverAnne Smorthit1-0/+1085