summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/skel.c
AgeCommit message (Expand)Author
2012-11-21staging: comedi: remove use of __devexitBill Pemberton
2012-11-21staging: comedi: remove use of __devinitBill Pemberton
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton
2012-11-14staging: comedi: skel: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten
2012-11-01staging: comedi: skel: do auto-attachment of PCI devicesIan Abbott
2012-11-01staging: comedi: skel: move skel_pci_tableIan Abbott
2012-11-01staging: comedi: skel: remove remaining forward declarationIan Abbott
2012-11-01staging: comedi: skel: remove most forward declarationsIan Abbott
2012-11-01staging: comedi: skel: use module_comedi_pci_driver()Ian Abbott
2012-11-01staging: comedi: skel: remove driver_ prefixIan Abbott
2012-11-01staging: comedi: skel: replace pr_...() with dev_...()Ian Abbott
2012-11-01staging: comedi: skel: remove thisboard macroIan Abbott
2012-10-26staging: comedi: skel: use module_comedi_driver to simplify the codeWei Yongjun
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten
2012-09-05staging: comedi: skel: remove subdevice pointer mathH Hartley Sweeten
2012-06-20staging: comedi: remove CONFIG_COMEDI_PCI defineH Hartley Sweeten
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott
2010-08-31staging: comedi (skel): use PCI_DEVICE() macroJavier Martinez Canillas
2010-06-17Staging: comedi: drivers: skel: Add whitespace to example comment blockIan Abbott
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas
2010-05-11staging: comedi: Fix 80 characters limit and printk issues in skel.cEllwyn Cole
2009-12-11Staging: comedi: trivial fix of a very frequent spelling mistakeDirk Hohndel
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton
2009-04-03Staging: comedi: comedi: remove C99 comments in skel.cBill Pemberton
2009-04-03Staging: comedi: skel.c: Remove skel_private typedefBill Pemberton
2009-04-03Staging: comedi: Remove skel_board typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton
2009-04-03Staging: comedi: add skeleton driverDavid Schleef