summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/pcmad.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: pcmad: rewrite "Devices:" lineIan Abbott2015-01-091-2/+1
* staging: comedi: pcmad: replace comedi_board() callsIan Abbott2014-09-111-1/+1
* staging: comedi: pcmad: use comedi_timeout()H Hartley Sweeten2014-02-141-11/+10
* staging: comedi: pcmad: use comedi_range_is_bipolar()H Hartley Sweeten2013-09-171-7/+1
* staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten2013-07-231-0/+1
* staging: comedi: pcmad: remove unnecessary includesH Hartley Sweeten2013-06-061-3/+0
* staging: comedi: pcmad: fix analog input data on pcmad12H Hartley Sweeten2013-06-061-0/+4
* staging: comedi: pcmad: properly handle analog input encoding configurationH Hartley Sweeten2013-06-061-15/+13
* staging: comedi: pcmad: properly handle single/diff input configurationH Hartley Sweeten2013-06-061-6/+12
* staging: comedi: pcmad: change boardinfo 'n_ai_bits' to 'ai_maxdata'H Hartley Sweeten2013-06-061-4/+4
* staging: comedi: pcmad: tidy up pcmad_attach()H Hartley Sweeten2013-06-061-17/+8
* staging: comedi: pcmad: tidy up pcmad_ai_insn_read()H Hartley Sweeten2013-06-061-10/+12
* staging: comedi: pcmad: remove need for boardinfo in pcmad_ai_insn_read()H Hartley Sweeten2013-06-061-2/+1
* staging: comedi: pcmad: return errno if AI conversion times outH Hartley Sweeten2013-06-061-5/+17
* staging: comedi: pcmad: move the boardinfoH Hartley Sweeten2013-06-061-9/+10
* staging: comedi: pcmad: tidy up multi-line commentsH Hartley Sweeten2013-06-061-35/+37
* staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten2013-05-131-5/+0
* staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten2013-04-191-8/+1
* staging: comedi: drivers: use comedi_legacy_detach()H Hartley Sweeten2013-04-191-2/+1
* staging: comedi: pcmad: use comedi_request_region()H Hartley Sweeten2013-04-111-10/+4
* staging: comedi: pcmad: cleanup dev->board_name usageH Hartley Sweeten2013-04-111-3/+1
* staging: comedi: remove inline alloc_private()H Hartley Sweeten2012-10-231-4/+4
* staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten2012-10-221-3/+5
* staging: comedi: pcmad: remove subdevice pointer mathH Hartley Sweeten2012-09-051-1/+1
* staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-1/+1
* staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-1/+1
* staging: comedi: remove this_board macro in the pcmad driverH Hartley Sweeten2012-06-041-5/+5
* staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten2012-05-181-6/+1
* staging: comedi: use module_comedi_driverH Hartley Sweeten2012-05-091-13/+2
* staging: comedi: refactor pcmad driver to remove forward declarationsH Hartley Sweeten2012-04-291-36/+31
* Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas2010-06-171-1/+12
* Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas2010-06-171-0/+4
* Staging: Merge two branches of coding style fixes togetherGreg Kroah-Hartman2010-03-041-6/+7
|\
| * Staging: comedi: pcmad: Checkpatch cleanupsBenjamin Adolphi2010-03-041-10/+9
* | Staging: comedi: pcmad: [PATCH 3/3] cleanup printk() warningsBruce Beare2010-03-031-3/+4
* | Staging: comedi: pcmad: Cleanup: Remove unneeded bracesBruce Beare2010-03-031-4/+2
* | Staging: comedi: pcmad: Cleanup: code indent warning messagesBruce Beare2010-03-031-4/+4
|/
* Staging: ARRAY_SIZE changesStoyan Gaydarov2009-09-151-1/+1
* Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral2009-09-151-8/+9
* Staging: comedi: remove RT codeGreg Kroah-Hartman2009-06-191-0/+1
* Staging: comedi: fix the way structs are initialized.Bill Pemberton2009-06-191-11/+11
* Staging: comedi: remove assignment in conditionalsBill Pemberton2009-06-191-2/+5
* Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton2009-06-191-6/+6
* Staging: comedi: Remove comedi_devconfig typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_insn typedefBill Pemberton2009-04-031-1/+1
* Staging: comedi: Remove comedi_driver typedefBill Pemberton2009-04-031-1/+1
* Staging: comedi: Remove comedi_subdevice typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_device typedefBill Pemberton2009-04-031-5/+5
* Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton2009-04-031-1/+1
* Staging: comedi: add pcmad driverDavid Schleef2009-04-031-0/+173