aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2015-09-29staging: comedi: comedidev.h: document struct comedi_deviceIan Abbott1-3/+81
2015-09-29staging: comedi: comedidev.h: document struct comedi_driverIan Abbott1-5/+33
2015-09-29staging: comedi: comedidev.h: tweak kernel-doc for struct comedi_asyncIan Abbott1-7/+12
2015-09-29staging: comedi: comedidev.h: use enum for COMEDI_CB_... constantsIan Abbott1-11/+12
2015-09-29staging: comedi: comedidev.h: reformat copyright commentIan Abbott1-16/+16
2015-09-29staging: comedi: drivers.c: document exported functionsIan Abbott1-69/+258
2015-09-29staging: comedi: drivers.c: replace #include <linux/dma-mapping.h>Ian Abbott1-1/+1
2015-09-29staging: comedi: drivers.c: remove irrelevant #includesIan Abbott1-8/+0
2015-09-18staging: comedi: comedi_fops.c: remove bogus kernel-doc for runflagsIan Abbott1-6/+6
2015-09-16staging: comedi: drivers: coding style: fixed block comment styleMarcos CanĂ¡n1-16/+16
2015-09-12Staging: comedi: Prefer using the BIT macroShraddha Barke1-15/+15
2015-09-12Staging: comedi: addi_apci_3120: Remove unnecessary ifShraddha Barke1-5/+0
2015-09-12staging: comedi: kcomedilib: Fixed coding style issueNayeemahmed Badebade1-16/+16
2015-09-12staging: comedi: usbduxfast: remove unnecessary clearing of private dataH Hartley Sweeten1-6/+0
2015-09-12staging: comedi: usbduxfast: absorb usbduxfast_attach_common()H Hartley Sweeten1-27/+20
2015-09-12staging: comedi: usbduxfast: remove unnecessary semaphore down/upH Hartley Sweeten1-8/+1
2015-09-12staging: comedi: usbduxfast: document strange ai maxdataH Hartley Sweeten1-1/+1
2015-09-12staging: comedi: usbduxfast: use a common exit path in ai (*do_cmd)H Hartley Sweeten1-12/+9
2015-09-12staging: comedi: usbduxfast: tidy up the conversion timing validationH Hartley Sweeten1-30/+16
2015-09-12staging: comedi: usbduxfast: TRIG_EXT is only valid for cmd->start_srcH Hartley Sweeten1-36/+13
2015-09-12staging: comedi: usbduxfast: TRIG_EXT only works for 1 or 16 channelsH Hartley Sweeten1-7/+5
2015-09-12staging: comedi: usbduxfast: fix multi-line commentH Hartley Sweeten1-2/+1
2015-09-12staging: comedi: usbduxfast: use preferred kernel typesH Hartley Sweeten1-9/+8
2015-09-12staging: comedi: usbduxfast: remove impossible 'if (!devpriv)' checksH Hartley Sweeten1-12/+0
2015-09-12staging: comedi: usbduxfast: only chanlist of 1, 2, 3, or 16 are supportedH Hartley Sweeten1-5/+5
2015-09-12staging: comedi: usbduxfast: chanlist check is Step 5 of (*do_cmdtest)H Hartley Sweeten1-24/+34
2015-09-12staging: comedi: s526: fix the block commentsH Hartley Sweeten1-26/+31
2015-09-12staging: comedi: s526: remove #if 0'ed out code blockH Hartley Sweeten1-29/+0
2015-09-12staging: comedi: s526: remove unnecessary definesH Hartley Sweeten1-7/+3
2015-09-12staging: comedi: s526: remove s526_ai_insn_config()H Hartley Sweeten1-38/+11
2015-09-12staging: comedi: s526: tidy up s526_ai_rinsn()H Hartley Sweeten1-13/+11
2015-09-12staging: comedi: s526: wait for analog output conversions to completeH Hartley Sweeten1-8/+15
2015-09-12staging: comedi: s526: tidy up subdevice initH Hartley Sweeten1-35/+38
2015-09-12staging: comedi: s526: define the eeprom data and control registersH Hartley Sweeten1-3/+6
2015-09-12staging: comedi: s526: define the miscellaneous register and bitsH Hartley Sweeten1-2/+2
2015-09-12staging: comedi: s526: define the digtial I/O control register and bitsH Hartley Sweeten1-9/+19
2015-09-12staging: comedi: s526: define the interrupt enable/status registersH Hartley Sweeten1-7/+12
2015-09-12staging: comedi: s526: add defines for the ao/ai data registerH Hartley Sweeten1-4/+4
2015-09-12staging: comedi: s526: define the ADC (analog input) control register and bitsH Hartley Sweeten1-8/+15
2015-09-12staging: comedi: s526: define the DAC (analog output) control register and bitsH Hartley Sweeten1-4/+8
2015-09-12staging: comedi: s526: define the watchdog timer control register and bitsH Hartley Sweeten1-1/+4
2015-09-12staging: comedi: s526: define the timer control register and bitsH Hartley Sweeten1-1/+6
2015-09-12staging: comedi: s526: refactor gpct registersH Hartley Sweeten1-88/+61
2015-09-12staging: comedi: s526: tidy up multi-line commentsH Hartley Sweeten1-35/+34
2015-09-12staging: comedi: serial2002: use proper errnoH Hartley Sweeten1-1/+1
2015-09-12staging: comedi: serial2002: usleep_range is preferred over udelayH Hartley Sweeten1-1/+1
2015-09-12staging: comedi: serial2002: tidy up multi-line commentsH Hartley Sweeten1-24/+23
2015-09-12staging: comedi: unioxx5: remove this flawed driverH Hartley Sweeten3-515/+0
2015-09-12staging: comedi: ssv_dnp: tidy up multi-line commentsH Hartley Sweeten1-27/+30
2015-09-12staging: comedi: usbdux: use comedi_offset_munge()H Hartley Sweeten1-2/+2