aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/me4000.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11/+0
2012-06-14staging: comedi: me4000: remove PDEBUG macroH Hartley Sweeten1-35/+0
2012-06-14staging: comedi: me4000: remove ISR_PDEBUG macroH Hartley Sweeten1-21/+1
2012-06-14staging: comedi: me4000: remove inline port io wrappersH Hartley Sweeten1-149/+98
2012-06-14staging: comedi: me4000: remove PORT_PDEBUG macroH Hartley Sweeten1-4/+0
2012-06-14staging: comedi: me4000: remove CALL_PDEBUG macroH Hartley Sweeten1-61/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+3
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten1-5/+0
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-11drivers/staging/comedi/drivers/me4000.c: adjust suspicious bit operationJulia Lawall1-6/+6
2012-06-04staging: comedi: remove private header comedi_pci.hH Hartley Sweeten1-1/+0
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-5/+1
2012-05-14staging: comedi: Use module_comedi_pci_driver and standardize driversH Hartley Sweeten1-28/+10
2012-05-09staging: comedi: refactor me4000 driver to remove forward declarationsH Hartley Sweeten1-249/+169
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2012-02-09staging: comedi: me4000: Check for unsupported INSN_CONFIG.Ian Abbott1-3/+9
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-21staging/comedi/me4000: fix sparse warning "obsolete struct initializer"Peter Huewe1-4/+4
2010-08-31staging: comedi (me4000): use PCI_DEVICE() macroJavier Martinez Canillas1-15/+14
2010-07-08Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy1-4/+2
2010-06-17Staging: comedi: drivers: fix coding style issues in me4000.cGustavo Silva1-189/+227
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-1/+37
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-425/+456
2009-06-19Staging: comedi: remove RT codeGreg Kroah-Hartman1-0/+1
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-1/+1
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-1/+1
2009-06-19staging: comedi, remove interrupt.hJiri Slaby1-2/+2
2009-04-03Staging: comedi: Remove me4000_info_t typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove me4000_ai_context_t typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove me4000_board_t typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-16/+16
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-11/+11
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-32/+32
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-63/+63
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-16/+16
2009-04-03Staging: comedi: Remove curly braces where they are not neededBill Pemberton1-26/+18
2009-04-03Staging: comedi: Add spaces around colons as neededBill Pemberton1-3/+3
2009-04-03Staging: comedi: Change "foo * bar" to "foo *bar"Bill Pemberton1-91/+91
2009-04-03Staging: comedi: Convert C99 style comments to traditional style commentsBill Pemberton1-19/+19
2009-04-03Staging: comedi: Correct use of ! and &Julia Lawall1-1/+1
2009-01-06Staging: comedi: add me4000 driverGuenter Gebhardt1-0/+2362