aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/jr3_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott1-8/+10
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+2
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: remove private header comedi_pci.hH Hartley Sweeten1-1/+0
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-4/+1
2012-05-14staging: comedi: Use module_comedi_pci_driver and standardize driversH Hartley Sweeten1-28/+10
2012-05-09staging: comedi: refactor jr3_pci driver to remove forward declarationsH Hartley Sweeten1-29/+22
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2011-12-13Staging: comedi: fix printk issue in jr3_pci.cRavishankar karkala Mallikarjunayya1-14/+11
2011-12-13Staging: comedi: fix printk issue in jr3_pci.cRavishankar karkala Mallikarjunayya1-5/+5
2011-12-13Staging: comedi: fix printk issue in jr3_pci.cRavishankar karkala Mallikarjunayya1-14/+14
2011-11-26staging/comedi/jr3: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is used)Peter Huewe1-12/+6
2011-05-10Staging: comedi: fix brace coding style issue in jr3_pci.cStephane Pajot1-18/+9
2010-12-13staging: comedi: add support for newer jr3 1-channel pci boardRuben Smits1-0/+7
2010-06-22Staging: don't use custom hex_to_bin() implementationAndy Shevchenko1-8/+9
2010-06-17Staging: comedi: Remove typedefsArun Thomas1-5/+2
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-1/+37
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-06-17Staging: comedi: Allow 'open' driver method to failIan Abbott1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03staging: declare MODULE_FIRMWARE in various driversBen Hutchings1-0/+2
2009-12-23Staging: comedi: jr3_pci: Don't ioremap too much space. Check result.Ian Abbott1-2/+5
2009-10-09Staging: comedi: jr3_pci: Initialize transf variable fully in jr3_pci_poll_subdevice().Ian Abbott1-12/+6
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-142/+156
2009-07-12Staging: comedi: jr3_pci.c: add required includesAlexander Beregalov1-0/+2
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-6/+6
2009-06-19Staging: comedi: remove space after ampersandBill Pemberton1-3/+3
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-4/+4
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-1/+4
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-10/+10
2009-06-19Staging: comedi: jr3_pci: Use struct device from pci_dev for firmware loading.Frank Mori Hess1-49/+35
2009-06-19Staging: comedi: Remove C99 commentsBill Pemberton1-34/+42
2009-04-03Staging: comedi: Remove six_axis_t typedefBill Pemberton1-9/+9
2009-04-03Staging: comedi: Remove transform_t typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove jr3_pci_subdev_private typedefBill Pemberton1-10/+10
2009-04-03Staging: comedi: Remove poll_delay_t typedefBill Pemberton1-7/+9
2009-04-03Staging: comedi: Remove jr3_pci_dev_private typedefBill Pemberton1-8/+10
2009-04-03Staging: comedi: Remove jr3_channel_t typedefBill Pemberton1-13/+13
2009-04-03Staging: comedi: Remove jr3_t typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove force_array_t typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_krange typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-10/+10
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-2/+2
2009-04-03Staging: comedi: fix bus_id use in jr3_pci driverGreg Kroah-Hartman1-1/+1
2009-04-03Staging: comedi: add jr3_pci driverAnders Blomdell1-0/+972