aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adl_pci9118.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17staging: comedi: adl_pci9118: tidy up comedi_lrange tablesH Hartley Sweeten1-20/+22
2013-12-06staging: comedi: adl_pci9118: use dev->read_subdevH Hartley Sweeten1-1/+1
2013-12-06staging: comedi: adl_pci9118: tidy up irq requestH Hartley Sweeten1-26/+17
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-10-29staging: comedi: adl_pci9118: fix a misaligned commentIan Abbott1-1/+1
2013-10-16staging: comedi: adl_pci9118: sample types are unsignedIan Abbott1-10/+8
2013-09-26staging: comedi: 8253.h: tidy up the i8253_cascade_ns_to_timer*() usersH Hartley Sweeten1-8/+9
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-5/+4
2013-09-17staging: comedi: initialize subdevice s->io_bits in postconfigH Hartley Sweeten1-2/+0
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-4/+2
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-5/+2
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-5/+2
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-2/+3
2013-02-15staging/comedi: Use && instead of & for logical comparisionPeter Huewe1-1/+1
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-1/+3
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe1-6/+1
2012-11-21staging: comedi: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: comedi: remove use of __devinitBill Pemberton1-2/+2
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-14staging: comedi: adl_pci9118: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-51/+21
2012-11-02staging: comedi: adl_pci9118: support auto-attachmentIan Abbott1-55/+112
2012-11-02staging: comedi: adl_pci9118: cards have same vendor IDIan Abbott1-5/+1
2012-11-02staging: comedi: adl_pci9118: split pci9118_attach()Ian Abbott1-66/+77
2012-11-02staging: comedi: adl_pci9118: replace printksIan Abbott1-58/+52
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMCCH Hartley Sweeten1-2/+0
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-4/+2
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten1-56/+17
2012-09-12staging: comedi: adl_pci9118: use cfc_check_trigger_srcH Hartley Sweeten1-27/+12
2012-09-12staging: comedi: adl_pci9118: remove forward declarationsH Hartley Sweeten1-316/+294
2012-09-12staging: comedi: adl_pci9118: remove commented out printk debugH Hartley Sweeten1-5/+0
2012-09-12staging: comedi: adl_pci9118: remove the function separation commentsH Hartley Sweeten1-80/+0
2012-09-12staging: comedi: adl_pci9118: remove PCI9118_EXTDEBUG and DPRINTKH Hartley Sweeten1-117/+0
2012-09-12staging: comedi: adl_pci9118: remove devpriv and this_board macrosH Hartley Sweeten1-6/+45
2012-09-05staging: comedi: adl_pci9118: remove subdevice pointer mathH Hartley Sweeten1-5/+5
2012-07-19staging: comedi: adl_pci9118: store the pci_dev in the comedi_deviceH Hartley Sweeten1-15/+18
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-2/+2
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-11staging: comedi: adl_pci9118: if test should use logical AND not bitwise ANDH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: Fix typo in comediMasanari Iida1-1/+1
2012-06-04staging: comedi: adl_pci9118: factor out the find PCI device codeH Hartley Sweeten1-55/+44
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-3/+1
2012-05-15staging: comedi: refactor adl_pci9118 driver and use module_comedi_pci_driverH Hartley Sweeten1-86/+92
2012-04-20staging: comedi: use ARRAY_SIZE instead of custom n_boardtypes macrosH Hartley Sweeten1-3/+1
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2011-06-09Staging: comedi: add #include <linux/io.h> to a bunch of driversGreg Kroah-Hartman1-0/+1
2011-04-25staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-2/+2