summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adv_pci1710.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713Ian Abbott2020-01-031-2/+2
* staging: comedi: adv_pci1710: fix spelling mistake: "droput" -> "dropout"Colin Ian King2019-04-161-1/+1
* staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: comedi: adv_pci1710: rename pci171x_ai_*()H Hartley Sweeten2015-12-181-11/+11
* staging: comedi: adv_pci1710: rename pci171x_ai_{cmd,cmdtest}()H Hartley Sweeten2015-12-181-4/+4
* staging: comedi: adv_pci1710: fix ai (*insn_read)H Hartley Sweeten2015-12-181-4/+9
* staging: comedi: adv_pci1710: fix counter 0 internal clock sourceH Hartley Sweeten2015-12-181-1/+1
* staging: comedi: adv_pci1710: tidy up pci1710_reset()H Hartley Sweeten2015-12-181-12/+12
* staging: comedi: adv_pci1710: ai (*cancel) should not enable software triggerH Hartley Sweeten2015-12-181-5/+8
* staging: comedi: adv_pci1710: post increment 'subdev' in (*auto_attach)H Hartley Sweeten2015-12-181-13/+5
* staging: comedi: adv_pci1710: tidy up analog input subdev_flagsH Hartley Sweeten2015-12-181-1/+1
* staging: comedi: adv_pci1710: tidy up analog output subdev_flagsH Hartley Sweeten2015-12-181-1/+2
* staging: comedi: adv_pci1710: support external analog output referenceH Hartley Sweeten2015-12-181-5/+8
* staging: comedi: adv_pci1710: rename pci171x_ao_insn_write()H Hartley Sweeten2015-12-181-26/+26
* staging: comedi: adv_pci1710: rename pci171x_d[io]_insn_bitsH Hartley Sweeten2015-12-181-25/+25
* staging: comedi: adv_pci1710: rename pci171x_insn_counter_config()H Hartley Sweeten2015-12-181-2/+2
* staging: comedi: adv_pci1710: rename interrupt_service_pci1710()H Hartley Sweeten2015-12-181-2/+2
* staging: comedi: adv_pci1710: tidy up boardinfo definitionH Hartley Sweeten2015-12-181-8/+8
* staging: comedi: adv_pci1710: remove 'has_large_fifo' and 'has_diff_ai' board...H Hartley Sweeten2015-12-181-10/+5
* staging: comedi: adv_pci1710: remove 'has_di_do' boardinfoH Hartley Sweeten2015-12-181-12/+10
* staging: comedi: adv_pci1710: remove 'n_aichan' boardinfoH Hartley Sweeten2015-12-181-35/+26
* staging: comedi: adv_pci1710: define the mux control register bitsH Hartley Sweeten2015-12-181-5/+9
* staging: comedi: adv_pci1710: refactor ai range programmingH Hartley Sweeten2015-12-181-53/+55
* staging: comedi: adv_pci1710: don't "reset" board when detachingH Hartley Sweeten2015-12-181-8/+1
* staging: comedi: adv_pci1710: remove 'has_counter' boardinfoH Hartley Sweeten2015-12-181-7/+3
* staging: comedi: adv_pci1710: remove 'has_irq' boardinfoH Hartley Sweeten2015-12-181-7/+1
* staging: comedi: adv_pci1710: separate out PCI-1720 support as a new driverH Hartley Sweeten2015-11-151-103/+6
* staging: comedi: adv_pci1710: rename private data member 'ai_et_MuxVal'H Hartley Sweeten2015-10-131-4/+5
* staging: comedi: adv_pci1710: tidy up PCI1720_* register definesH Hartley Sweeten2015-10-131-21/+20
* staging: comedi: adv_pci1710: tidy up remaining PCI171x_* registersH Hartley Sweeten2015-10-131-46/+47
* staging: comedi: adv_pci1710: tidy up control register and bitsH Hartley Sweeten2015-10-131-40/+38
* staging: comedi: adv_pci1710: tidy up status register and bitsH Hartley Sweeten2015-10-131-17/+15
* staging: comedi: adv_pci1710: tidy up multi-line commentsH Hartley Sweeten2015-10-131-34/+19
* staging: comedi: adv_pci1710: remove #include "comedi_fc.h"Ian Abbott2015-04-031-17/+18
* staging: comedi: adv_pci1710: include new "comedi_pci.h" headerIan Abbott2015-03-201-2/+1
* Merge 4.0-rc3 into staging-nextGreg Kroah-Hartman2015-03-091-2/+1
|\
| * staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channelIan Abbott2015-03-011-2/+1
* | staging: comedi: drivers/*.c: fix common misspellingsH Hartley Sweeten2015-03-061-1/+1
* | staging: comedi: adv_pci1710: convert driver to use the comedi_8254 moduleH Hartley Sweeten2015-03-011-146/+60
|/
* staging: comedi: adv_pci1710: absorb move_block_from_fifo()H Hartley Sweeten2015-01-251-35/+29
* staging: comedi: adv_pci1710: transfer all ai samples in one stepH Hartley Sweeten2015-01-251-13/+2
* staging: comedi: adv_pci1710: remove 'turn' param from move_block_from_fifo()H Hartley Sweeten2015-01-251-3/+3
* staging: comedi: adv_pci1710: do comedi_handle_events() in common code patchH Hartley Sweeten2015-01-251-8/+2
* staging: comedi: adv_pci1710: introduce pci171x_ai_read_sample()H Hartley Sweeten2015-01-251-35/+33
* staging: comedi: adv_pci1710: tidy up setup_channel_list()H Hartley Sweeten2015-01-251-25/+26
* staging: comedi: adv_pci1710: clarify the 'act_chanlist'H Hartley Sweeten2015-01-251-9/+11
* staging: comedi: adv_pci1710: refactor boardinfo 'cardtype'H Hartley Sweeten2015-01-251-36/+18
* staging: comedi: adv_pci1710: remove boardinfo 'rangelist_ao'H Hartley Sweeten2015-01-251-8/+4
* staging: comedi: adv_pci1710: update the MODULE_DESCRIPTIONH Hartley Sweeten2015-01-251-1/+1
* staging: comedi: adv_pci1710: remove function separation commentsH Hartley Sweeten2015-01-251-15/+0
OpenPOWER on IntegriCloud