aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/pcm3724.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten2013-08-121-27/+18
* Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex ca...Greg Kroah-Hartman2013-08-121-18/+27
* staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten2013-08-121-27/+18
* staging: comedi: do not include <linux/delay.h> if its not neededH Hartley Sweeten2013-07-231-2/+0
* staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten2013-07-231-1/+0
* staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten2013-07-231-0/+1
* staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten2013-07-231-2/+1
* staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten2013-06-171-10/+1
* staging: comedi: drivers: use comedi_legacy_detach()H Hartley Sweeten2013-04-191-2/+1
* staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten2013-04-171-7/+2
* staging: comedi: pcl3724: use comedi_request_region()H Hartley Sweeten2013-04-111-14/+3
* staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten2013-04-081-2/+0
* staging: comedi: remove inline alloc_private()H Hartley Sweeten2012-10-231-4/+4
* staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten2012-10-221-8/+6
* staging: comedi: pcm3724: remove boardinfoH Hartley Sweeten2012-10-221-25/+7
* staging: comedi: pcm3724: remove subdevice pointer mathH Hartley Sweeten2012-09-051-9/+17
* 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 pcm3724 driverH Hartley Sweeten2012-06-041-9/+7
* staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten2012-05-181-3/+1
* staging: comedi: use module_comedi_driverH Hartley Sweeten2012-05-091-13/+2
* staging: comedi: refactor pcm3724 driver to remove forward declarationsH Hartley Sweeten2012-04-291-31/+26
* staging: comedi: use ARRAY_SIZE instead of custom n_boardtypes macrosH Hartley Sweeten2012-04-201-2/+1
* staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches2011-04-251-1/+1
* Staging: comedi: pcm3724: remove casts from void*Kulikov Vasiliy2010-07-081-1/+1
* Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas2010-06-171-1/+12
* Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas2010-06-171-0/+4
* Staging: comedi: pcm3724: Checkpatch cleanupsBenjamin Adolphi2010-03-031-45/+40
* Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral2009-09-151-12/+16
* Staging: comedi: fix the way structs are initialized.Bill Pemberton2009-06-191-7/+7
* Staging: comedi: remove assignment in conditionalsBill Pemberton2009-06-191-2/+5
* Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton2009-06-191-9/+9
* Staging: comedi: Remove C99 commentsBill Pemberton2009-06-191-14/+14
* Staging: comedi: pcm3724: Remove boardtype typedefBill Pemberton2009-04-031-6/+6
* Staging: comedi: Remove priv_pcm3724 typedefBill Pemberton2009-04-031-7/+8
* Staging: comedi: Remove comedi_devconfig typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_insn typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_driver typedefBill Pemberton2009-04-031-1/+1
* Staging: comedi: Remove comedi_subdevice typedefBill Pemberton2009-04-031-4/+4
* Staging: comedi: Remove comedi_device typedefBill Pemberton2009-04-031-7/+7
* Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton2009-04-031-1/+1
* Staging: comedi: add pcm3724 driverDrew Csillag2009-04-031-0/+306