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