aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/addi_apci_3501.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-417/+0
2020-07-25staging: comedi: addi: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2018-11-07staging: comedi: addi_apci_3501: Use insn->n in EEPROM insn_read handlerIan Abbott1-1/+8
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
2017-02-14staging: comedi: made comedi_lrange struct constantArtur Lorincz1-1/+1
2016-08-21staging: comedi: addi_apci_3501: add a comedi driver comment blockH Hartley Sweeten1-0/+27
2016-08-21staging: comedi: addi_apci_3501: remove timer/counter subdevice supportH Hartley Sweeten1-56/+2
2015-08-14staging: comedi: addi_apci_3501: remove "magic" numbers in apci3501_interrupt()H Hartley Sweeten1-5/+7
2015-08-14staging: comedi: addi_apci_3501: use addi_tcw.h for the timer registersH Hartley Sweeten1-15/+11
2015-08-14staging: comedi: addi_apci_3501: rename CamelCase vars in apci3501_interrupt()H Hartley Sweeten1-10/+11
2015-08-14staging: comedi: addi_apci_3501: prefer using the BIT macroH Hartley Sweeten1-3/+3
2015-08-14staging: comedi: addi_apci_3501: rename private data 'i_IobaseAmcc'H Hartley Sweeten1-8/+7
2015-08-14staging: comedi: addi_apci_3501: rename private data 'b_TimerSelectMode'H Hartley Sweeten1-1/+1
2015-04-03staging: comedi: addi_apci_3501: remove #include "comedi_fc.h"Ian Abbott1-1/+0
2015-03-20staging: comedi: addi_apci_3501: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-15Staging: comedi: Remove parentheses around right side assignmentHaneen Mohammed1-2/+2
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-1/+1
2015-02-07staging: comedi: drivers: addi_apci_3501: Removed variables that is never usedRickard Strandqvist1-2/+1
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-03staging: comedi: drivers: remove inappropriate SDF_* flags from subdevicesH Hartley Sweeten1-1/+1
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-3/+3
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-3/+1
2014-08-30staging: comedi: addi_apci_3501: use comedi_subdevice 'readback'H Hartley Sweeten1-6/+13
2014-07-17staging: comedi: addi_apci_3501: remove use of comedi_error()H Hartley Sweeten1-1/+1
2014-03-17Staging: comedi: addi-data: Fix long CamelCase function namesFred Akers1-3/+3
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-7/+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-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-7/+0
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-6/+1
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-2/+2
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-0/+1
2013-01-31staging: comedi: conditionally build in USB driver supportH Hartley Sweeten1-0/+3
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe1-6/+1
2013-01-25staging: comedi: addi_apci_3501: define the timer i/o registersH Hartley Sweeten1-15/+14
2013-01-25staging: comedi: addi_apci_3501: change the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2013-01-25staging: comedi: addi_apci_3501: move the copyright informationH Hartley Sweeten1-0/+31
2013-01-25staging: comedi: addi_apci_3501: rewrite the analog output supportH Hartley Sweeten1-3/+48
2013-01-25staging: comedi: addi_apci_3501: cleanup apci3501_reset()H Hartley Sweeten1-12/+15
2013-01-25staging: comedi: addi_apci_3501: introduce apci3501_wait_for_dac()H Hartley Sweeten1-10/+19
2013-01-25staging: comedi: addi_apci_3501: move range_apci3501_ao to driverH Hartley Sweeten1-1/+8
2013-01-25staging: comedi: addi_apci_3501: reorder code a bitH Hartley Sweeten1-9/+9
2013-01-25staging: comedi: addi_apci_3501: start defining i/o mapH Hartley Sweeten1-11/+19
2013-01-25staging: comedi: addi_apci_3501: remove dependency on addi_common.hH Hartley Sweeten1-12/+14
2013-01-25staging: comedi: addi_apci_3501: only allocate needed subdevicesH Hartley Sweeten1-19/+10
2013-01-25staging: comedi: addi_apci_3501: remove boardinfoH Hartley Sweeten1-38/+1