summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/jr3_pci.c
AgeCommit message (Expand)Author
2018-02-22staging: comedi: Remove a "tracing" callEisha Chen-yen-su
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-10-18staging/comedi: Convert timers to use timer_setup()Kees Cook
2017-03-12staging: comedi: jr3_pci: change module descriptionIan Abbott
2017-03-12staging: comedi: jr3_pci: fix initial range[8] max valueIan Abbott
2017-03-12staging: comedi: jr3_pci: check PCI BAR 0 sizeIan Abbott
2017-03-12staging: comedi: jr3_pci: check sizes at compile timeIan Abbott
2017-03-12staging: comedi: jr3_pci: omit pointless debug infoIan Abbott
2017-03-12staging: comedi: jr3_pci: use struct jr3_block instead of jr3_tIan Abbott
2017-03-12staging: comedi: jr3_pci: rename 'channel' to 'block'Ian Abbott
2017-03-12staging: comedi: jr3_pci: rename data to sensorIan Abbott
2017-03-12staging: comedi: jr3_pci: rename channel to sensorIan Abbott
2017-03-12staging: comedi: jr3_pci: rename struct jr3_channel to jr3_sensorIan Abbott
2017-03-06staging: comedi: jr3_pci: replace devpriv->iobase with dev->mmioIan Abbott
2017-03-06staging: comedi: jr3_pci: pass transform by referenceIan Abbott
2017-03-06staging: comedi: jr3_pci: re-work struct jr3_pci_subdev_private rangeIan Abbott
2017-03-06staging: comedi: jr3_pci: separate out poll state enumIan Abbott
2017-03-06staging: comedi: jr3_pci: remove next_time_max memberIan Abbott
2017-03-06staging: comedi: jr3_pci: remove unneeded 'spriv' checksIan Abbott
2017-03-06staging: comedi: jr3_pci: re-work firmware copyright displayIan Abbott
2017-03-06staging: comedi: jr3_pci: struct comedi_lrange should normally be constIan Abbott
2017-03-06staging: comedi: jr3_pci: Reset all DSPsIan Abbott
2017-03-06staging: comedi: jr3_pci: cope with jiffies wraparoundIan Abbott
2017-03-06staging: comedi: jr3_pci: fix possible null pointer dereferenceIan Abbott
2016-09-02staging: comedi: jr3_pci.c: Fix checkpatch warningAnson Jacob
2016-09-01Staging: comedi: fix spelling mistake "Firmare" -> "Firmware"Colin Ian King
2016-06-17Staging: comedi: Used unsigned int instead of unsigned issue in jr3_pci.cRavishankar Karkala Mallikarjunayya
2016-06-17Staging: comedi: Fix comment issues in jr3_pci.cRavishankar Karkala Mallikarjunayya
2015-03-20staging: comedi: jr3_pci: include new "comedi_pci.h" headerIan Abbott
2015-03-15Staging: comedi: Use function setup_timer for combining initializationSomya Anand
2014-08-30Staging: comedi: Fix code style in jr3_pci.cVladimir A. Nazarenko
2014-07-16staging: comedi: jr3_pci: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: remove 'channel_no' from subdevice private dataH Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: rename struct poll_delay_tH Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: rename struct transform_tH Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: remove 'n_channels' from private dataH Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: introduce boardinfo for the supported boardsH Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: tidy up jr3_pci_ai_insn_read()H Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: tidy up jr3_pci_open()H Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: tidy up jr3_download_firmware()H Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: tidy up jr3_pci_poll_subdevice()H Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: tidy up jr3_pci_poll_dev()H Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: rename some local vars in the (*attach)H Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: factor subdevice private data init out of (*attach)H Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: use comedi_alloc_spriv()H Hartley Sweeten
2014-03-17staging: comedi: jr3_pci: tidy up subdevice initH Hartley Sweeten
2014-02-07staging: comedi: drivers: return '0' for successful attachH Hartley Sweeten
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten