aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/skel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21staging: comedi: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: comedi: remove use of __devinitBill Pemberton1-6/+2
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-14staging: comedi: skel: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-45/+18
2012-11-01staging: comedi: skel: do auto-attachment of PCI devicesIan Abbott1-27/+195
2012-11-01staging: comedi: skel: move skel_pci_tableIan Abbott1-13/+13
2012-11-01staging: comedi: skel: remove remaining forward declarationIan Abbott1-18/+16
2012-11-01staging: comedi: skel: remove most forward declarationsIan Abbott1-145/+129
2012-11-01staging: comedi: skel: use module_comedi_pci_driver()Ian Abbott1-21/+1
2012-11-01staging: comedi: skel: remove driver_ prefixIan Abbott1-17/+17
2012-11-01staging: comedi: skel: replace pr_...() with dev_...()Ian Abbott1-7/+2
2012-11-01staging: comedi: skel: remove thisboard macroIan Abbott1-7/+4
2012-10-26staging: comedi: skel: use module_comedi_driver to simplify the codeWei Yongjun1-12/+1
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-12/+8
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten1-43/+25
2012-09-05staging: comedi: skel: remove subdevice pointer mathH Hartley Sweeten1-3/+3
2012-06-20staging: comedi: remove CONFIG_COMEDI_PCI defineH 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-3/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+4
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten1-4/+0
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-5/+2
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2010-08-31staging: comedi (skel): use PCI_DEVICE() macroJavier Martinez Canillas1-4/+3
2010-06-17Staging: comedi: drivers: skel: Add whitespace to example comment blockIan Abbott1-22/+22
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-4/+40
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-5/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-05-11staging: comedi: Fix 80 characters limit and printk issues in skel.cEllwyn Cole1-9/+12
2009-12-11Staging: comedi: trivial fix of a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-39/+43
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-2/+2
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-1/+1
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-15/+15
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-28/+28
2009-04-03Staging: comedi: comedi: remove C99 comments in skel.cBill Pemberton1-14/+16
2009-04-03Staging: comedi: skel.c: Remove skel_private typedefBill Pemberton1-4/+6
2009-04-03Staging: comedi: Remove skel_board typedefBill Pemberton1-6/+7
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-10/+10
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-13/+13
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-17/+17
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-11/+11
2009-04-03Staging: comedi: add skeleton driverDavid Schleef1-0/+619