aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/jr3_pci.c
AgeCommit message (Expand)Author
2017-05-17staging: comedi: jr3_pci: cope with jiffies wraparoundIan Abbott
2017-05-17staging: comedi: jr3_pci: fix possible null pointer dereferenceIan Abbott
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
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten
2013-05-17staging: comedi: ni_pcidio: use comedi_load_firmware()H Hartley Sweeten
2013-05-17staging: comedi: drivers: generalize comedi_load_firmware()H Hartley Sweeten
2013-05-17staging: comedi: jr3_pci: tidy up comedi_load_firmware()H Hartley Sweeten
2013-05-17staging: comedi: jr3_pci: use kasprintfH Hartley Sweeten
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-11staging: comedi: jr3_pci: use pci_ioremap_bar()H Hartley Sweeten
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten
2013-03-15staging: comedi: remove unneeded settings of `dev->iobase`Ian Abbott
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe
2012-11-21staging: comedi: remove use of __devexitBill Pemberton
2012-11-21staging: comedi: remove use of __devinitBill Pemberton
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton
2012-11-13staging: comedi: drivers: jr3_pci.c: fix for coding style issueKumar Amit Mehta
2012-11-13staging: comedi: jr3_pci: return 'result' from comedi_pci_enable instead of -EIOYuanhan Liu
2012-11-01staging: comedi: jr3_pci: CodingStyle fixesIan Abbott
2012-11-01staging: comedi: jr3_pci: update driver description commentIan Abbott
2012-11-01staging: comedi: jr3_pci: remove noisy printkIan Abbott
2012-11-01staging: comedi: jr3_pci: remove devpriv->pci_enabledIan Abbott
2012-11-01staging: comedi: jr3_pci: remove devpriv->pci_devIan Abbott
2012-11-01staging: comedi: jr3_pci: rename card variableIan Abbott
2012-11-01staging: comedi: jr3_pci: use auto_attach methodIan Abbott
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten