aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-11-26staging: comedi: das6402: add (*do_cmd) for AI async commandsH Hartley Sweeten1-1/+19
2014-11-26staging: comedi: das6402: read analog input samples in interrupt handlerH Hartley Sweeten1-7/+35
2014-11-26staging: comedi: das6402: introduce das6402_ai_set_mode()H Hartley Sweeten1-11/+20
2014-11-26staging: comedi: das6402: add basic (*do_cmdtest) for AI async commandsH Hartley Sweeten1-1/+104
2014-11-26staging: comedi: fix scan_end_arg == chanlist_len assumptionIan Abbott1-3/+5
2014-11-26staging: comedi: dmm32at: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2014-11-26staging: comedi: dmm32at: tidy up multi-line commentsH Hartley Sweeten1-31/+34
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AIRBACKH Hartley Sweeten1-5/+10
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AICONFH Hartley Sweeten1-8/+11
2014-11-26staging: comedi: dmm32at: rename DMM32AT_CNTRDIOH Hartley Sweeten1-7/+10
2014-11-26staging: comedi: dmm32at: rename DMM32AT_INTCLOCKH Hartley Sweeten1-13/+15
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AISTATH Hartley Sweeten1-8/+15
2014-11-26staging: comedi: dmm32at: rename DMM32AT_CNTRLH Hartley Sweeten1-13/+12
2014-11-26staging: comedi: dmm32at: rename DMM32AT_FIFOSTATH Hartley Sweeten1-3/+11
2014-11-26staging: comedi: dmm32at: rename DMM32AT_FIFOCNTRLH Hartley Sweeten1-9/+8
2014-11-26staging: comedi: dmm32at: define the FIFO Depth registerH Hartley Sweeten1-0/+1
2014-11-26staging: comedi: dmm32at: rename DMM32AT_DACMSB_CHANH Hartley Sweeten1-2/+2
2014-11-26staging: comedi: dmm32at: rename DMM32AT_DACSTATH Hartley Sweeten1-6/+9
2014-11-26staging: comedi: dmm32at: rename DMM32AT_DAC[LM]SBH Hartley Sweeten1-6/+5
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AI{LOW,HIGH}H Hartley Sweeten1-8/+8
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AUXDOUTH Hartley Sweeten1-1/+4
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AI[LM]SBH Hartley Sweeten1-4/+4
2014-11-26staging: comedi: dmm32at: rename DMM32AT_CONVH Hartley Sweeten1-3/+3
2014-11-26staging: comedi: dmm32at: use 8255 module for Digital I/O subdeviceH Hartley Sweeten2-111/+13
2014-11-26staging: comedi: dmm32at: introduce dmm32at_ai_set_chanspec()H Hartley Sweeten1-33/+20
2014-11-26staging: comedi: dmm32at: remove unused members of the private dataH Hartley Sweeten1-2/+0
2014-11-26staging: comedi: dmm32at: remove dmm32at_ns_to_timer()H Hartley Sweeten1-11/+1
2014-11-26staging: comedi: dmm32at: tidy up cmd->convert_{src, arg} validationH Hartley Sweeten1-27/+13
2014-11-26staging: comedi: dmm32at: tidy up cmd->scan_begin_{src, arg} validationH Hartley Sweeten1-27/+9
2014-11-26staging: comedi: dmm32at: tidy up subdevice initializationH Hartley Sweeten1-30/+28
2014-11-26staging: comedi: dmm32at: introduce dmm32at_reset()H Hartley Sweeten1-28/+36
2014-11-26staging: comedi: dmm32at: tidy up dmm32at_ai_rinsn()H Hartley Sweeten1-21/+12
2014-11-26staging: comedi: dmm32at: introduce dmm32_ai_get_sample()H Hartley Sweeten1-24/+16
2014-11-26staging: comedi: dmm32at: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-23/+6
2014-11-26staging: comedi: dmm32at: make AI (*cancel) actually cancel async commandH Hartley Sweeten1-5/+2
2014-11-26staging: comedi: adl_pci9111: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-24/+4
2014-11-26staging: comedi: adl_pci9118: use comedi_bytes_to_samples()H Hartley Sweeten1-3/+1
2014-11-26staging: comedi: adl_pci9118: absorb move_block_from_dma()H Hartley Sweeten1-17/+7
2014-11-26staging: comedi: adl_pci9118: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-18/+4
2014-11-26staging: comedi: addi_watchdog: use addi_tcw.h defines for watchdogH Hartley Sweeten1-21/+9
2014-11-26staging: comedi: addi_apci_1564: enable support for PLD Rev 1.0 I/O mappingH Hartley Sweeten1-3/+0
2014-11-26staging: comedi: addi_apci_1564: use addi_tcw.h defines for countersH Hartley Sweeten2-36/+34
2014-11-26staging: comedi: addi_apci_1564: use addi_tcw.h defines for timerH Hartley Sweeten2-27/+20
2014-11-26staging: comedi: addi_tcw.h: provide generic defines for the ADDI-DATA TCWH Hartley Sweeten1-0/+56
2014-11-26staging: comedi: addi_apci_1564: split timer and counter subdevicesH Hartley Sweeten2-174/+174
2014-11-26staging: comedi: addi_apci_1564: move counter register defines to driverH Hartley Sweeten2-12/+13
2014-11-26staging: comedi: addi_apci_1564: fix counter code in main driver sourceH Hartley Sweeten1-20/+24
2014-11-26staging: comedi: addi_apci_1564: fix timer iobase for all PLD revisionsH Hartley Sweeten2-28/+42
2014-11-26staging: comedi: addi_apci_1564: fix dev->iobase for all PLD revisionsH Hartley Sweeten2-30/+37
2014-11-26staging: comedi: addi_apci_1564: detect PLD revision for I/O mappingH Hartley Sweeten1-3/+51