aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/s626.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-06staging: comedi: s626: fix the number of dio channelsH Hartley Sweeten1-1/+1
2012-06-22staging: comedi: s626: factor out the find PCI device codeH Hartley Sweeten1-22/+32
2012-06-22staging: comedi: s626: remove private DEBUG macroH Hartley Sweeten1-206/+3
2012-06-22staging: comedi: s626: remove forward declarations 7H Hartley Sweeten1-100/+85
2012-06-22staging: comedi: s626: remove forward declarations 6H Hartley Sweeten1-128/+94
2012-06-22staging: comedi: s626: remove forward declarations 5H Hartley Sweeten1-115/+109
2012-06-22staging: comedi: s626: remove forward declarations 4H Hartley Sweeten1-248/+240
2012-06-22staging: comedi: s626: remove forward declarations 3H Hartley Sweeten1-63/+61
2012-06-22staging: comedi: s626: remove forward declarations 2H Hartley Sweeten1-73/+70
2012-06-22staging: comedi: s626: remove forward declarations 1H Hartley Sweeten1-571/+511
2012-06-22staging: comedi: s626: pointers should be cleared with NULL not 0H Hartley Sweeten1-1/+1
2012-06-22staging: comedi: s626: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-1/+1
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-12/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+3
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: s626: base_addr is a void __iomem *H Hartley Sweeten1-1/+1
2012-06-04staging: comedi: remove private header comedi_pci.hH Hartley Sweeten1-2/+0
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-7/+1
2012-05-14staging: comedi: Use module_comedi_pci_driver and standardize driversH Hartley Sweeten1-28/+10
2012-05-09staging: comedi: partial refactor of s626 driver to remove forward declarationsH Hartley Sweeten1-64/+60
2012-04-24staging: comedi: resolve section mismatch in s626Gerard Snitselaar1-8/+19
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
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