summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/ke_counter.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten2013-01-311-0/+2
* staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe2013-01-251-6/+1
* staging: comedi: remove use of __devexitBill Pemberton2012-11-211-1/+1
* staging: comedi: remove use of __devinitBill Pemberton2012-11-211-2/+2
* staging: comedi: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott2012-10-301-3/+4
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_KOLTERH Hartley Sweeten2012-10-241-1/+0
* staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten2012-10-231-2/+0
* staging: comedi: ke_counter: remove boardinfoH Hartley Sweeten2012-10-221-41/+3
* staging: comedi: ke_counter: remove subdevice pointer mathH Hartley Sweeten2012-09-051-1/+1
* staging: comedi: ke_counter: rename 'subdevice' variable to 's'H Hartley Sweeten2012-09-051-9/+9
* staging: comedi: ke_counter: use attach_pci callbackH Hartley Sweeten2012-08-171-58/+25
* staging: comedi: ke_counter: remove the cnt_board_nbr macroH Hartley Sweeten2012-07-191-3/+1
* staging: comedi: ke_counter: store the pci_dev in the comedi_deviceH Hartley Sweeten2012-07-191-18/+6
* staging: comedi: ke_counter: minor cleanup of cnt_attach()H Hartley Sweeten2012-07-191-8/+8
* staging: comedi: ke_counter: cleanup "find pci device" codeH Hartley Sweeten2012-07-191-37/+23
* staging: comedi: ke_counter: factor out the "find pci device" codeH Hartley Sweeten2012-07-191-11/+26
* staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-1/+1
* staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten2012-06-121-1/+0
* staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-1/+1
* staging: comedi: remove private header comedi_pci.hH Hartley Sweeten2012-06-041-2/+0
* staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten2012-05-181-4/+1
* staging: comedi: Use module_comedi_pci_driver and standardize driversH Hartley Sweeten2012-05-141-31/+13
* staging: comedi: refactor ke_counter driver to remove forward declarationsH Hartley Sweeten2012-04-291-61/+50
* staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott2012-04-101-1/+1
* staging/comedi/ke_counter: Convert pci_table entries to PCI_DEVICE (if PCI_AN...Peter Huewe2011-11-261-4/+2
* Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy2010-07-081-4/+2
* Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas2010-06-171-1/+37
* Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas2010-06-171-0/+4
* Staging: comedi: ke_counter: fix style issuesDirk Hohndel2009-12-111-9/+12
* Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral2009-09-151-32/+35
* Staging: comedi: fix the way structs are initialized.Bill Pemberton2009-06-191-8/+8
* Staging: comedi: remove assignment in conditionalsBill Pemberton2009-06-191-5/+6
* Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton2009-06-191-8/+8
* Staging: comedi: Remove C99 commentsBill Pemberton2009-06-191-2/+2
* Staging: comedi: Remove cnt_device_private typedefBill Pemberton2009-04-031-4/+6
* Staging: comedi: Remove cnt_board_struct typedefBill Pemberton2009-04-031-6/+8
* Staging: comedi: Remove comedi_devconfig typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_insn typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_driver typedefBill Pemberton2009-04-031-1/+1
* Staging: comedi: Remove comedi_subdevice typedefBill Pemberton2009-04-031-3/+3
* Staging: comedi: Remove comedi_device typedefBill Pemberton2009-04-031-6/+6
* Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton2009-04-031-3/+3
* Staging: comedi: add ke_counter driverMichael Hillmann2009-04-031-0/+250