aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/jr3_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-12staging: comedi: jr3_pci: change module descriptionIan Abbott1-1/+1
2017-03-12staging: comedi: jr3_pci: fix initial range[8] max valueIan Abbott1-1/+1
2017-03-12staging: comedi: jr3_pci: check PCI BAR 0 sizeIan Abbott1-0/+3
2017-03-12staging: comedi: jr3_pci: check sizes at compile timeIan Abbott1-6/+1
2017-03-12staging: comedi: jr3_pci: omit pointless debug infoIan Abbott1-7/+2
2017-03-12staging: comedi: jr3_pci: use struct jr3_block instead of jr3_tIan Abbott1-12/+12
2017-03-12staging: comedi: jr3_pci: rename 'channel' to 'block'Ian Abbott1-5/+5
2017-03-12staging: comedi: jr3_pci: rename data to sensorIan Abbott1-5/+5
2017-03-12staging: comedi: jr3_pci: rename channel to sensorIan Abbott1-77/+75
2017-03-12staging: comedi: jr3_pci: rename struct jr3_channel to jr3_sensorIan Abbott1-14/+14
2017-03-06staging: comedi: jr3_pci: replace devpriv->iobase with dev->mmioIan Abbott1-17/+15
2017-03-06staging: comedi: jr3_pci: pass transform by referenceIan Abbott1-5/+5
2017-03-06staging: comedi: jr3_pci: re-work struct jr3_pci_subdev_private rangeIan Abbott1-35/+35
2017-03-06staging: comedi: jr3_pci: separate out poll state enumIan Abbott1-7/+10
2017-03-06staging: comedi: jr3_pci: remove next_time_max memberIan Abbott1-4/+0
2017-03-06staging: comedi: jr3_pci: remove unneeded 'spriv' checksIan Abbott1-9/+2
2017-03-06staging: comedi: jr3_pci: re-work firmware copyright displayIan Abbott1-5/+14
2017-03-06staging: comedi: jr3_pci: struct comedi_lrange should normally be constIan Abbott1-3/+5
2017-03-06staging: comedi: jr3_pci: Reset all DSPsIan Abbott1-1/+2
2017-03-06staging: comedi: jr3_pci: cope with jiffies wraparoundIan Abbott1-1/+1
2017-03-06staging: comedi: jr3_pci: fix possible null pointer dereferenceIan Abbott1-5/+6
2016-09-02staging: comedi: jr3_pci.c: Fix checkpatch warningAnson Jacob1-6/+7
2016-09-01Staging: comedi: fix spelling mistake "Firmare" -> "Firmware"Colin Ian King1-1/+1
2016-06-17Staging: comedi: Used unsigned int instead of unsigned issue in jr3_pci.cRavishankar Karkala Mallikarjunayya1-2/+2
2016-06-17Staging: comedi: Fix comment issues in jr3_pci.cRavishankar Karkala Mallikarjunayya1-16/+16
2015-03-20staging: comedi: jr3_pci: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-15Staging: comedi: Use function setup_timer for combining initializationSomya Anand1-4/+1
2014-08-30Staging: comedi: Fix code style in jr3_pci.cVladimir A. Nazarenko1-1/+1
2014-07-16staging: comedi: jr3_pci: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten1-1/+4
2014-03-17staging: comedi: jr3_pci: remove 'channel_no' from subdevice private dataH Hartley Sweeten1-3/+1
2014-03-17staging: comedi: jr3_pci: rename struct poll_delay_tH Hartley Sweeten1-10/+10
2014-03-17staging: comedi: jr3_pci: rename struct transform_tH Hartley Sweeten1-9/+9
2014-03-17staging: comedi: jr3_pci: remove 'n_channels' from private dataH Hartley Sweeten1-10/+6
2014-03-17staging: comedi: jr3_pci: introduce boardinfo for the supported boardsH Hartley Sweeten1-31/+46
2014-03-17staging: comedi: jr3_pci: tidy up jr3_pci_ai_insn_read()H Hartley Sweeten1-83/+73
2014-03-17staging: comedi: jr3_pci: tidy up jr3_pci_open()H Hartley Sweeten1-8/+8
2014-03-17staging: comedi: jr3_pci: tidy up jr3_download_firmware()H Hartley Sweeten1-75/+82
2014-03-17staging: comedi: jr3_pci: tidy up jr3_pci_poll_subdevice()H Hartley Sweeten1-147/+130
2014-03-17staging: comedi: jr3_pci: tidy up jr3_pci_poll_dev()H Hartley Sweeten1-10/+16
2014-03-17staging: comedi: jr3_pci: rename some local vars in the (*attach)H Hartley Sweeten1-22/+21
2014-03-17staging: comedi: jr3_pci: factor subdevice private data init out of (*attach)H Hartley Sweeten1-37/+47
2014-03-17staging: comedi: jr3_pci: use comedi_alloc_spriv()H Hartley Sweeten1-8/+1
2014-03-17staging: comedi: jr3_pci: tidy up subdevice initH Hartley Sweeten1-18/+20
2014-02-07staging: comedi: drivers: return '0' for successful attachH Hartley Sweeten1-1/+1
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-05-17staging: comedi: ni_pcidio: use comedi_load_firmware()H Hartley Sweeten1-4/+5
2013-05-17staging: comedi: drivers: generalize comedi_load_firmware()H Hartley Sweeten1-30/+5
2013-05-17staging: comedi: jr3_pci: tidy up comedi_load_firmware()H Hartley Sweeten1-15/+15