summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/adv_pci1710.c
AgeCommit message (Expand)Author
2020-01-14staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713Ian Abbott
2015-12-18staging: comedi: adv_pci1710: rename pci171x_ai_*()H Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: rename pci171x_ai_{cmd,cmdtest}()H Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: fix ai (*insn_read)H Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: fix counter 0 internal clock sourceH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: tidy up pci1710_reset()H Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: ai (*cancel) should not enable software triggerH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: post increment 'subdev' in (*auto_attach)H Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: tidy up analog input subdev_flagsH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: tidy up analog output subdev_flagsH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: support external analog output referenceH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: rename pci171x_ao_insn_write()H Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: rename pci171x_d[io]_insn_bitsH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: rename pci171x_insn_counter_config()H Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: rename interrupt_service_pci1710()H Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: tidy up boardinfo definitionH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: remove 'has_large_fifo' and 'has_diff_ai' board...H Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: remove 'has_di_do' boardinfoH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: remove 'n_aichan' boardinfoH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: define the mux control register bitsH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: refactor ai range programmingH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: don't "reset" board when detachingH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: remove 'has_counter' boardinfoH Hartley Sweeten
2015-12-18staging: comedi: adv_pci1710: remove 'has_irq' boardinfoH Hartley Sweeten
2015-11-15staging: comedi: adv_pci1710: separate out PCI-1720 support as a new driverH Hartley Sweeten
2015-10-13staging: comedi: adv_pci1710: rename private data member 'ai_et_MuxVal'H Hartley Sweeten
2015-10-13staging: comedi: adv_pci1710: tidy up PCI1720_* register definesH Hartley Sweeten
2015-10-13staging: comedi: adv_pci1710: tidy up remaining PCI171x_* registersH Hartley Sweeten
2015-10-13staging: comedi: adv_pci1710: tidy up control register and bitsH Hartley Sweeten
2015-10-13staging: comedi: adv_pci1710: tidy up status register and bitsH Hartley Sweeten
2015-10-13staging: comedi: adv_pci1710: tidy up multi-line commentsH Hartley Sweeten
2015-04-03staging: comedi: adv_pci1710: remove #include "comedi_fc.h"Ian Abbott
2015-03-20staging: comedi: adv_pci1710: include new "comedi_pci.h" headerIan Abbott
2015-03-09Merge 4.0-rc3 into staging-nextGreg Kroah-Hartman
2015-03-06staging: comedi: drivers/*.c: fix common misspellingsH Hartley Sweeten
2015-03-01staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channelIan Abbott
2015-03-01staging: comedi: adv_pci1710: convert driver to use the comedi_8254 moduleH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: absorb move_block_from_fifo()H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: transfer all ai samples in one stepH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: remove 'turn' param from move_block_from_fifo()H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: do comedi_handle_events() in common code patchH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: introduce pci171x_ai_read_sample()H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: tidy up setup_channel_list()H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: clarify the 'act_chanlist'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: refactor boardinfo 'cardtype'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'rangelist_ao'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: update the MODULE_DESCRIPTIONH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: remove function separation commentsH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: rename 'this_board' local variablesH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: tidy up analog input subdevice initH Hartley Sweeten