aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/adl_pci9118.c
AgeCommit message (Expand)Author
2013-12-17staging: comedi: adl_pci9118: tidy up comedi_lrange tablesH Hartley Sweeten
2013-12-06staging: comedi: adl_pci9118: use dev->read_subdevH Hartley Sweeten
2013-12-06staging: comedi: adl_pci9118: tidy up irq requestH Hartley Sweeten
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-10-29staging: comedi: adl_pci9118: fix a misaligned commentIan Abbott
2013-10-16staging: comedi: adl_pci9118: sample types are unsignedIan Abbott
2013-09-26staging: comedi: 8253.h: tidy up the i8253_cascade_ns_to_timer*() usersH Hartley Sweeten
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten
2013-09-17staging: comedi: initialize subdevice s->io_bits in postconfigH Hartley Sweeten
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten
2013-02-15staging/comedi: Use && instead of & for logical comparisionPeter Huewe
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe
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: adl_pci9118: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten
2012-11-02staging: comedi: adl_pci9118: support auto-attachmentIan Abbott
2012-11-02staging: comedi: adl_pci9118: cards have same vendor IDIan Abbott
2012-11-02staging: comedi: adl_pci9118: split pci9118_attach()Ian Abbott
2012-11-02staging: comedi: adl_pci9118: replace printksIan Abbott
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMCCH Hartley Sweeten
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-12staging: comedi: adl_pci9118: use cfc_check_trigger_srcH Hartley Sweeten
2012-09-12staging: comedi: adl_pci9118: remove forward declarationsH Hartley Sweeten
2012-09-12staging: comedi: adl_pci9118: remove commented out printk debugH Hartley Sweeten
2012-09-12staging: comedi: adl_pci9118: remove the function separation commentsH Hartley Sweeten
2012-09-12staging: comedi: adl_pci9118: remove PCI9118_EXTDEBUG and DPRINTKH Hartley Sweeten
2012-09-12staging: comedi: adl_pci9118: remove devpriv and this_board macrosH Hartley Sweeten
2012-09-05staging: comedi: adl_pci9118: remove subdevice pointer mathH Hartley Sweeten
2012-07-19staging: comedi: adl_pci9118: store the pci_dev in the comedi_deviceH Hartley Sweeten
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-06-11staging: comedi: adl_pci9118: if test should use logical AND not bitwise ANDH Hartley Sweeten
2012-06-04staging: comedi: Fix typo in comediMasanari Iida
2012-06-04staging: comedi: adl_pci9118: factor out the find PCI device codeH Hartley Sweeten
2012-06-04staging: comedi: remove private header comedi_pci.hH Hartley Sweeten
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten
2012-05-15staging: comedi: refactor adl_pci9118 driver and use module_comedi_pci_driverH Hartley Sweeten
2012-04-20staging: comedi: use ARRAY_SIZE instead of custom n_boardtypes macrosH Hartley Sweeten
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott
2011-06-09Staging: comedi: add #include <linux/io.h> to a bunch of driversGreg Kroah-Hartman
2011-04-25staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches