aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/me4000.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03staging: comedi: me4000: remove #include "comedi_fc.h"Ian Abbott1-14/+14
2015-03-20staging: comedi: me4000: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-9/+0
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-11/+11
2015-03-01staging: comedi: me4000: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-95/+13
2015-01-25staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten1-2/+2
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-26staging: comedi: me4000: Fixed code style issueMarcus Hufvudsson1-1/+1
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-1/+1
2014-11-03staging: comedi: me4000: don't clobber command flagsIan Abbott1-3/+0
2014-10-29staging: comedi: me4000: fix firmware downloadingH Hartley Sweeten1-53/+40
2014-10-29staging: comedi: me4000: use comedi_buf_write_samples()H Hartley Sweeten1-13/+3
2014-10-20staging: comedi: me4000: use comedi_handle_events()H Hartley Sweeten1-2/+1
2014-09-11staging: comedi: me4000: validate cmd->stop_arg in step 3 of (*do_cmdtest)H Hartley Sweeten1-7/+5
2014-09-11staging: comedi: me4000: replace comedi_board() callsIan Abbott1-2/+2
2014-09-08staging: comedi: me4000: use CMDF_ROUND_...Ian Abbott1-7/+7
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-3/+1
2014-08-30staging: comedi: me4000: use comedi_subdevice 'readback'H Hartley Sweeten1-24/+6
2014-08-30staging: comedi: me4000: remove sanity checks in me4000_ao_insn_write()H Hartley Sweeten1-31/+2
2014-08-30staging: comedi: me4000: fix aref test in ai_write_chanlist()H Hartley Sweeten1-1/+1
2014-08-30staging: comedi: me4000: fix aref test in me4000_ai_check_chanlist()H Hartley Sweeten1-1/+1
2014-07-16staging: comedi: me4000: checkpatch.pl cleanup (complex macro)H Hartley Sweeten1-1/+0
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-2/+2
2014-05-03staging: comedi: me4000: fix 8254 timer programmingH Hartley Sweeten1-3/+5
2014-04-25staging: comedi: me4000: remove unnecessary Step 2b test in (*do_cmdtest)H Hartley Sweeten1-11/+0
2014-04-22staging: comedi: me4000: validate the cmd->start_argH Hartley Sweeten1-0/+2
2014-04-22staging: comedi: me4000: tidy up the chanlist checkingH Hartley Sweeten1-53/+22
2014-03-17staging: comedi: drivers should not clear the async->eventsH Hartley Sweeten1-3/+0
2013-12-17staging: comedi: me4000: tidy up comedi_lrange tablesH Hartley Sweeten1-7/+6
2013-12-06staging: comedi: me4000: remove unnecessary check in the irq handlerH Hartley Sweeten1-6/+0
2013-12-06staging: comedi: me4000: refactor request_irq() during attachH Hartley Sweeten1-16/+13
2013-12-06staging: comedi: me4000: use dev->read_subdevH Hartley Sweeten1-1/+1
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-10-16staging: comedi: me4000: sample types are unsigned (and not long!)Ian Abbott1-8/+8
2013-09-17staging: comedi: me4000: use comedi_dio_update_state()H Hartley Sweeten1-22/+3
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten1-82/+41
2013-08-12Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex cases"Greg Kroah-Hartman1-41/+82
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten1-82/+41
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-2/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-15staging: comedi: plx9052.h: document the CNTRL registerH Hartley Sweeten1-29/+16
2013-04-15staging: comedi: me4000: use plx9052.h definesH Hartley Sweeten1-12/+8
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-1/+1
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-8/+3
2013-03-11staging: comedi: me4000: use the pci id_table 'driver_data'H Hartley Sweeten1-72/+59
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-2/+2
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-3/+4
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