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