aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/gsc_hpdi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-10staging: comedi: gsc_hpdi: use a better MODULE_DESCRIPTION()Ian Abbott1-1/+1
2015-05-10staging: comedi: gsc_hpdi: use PCI_DEVICE_SUB()Ian Abbott1-2/+2
2015-05-10staging: comedi: gsc_hpdi: prefer using the BIT() macroIan Abbott1-41/+41
2015-05-10staging: comedi: gsc_hpdi: usleep_range is preferred over udelayIan Abbott1-1/+1
2015-05-10staging: comedi: gsc_hpdi: remove multiple board type supportIan Abbott1-34/+1
2015-05-10staging: comedi: gsc_hpdi: tidy up commentsIan Abbott1-25/+34
2015-05-08staging: gsc_hdpi: Remove dead codeGujulan Elango, Hari Prasath (H.)1-7/+0
2015-04-03staging: comedi: gsc_hpdi: remove #include "comedi_fc.h"Ian Abbott1-11/+11
2015-03-20staging: comedi: gsc_hpdi: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-1/+0
2015-01-25staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten1-2/+2
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-1/+1
2014-10-29staging: comedi: gsc_hpdi: use comedi_buf_write_samples()H Hartley Sweeten1-2/+2
2014-10-20staging: comedi: gsc_hpdi: use comedi_handle_events()H Hartley Sweeten1-1/+1
2014-08-30staging: comedi: gsc_hpdi: tidy up freeing of the dma buffersH Hartley Sweeten1-18/+27
2014-08-30staging: comedi: gsc_hpdi: remove deadcode in gsc_hpdi_cmd_test()H Hartley Sweeten1-4/+2
2014-07-30staging: comedi: gsc_hpdi: use the comedi_device 'mmio' memberH Hartley Sweeten1-24/+20
2014-04-22staging: comedi: gsc_hpdi: validate the cmd->start_argH Hartley Sweeten1-0/+2
2014-04-22staging: comedi: gsc_hpdi: factor out chanlist checking from (*do_cmdtest)H Hartley Sweeten1-12/+22
2014-03-17staging: comedi: gsc_hpdi: tidy up multi-line commentH Hartley Sweeten1-20/+20
2014-03-17staging: comedi: gsc_hpdi: remove pr_fmt() defineH Hartley Sweeten1-2/+0
2014-03-17staging: comedi: gsc_hpdi: convert comedi_error() messages to dev_err()H Hartley Sweeten1-2/+2
2014-03-17staging: comedi: gsc_hpdi: tidy up the boardinfoH Hartley Sweeten1-9/+9
2014-03-17staging: comedi: gsc_hpdi: tidy up the register mapH Hartley Sweeten1-116/+82
2014-03-17staging: comedi: gsc_hpdi: rename 'hpdi_iobase' in private dataH Hartley Sweeten1-24/+22
2014-03-17staging: comedi: gsc_hpdi: rename 'plx9080_iobase' in private dataH Hartley Sweeten1-26/+25
2014-03-17staging: comedi: gsc_hpdi: tidy up gsc_hpdi_drain_dma()H Hartley Sweeten1-32/+28
2014-03-17staging: comedi: gsc_hpdi: remove 'volatile' from the private data membersH Hartley Sweeten1-3/+3
2014-03-17staging: comedi: gsc_hpdi: remove hpdi_writel()H Hartley Sweeten1-15/+3
2014-03-17staging: comedi: gsc_hpdi: remove disable_plx_interrupts()H Hartley Sweeten1-9/+2
2014-03-17staging: comedi: gsc_hpdi: rename init_hpdi()H Hartley Sweeten1-2/+2
2014-03-17staging: comedi: gsc_hpdi: rename init_plx9080()H Hartley Sweeten1-2/+2
2014-03-17staging: comedi: gsc_hpdi: rename hpdi_find_board()H Hartley Sweeten1-2/+2
2014-03-17staging: comedi: gsc_hpdi: rename the (*auto_attach) and (*detach) functionsH Hartley Sweeten1-5/+5
2014-03-17staging: comedi: gsc_hpdi: rename drain_dma_buffers()H Hartley Sweeten1-2/+2
2014-03-17staging: comedi: gsc_hpdi: rename handle_interrupt()H Hartley Sweeten1-2/+2
2014-03-17staging: comedi: gsc_hpdi: rename abort_dma()H Hartley Sweeten1-7/+5
2014-03-17staging: comedi: gsc_hpdi: rename hpdi_cancel()H Hartley Sweeten1-2/+3
2014-03-17staging: comedi: gsc_hpdi: tidy up hpdi_cmd_test()H Hartley Sweeten1-82/+71
2014-03-17staging: comedi: gsc_hpdi: tidy up hpdi_cmd()H Hartley Sweeten1-60/+58
2014-03-17staging: comedi: gsc_hpdi: tidy up setup_dma_descriptors()H Hartley Sweeten1-53/+46
2014-03-17staging: comedi: gsc_hpdi: tidy up dio_config_insn()H Hartley Sweeten1-38/+26
2014-03-17staging: comedi: gsc_hpdi: move the (*auto_attach) helper functionsH Hartley Sweeten1-82/+81
2014-03-17staging: comedi: gsc_hpdi: absorb setup_subdevices()H Hartley Sweeten1-36/+18
2014-03-17staging: comedi: gsc_hpdi: move the (*auto_attach) and (*detach) functionsH Hartley Sweeten1-111/+110
2014-03-17staging: comedi: drivers should not clear the async->eventsH Hartley Sweeten1-2/+0
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-11-26staging: comedi: gsc_hpdi: remove DEBUG_PRINTH Hartley Sweeten1-78/+0
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten1-24/+9
2013-08-12Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex cases"Greg Kroah-Hartman1-9/+24