summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/me_daq.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-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
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten
2012-09-21staging: comedi: me_daq: use attach_pci callbackH Hartley Sweeten
2012-09-21staging: comedi: me_daq: use request_firmware()H Hartley Sweeten
2012-09-05staging: comedi: me_daq: remove subdevice pointer mathH Hartley Sweeten
2012-09-05staging: comedi: me_daq: rename 'subdevice' variable to 's'H Hartley Sweeten
2012-07-19staging: comedi: me_daq: store the pci_dev in the comedi_deviceH Hartley Sweeten
2012-07-19staging: comedi: me_daq: cleanup "find pci device" codeH Hartley Sweeten
2012-07-19staging: comedi: me_daq: factor out the "find pci device" codeH 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-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-14staging: comedi: Use module_comedi_pci_driver and standardize driversH Hartley Sweeten
2012-05-09staging: comedi: refactor me_daq driver to remove forward declarationsH Hartley Sweeten
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott
2011-11-26staging/comedi/me_daq: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID...Peter Huewe
2010-07-08Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy