aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/s626.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi1-9/+9
2010-06-22Staging: comedi: fix code warnings in s626.cJohn Sheehan1-22/+22
2010-06-22Staging: comedi: fix code style errors in s626.cJohn Sheehan1-28/+39
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-1/+37
2010-06-17Staging: comedi: fix code warnings in s626.cJohn Sheehan1-19/+19
2010-03-03staging: fix typos "aquire" -> "acquire"Uwe Kleine-König1-1/+1
2009-12-11Staging: comedi: trivial fix of a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-09-15Staging: comedi: s626: Possible read buffer overflow fixRoel Kluin1-1/+2
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-473/+543
2009-07-12Staging: comedi: s626: use subvendor:subdevice ids for SAA7146 boardHerton Ronaldo Krzesinski1-15/+20
2009-06-19Staging: comedi: remove RT codeGreg Kroah-Hartman1-0/+1
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-7/+7
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-1/+1
2009-06-19Staging: comedi: more fix the way structs are initialized.Bill Pemberton1-123/+123
2009-06-19Staging: comedi: non working tests on unsigned cmd->convert_argRoel Kluin1-15/+0
2009-06-19staging: comedi, remove interrupt.hJiri Slaby1-2/+2
2009-04-03Staging: comedi: Remove DMABUF typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-20/+20
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-7/+7
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_subdevice typedefBill Pemberton1-33/+33
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-147/+147
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-27/+27
2009-04-03Staging: comedi: Remove s626_board typedefBill Pemberton1-113/+113
2009-04-03Staging: comedi: Remove curly braces where they are not neededBill Pemberton1-10/+6
2009-04-03Staging: comedi: Add spaces around colons as requested by checkpatchBill Pemberton1-24/+24
2009-04-03Staging: comedi: Fix cases of open curly on wrong lineBill Pemberton1-5/+3
2009-04-03Staging: comedi: Move trailing statements to next line as requested by checkpatchBill Pemberton1-12/+24
2009-04-03Staging: comedi: Remove instances of assignments in conditionalsBill Pemberton1-9/+14
2009-04-03Staging: comedi: Add spaces around parens as requested by checkpatch.plBill Pemberton1-12/+12
2009-04-03Staging: comedi: Add spaces around colons as neededBill Pemberton1-86/+86
2009-04-03Staging: comedi: Add spaces after commas where suggested by checkpatch.plBill Pemberton1-5/+5
2009-04-03Staging: comedi: Change "foo * bar" to "foo *bar"Bill Pemberton1-146/+146
2009-04-03Staging: comedi: Convert C99 style comments to traditional style commentsBill Pemberton1-900/+895
2009-01-06Staging: comedi: add s626 driverGianluca Palli1-0/+3254