summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/adl_pci9111.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: adl_pci9111: fix alignment issueH Hartley Sweeten2015-10-131-6/+4
* staging: comedi: adl_pci9111: rename CamelCase parametersH Hartley Sweeten2015-10-131-8/+8
* staging: comedi: adl_pci9111: tidy up multi-line commentsH Hartley Sweeten2015-10-131-60/+44
* staging: comedi: adl_pci9111: define a macro for the ai range bitsH Hartley Sweeten2015-10-131-7/+6
* staging: comedi: adl_pci9111: prefer using the BIT macroH Hartley Sweeten2015-10-131-14/+14
* staging: comedi: adl_pci9111: remove #include "comedi_fc.h"Ian Abbott2015-04-031-23/+25
* staging: comedi: adl_pci9111: include new "comedi_pci.h" headerIan Abbott2015-03-201-2/+1
* staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten2015-03-061-1/+0
* staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten2015-03-061-3/+3
* staging: comedi: adl_pci9111: convert driver to use the comedi_8254 moduleH Hartley Sweeten2015-03-011-30/+9
* staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten2015-01-251-1/+1
* staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten2014-11-261-1/+0
* staging: comedi: adl_pci9111: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten2014-11-261-24/+4
* staging: comedi: adl_pci9111: use sample manipulation helpersH Hartley Sweeten2014-11-031-3/+3
* staging: comedi: drivers: digital output subdevices do not need SDF_READABLEH Hartley Sweeten2014-11-031-1/+1
* staging: comedi: adl_pci9111: use comedi_buf_write_samples()H Hartley Sweeten2014-10-291-5/+4
* staging: comedi: adl_pci9111: use comedi_handle_events()H Hartley Sweeten2014-10-201-2/+2
* staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten2014-08-301-3/+1
* staging: comedi: adl_pci9111: use comedi_subdevice 'readback'H Hartley Sweeten2014-08-301-20/+8
* staging: comedi: adl_pci9111: simplify A/D trigger selection codeH Hartley Sweeten2014-06-181-81/+13
* staging: comedi: adl_pci9111: remove PCI9111_HR_DEVICE_ID defineH Hartley Sweeten2014-06-181-3/+1
* staging: comedi: adl_pci9111: remove PCI9111_DRIVER_NAME defineH Hartley Sweeten2014-06-181-2/+1
* staging: comedi: adl_pci9111: factor fifo handling out of pci9111_interrupt()H Hartley Sweeten2014-05-281-68/+60
* staging: comedi: adl_pci9111: use comedi_fc helpers to validate timer argsH Hartley Sweeten2014-05-281-7/+3
* staging: comedi: adl_pc19111: remove 'chanlist_len' from private dataH Hartley Sweeten2014-05-231-7/+4
* staging: comedi: adl_pc19111: rename 'async_cmd' variable in (*do_cmd)H Hartley Sweeten2014-05-231-17/+13
* staging: comedi: adl_pc19111: remove 'stop_is_none' from private dataH Hartley Sweeten2014-05-231-10/+8
* staging: comedi: adl_pci9111: tidy up (*do_cmdtest) Step 4H Hartley Sweeten2014-05-031-24/+14
* staging: comedi: adl_pci9111: clarify Step 2b of the (*do_cmdtest)H Hartley Sweeten2014-04-251-8/+4
* staging: comedi: adl_pci9111: rename local var in pci9111_ai_do_cmd_test()H Hartley Sweeten2014-04-221-29/+28
* staging: comedi: adl_pci9111: factor out chanlist checking from (*do_cmdtest)H Hartley Sweeten2014-04-221-30/+38
* staging: comedi: adl_pci9111: use cfc_handle_events()H Hartley Sweeten2014-03-171-6/+3
* staging: comedi: adl_pci9111: trigger sources are validated in (*do_cmdtest)H Hartley Sweeten2014-02-141-24/+4
* staging: comedi: don't clear 'data' on (*insn_read) timeoutH Hartley Sweeten2014-02-141-1/+0
* staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten2014-02-141-1/+0
* staging: comedi: adl_pci9111: use comedi_timeout()H Hartley Sweeten2014-02-141-16/+20
* staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten2014-02-071-2/+0
* staging: comedi: adl_pci9111: tidy up comedi_lrange tablesH Hartley Sweeten2013-12-171-2/+1
* staging: comedi: adl_pci9111: the irq is only needed for async command supportH Hartley Sweeten2013-12-061-16/+13
* staging: comedi: adl_pci9111: fix incorrect irq passed to request_irq()H Hartley Sweeten2013-12-061-1/+1
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-021-1/+1
* staging: comedi: adl_pci9111: sample types are unsignedIan Abbott2013-10-161-2/+2
* staging: comedi: 8253.h: tidy up the i8253_cascade_ns_to_timer*() usersH Hartley Sweeten2013-09-261-7/+4
* staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten2013-09-171-8/+1
* staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten2013-07-231-0/+1
* staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten2013-07-231-2/+1
* staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten2013-05-131-4/+0
* staging: comedi: adl_pci9111: use plx9052.h definesH Hartley Sweeten2013-04-151-27/+21
* staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten2013-04-081-2/+0
* staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten2013-03-141-1/+1