summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/mite.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten2013-01-311-2/+3
* staging: comedi: mite: local symbols should not be exportedH Hartley Sweeten2012-09-171-1/+1
* staging: comedi: mite: use module_init()/module_exit()Ian Abbott2012-09-171-4/+5
* staging: comedi: mite: remove list of devicesIan Abbott2012-09-171-56/+0
* staging: comedi: mite: add mite_alloc() and mite_free()Ian Abbott2012-09-171-11/+22
* staging: comedi: mite: replace printk() callsIan Abbott2012-09-171-93/+87
* staging: comedi: mite: export mite_alloc_ring() and mite_free_ring()Ian Abbott2012-09-171-0/+35
* staging: comedi: mite: make internal functions staticIan Abbott2012-09-171-3/+3
* staging: comedi: remove private header comedi_pci.hH Hartley Sweeten2012-06-041-1/+0
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Staging: comedi: Add MODULE_LICENSE and similar to NI modulesIan Abbott2011-02-091-2/+0
* Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy2010-07-081-4/+2
* Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas2010-06-171-0/+4
* Staging: comedi: use the standard NI pci device idGreg Kroah-Hartman2010-05-111-1/+1
* Staging: comedi: mite.c: fix coding stylematt mooney2009-12-111-110/+121
* Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral2009-09-151-63/+75
* Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman2009-06-191-14/+14
* Staging: comedi: Remove comedi_async typedefBill Pemberton2009-04-031-3/+3
* Staging: comedi: Remove curly braces where they are not neededBill Pemberton2009-04-031-10/+9
* Staging: comedi: Misc code cleanups for checkpatchBill Pemberton2009-04-031-1/+1
* Staging: comedi: Change "foo * bar" to "foo *bar"Bill Pemberton2009-04-031-6/+6
* Staging: comedi: Convert C99 style comments to traditional style commentsBill Pemberton2009-04-031-12/+12
* Staging: comedi: add mite comedi pci driverDavid Schleef2009-01-061-0/+809