summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/poc.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: remove inline alloc_private()H Hartley Sweeten2012-10-231-4/+4
* staging: comedi: poc: introduce struct poc_privateH Hartley Sweeten2012-10-221-4/+13
* staging: comedi: poc: remove subdevice pointer mathH Hartley Sweeten2012-09-051-1/+1
* staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten2012-06-181-2/+2
* staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten2012-06-181-5/+0
* staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-2/+5
* staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-1/+1
* staging: comedi: remove this_board macro in the poc driverH Hartley Sweeten2012-06-041-14/+15
* 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 poc driver to remove forward declarationsH Hartley Sweeten2012-04-291-115/+98
* 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-3/+3
|\
| * Staging: comedi: poc: Adding some KERN_ facility levelChihau Chau2010-03-041-5/+4
| * Staging: comedi: poc: fix coding style issuesChihau Chau2010-03-041-4/+3
* | Staging: comedi: poc: Checkpatch cleanupsBenjamin Adolphi2010-03-031-8/+6
|/
* Staging: ARRAY_SIZE changesStoyan Gaydarov2009-09-151-1/+1
* Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral2009-09-151-48/+54
* Staging: comedi: fix the way structs are initialized.Bill Pemberton2009-06-191-30/+30
* Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton2009-06-191-21/+21
* Staging: comedi: Remove C99 commentsBill Pemberton2009-06-191-2/+2
* Staging: comedi: Remove comedi_devconfig typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_insn typedefBill Pemberton2009-04-031-11/+11
* Staging: comedi: Remove comedi_lrange 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-12/+12
* Staging: comedi: Remove comedi_device typedefBill Pemberton2009-04-031-16/+16
* Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton2009-04-031-14/+14
* Staging: comedi: add poc driverDavid A. Schleef2009-04-031-0/+247