aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/me_daq.c
AgeCommit message (Expand)Author
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten
2013-08-12Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex ca...Greg Kroah-Hartman
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH 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-05-17staging: comedi: ni_pcidio: use comedi_load_firmware()H Hartley Sweeten
2013-05-17staging: comedi: me_daq: use comedi_load_firmware()H Hartley Sweeten
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-15staging: comedi: me_daq: use plx9052.h definesH Hartley Sweeten
2013-04-11staging: comedi: me_daq: use pci_ioremap_bar()H Hartley Sweeten
2013-03-15staging: comedi: remove unneeded settings of `dev->iobase`Ian Abbott
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: Fix typo in comediMasanari Iida
2013-03-11staging: comedi: me_daq: use the pci id_table 'driver_data'H Hartley Sweeten
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten
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-21staging: comedi: me_daq: remove broken workaround for PLX bugIan Abbott
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott
2012-10-26staging: comedi: me_daq: remove some obvious commentsH Hartley Sweeten
2012-10-26staging: comedi: me_daq: cleanup me_ai_insn_read()H Hartley Sweeten
2012-10-26staging: comedi: me_daq: cleanup me_dio_insn_bits()H Hartley Sweeten
2012-10-26staging: comedi: me_daq: fix me_dio_insn_config()H Hartley Sweeten
2012-10-26staging: comedi: me_daq: simplify analog output boardinfoH Hartley Sweeten
2012-10-26staging: comedi: me_daq: all boards have the same analog input specsH Hartley Sweeten
2012-10-26staging: comedi: me_daq: cleanup the copyright and comedi commentsH Hartley Sweeten
2012-10-26staging: comedi: me_daq: remove incomplete analog input command supportH Hartley Sweeten
2012-10-26staging: comedi: me_daq: fix me_ao_insn_write()H Hartley Sweeten
2012-10-26staging: comedi: me_daq: fix me_ao_insn_read()H Hartley Sweeten
2012-10-26staging: comedi: me_daq: remove pci_dev_put() in detachH Hartley Sweeten
2012-10-26staging: comedi: me_daq: add some whitespace to the subdevice initH Hartley Sweeten
2012-10-26staging: comedi: me_daq: cleanup the range tablesH Hartley Sweeten
2012-10-26staging: comedi: me_daq: cleanup the boardinfoH Hartley Sweeten
2012-10-26staging: comedi: me_daq: remove dio_channel_nbr from boardinfoH Hartley Sweeten
2012-10-26staging: comedi: me_daq: remove {ao,ai}_resoultion_maskH Hartley Sweeten
2012-10-26staging: comedi: me_daq: remove '0' and 'NULL' entries in boardinfoH Hartley Sweeten
2012-10-26staging: comedi: me_daq: analog output subdevice could be unusedH Hartley Sweeten
2012-10-26staging: comedi: me_daq: factor out the PLX bug workaroundH Hartley Sweeten
2012-10-26staging: comedi: me_daq: pass on the error from comedi_pci_enable()H Hartley Sweeten
2012-10-26staging: comedi: me_daq: replace 'result' and 'error' with 'ret'H Hartley Sweeten
2012-10-26staging: comedi: me_daq: cleanup ioremap of PCI bar 2H Hartley Sweeten
2012-10-26staging: comedi: me_daq: fix pointer dereference in me_detach()H Hartley Sweeten
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_MEILHAUSH Hartley Sweeten
2012-10-23staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten
2012-10-22staging/comedi: Use dev_ printks in drivers/me_daq.cYAMANE Toshiaki