aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adv_pci1724.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-208/+0
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2015-10-12staging: comedi: adv_pci1724: prefer using the BIT macroH Hartley Sweeten1-7/+8
2015-06-08Staging: comedi: adv_pci1724: Remove redundant return statementsAbhishek Sharma1-5/+1
2015-03-20staging: comedi: adv_pci1724: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-01-09staging: comedi: adv_pci1724: rewrite "Devices:" lineIan Abbott1-1/+1
2014-11-26staging: comedi: adv_pci1724: rename ao_ranges_1724H Hartley Sweeten1-2/+2
2014-11-26staging: comedi: adv_pci1724: tidy up multi-line commentsH Hartley Sweeten1-50/+44
2014-11-26staging: comedi: adv_pci1724: tidy up the comedi_driver declarationH Hartley Sweeten1-4/+4
2014-11-26staging: comedi: adv_pci1724: tidy up the pci_driver declarationH Hartley Sweeten1-5/+4
2014-11-26staging: comedi: adv_pci1724: remove unnecessary dev_info()H Hartley Sweeten1-2/+0
2014-11-26staging: comedi: adv_pci1724: absorb setup_subdevices()H Hartley Sweeten1-48/+35
2014-11-26staging: comedi: adv_pci1724: define the board id register bitsH Hartley Sweeten1-6/+4
2014-11-26staging: comedi: adv_pci1724: remove enum sync_output_trigger_contentsH Hartley Sweeten1-5/+1
2014-11-26staging: comedi: adv_pci1724: define the sync output control/status regH Hartley Sweeten1-9/+6
2014-11-26staging: comedi: adv_pci1724: define the dac control register bitsH Hartley Sweeten1-40/+15
2014-11-26staging: comedi: adv_pci1724: tidy up the register I/O mapH Hartley Sweeten1-12/+12
2014-11-26staging: comedi: adv_pci1724: remove PCI_VENDOR_ID_ADVANTECH defineH Hartley Sweeten1-2/+0
2014-11-26staging: comedi: adv_pci1724: absorb set_dac()H Hartley Sweeten1-15/+5
2014-11-26staging: comedi: adv_pci1724: use comedi_timeout() to wait for DAC idle stateH Hartley Sweeten1-20/+13
2014-11-26staging: comedi: adv_pci1724: introduce adv_pci1724_insn_write()H Hartley Sweeten1-50/+18
2014-11-26staging: comedi: adv_pci1724: remove NUM_AO_CHANNELS defineH Hartley Sweeten1-5/+3
2014-11-26staging: comedi: adv_pci1724: use subdevice readback for 'gain_value'H Hartley Sweeten1-40/+6
2014-11-26staging: comedi: adv_pci1724: use subdevice readback for 'offset_value'H Hartley Sweeten1-25/+6
2014-11-26staging: comedi: adv_pci1724: use subdevice readback for 'ao_value'H Hartley Sweeten1-24/+5
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-1/+1
2014-07-17staging: comedi: adv_pci1724: remove use of comedi_error()H Hartley Sweeten1-7/+8
2013-12-17staging: comedi: adv_pci1724: tidy up comedi_lrange tablesH Hartley Sweeten1-2/+2
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-07-25staging: comedi: adv_pci1724: remove ao_range_list_1724H Hartley Sweeten1-5/+1
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+2
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-6/+1
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten1-2/+0
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-1/+1
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-11/+1
2013-03-12staging: comedi: adv_pci1724: new driverFrank Mori Hess1-0/+421