aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/mite.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-08staging: comedi: mite.h: whitespace changes in function declarationsIan Abbott1-10/+8
2015-05-08staging: comedi: mite.h: reformat some commentsIan Abbott1-29/+30
2015-05-08staging: comedi: mite.h: remove "../comedi_pci.h" and make self-reliantIan Abbott1-1/+7
2015-05-08staging: comedi: mite.h: remove PCIMIO_COMPATIan Abbott1-2/+0
2015-05-08staging: comedi: mite: move #include <linux/slab.h>Ian Abbott1-1/+0
2015-03-20staging: comedi: mite.h: include new "comedi_pci.h" headerIan Abbott1-2/+1
2014-07-30staging: comedi: mite: use the comedi_device 'mmio' memberH Hartley Sweeten1-1/+0
2014-07-30staging: comedi: mite: pass comedi_device to mite_setup()H Hartley Sweeten1-3/+4
2014-07-30staging: comedi: mite: inline mite_setup()H Hartley Sweeten1-1/+6
2014-07-16staging: comedi: mite.h: tidy up mite_csigr_wpdep()H Hartley Sweeten1-5/+3
2014-07-16staging: comedi: mite.h: tidy up the mite channel register offsetsH Hartley Sweeten1-88/+18
2014-06-29staging: comedi: mite: cleanup mite_unsetup()H Hartley Sweeten1-6/+1
2014-06-29staging: comedi: mite.h: remove mite_device()H Hartley Sweeten1-5/+0
2014-06-29staging: comedi: mite.h: remove mite_irq()H Hartley Sweeten1-5/+0
2014-05-23staging: comedi: mite: pass subdevice to mite_sync_output_dma()Ian Abbott1-1/+1
2014-05-23staging: comedi: mite: pass subdevice to mite_sync_input_dma()Ian Abbott1-1/+1
2014-05-23staging: comedi: mite: pass subdevice to mite_buf_change()Ian Abbott1-1/+1
2014-03-13staging:comedi: Fix sparse warnings of incorrect type in assignmentHimangi Saraogi1-3/+3
2013-11-26staging: comedi: mite: remove DEBUG_MITE codeH Hartley Sweeten1-5/+0
2013-11-26staging: comedi: mite: remove MDPRINTK macroH Hartley Sweeten1-7/+0
2013-07-24staging: comedi: mite.h: needs <linux/slab.h>H Hartley Sweeten1-0/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2012-09-17staging: comedi: mite: remove list of devicesIan Abbott1-7/+0
2012-09-17staging: comedi: mite: add mite_alloc() and mite_free()Ian Abbott1-0/+7
2012-09-17staging: comedi: mite: replace printk() callsIan Abbott1-2/+2
2012-09-17staging: comedi: mite: use ilog2()Ian Abbott1-7/+7
2012-09-17staging: comedi: mite: export mite_alloc_ring() and mite_free_ring()Ian Abbott1-34/+2
2012-09-17staging: comedi: mite: make internal functions staticIan Abbott1-2/+0
2012-05-09staging: comedi: mite: mite_io_addr and daq_io_addr are void __iomem *H Hartley Sweeten1-2/+2
2010-05-11Staging: comedi: use the standard NI pci device idGreg Kroah-Hartman1-2/+0
2009-12-11Staging: comedi: mite.h: deletion of unused functionsmatt mooney1-7/+0
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-54/+90
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-1/+1
2009-04-03Staging: comedi: Remove comedi_async typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Add spaces around parens as requested by checkpatch.plBill Pemberton1-1/+1
2009-04-03Staging: comedi: Add spaces after commas where suggested by checkpatch.plBill Pemberton1-2/+2
2009-04-03Staging: comedi: Change "foo * bar" to "foo *bar"Bill Pemberton1-1/+1
2009-04-03Staging: comedi: Convert C99 style comments to traditional style commentsBill Pemberton1-28/+28
2009-01-06Staging: comedi: remove PCI wrappersGreg Kroah-Hartman1-1/+1
2009-01-06Staging: comedi: add mite comedi pci driverDavid Schleef1-0/+453