aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/addi-data/hwdrv_apci1500.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-25staging: comedi: addi_apci_1500: rewrite the subdevice support functionsH Hartley Sweeten1-1620/+0
2015-01-09staging: comedi: addi_apci_1500: handle shared interruptH Hartley Sweeten1-91/+80
2015-01-09staging: comedi: addi_apci_1500: remove APCI1500_ADDRESS_RANGEH Hartley Sweeten1-3/+0
2015-01-09staging: comedi: addi_apci_1500: tidy up PCI Bar 2 register mapH Hartley Sweeten1-13/+8
2015-01-09staging: comedi: addi_apci_1500: rename private data 'i_IobaseAddon'H Hartley Sweeten1-12/+8
2015-01-09staging: comedi: addi_apci_1500: use amcc_s5933.h definesH Hartley Sweeten1-10/+11
2015-01-09staging: comedi: addi_apci_1500: remove private data 'iobase'H Hartley Sweeten1-14/+11
2015-01-09staging: comedi: addi_apci_1500: tidy up PCI Bar 1 register mapH Hartley Sweeten1-23/+12
2015-01-09staging: comedi: hwdrv_apci1500: introduce z8536_reset()H Hartley Sweeten1-116/+72
2015-01-09staging: comedi: hwdrv_apci1500: introduce z8536_write()H Hartley Sweeten1-809/+250
2015-01-09staging: comedi: hwdrv_apci1500: introduce z8536_read()H Hartley Sweeten1-164/+58
2014-10-29staging: comedi: addi_apci_1500: separate from addi_common.hH Hartley Sweeten1-12/+12
2014-10-29staging: comedi: addi_common.c: remove v_ADDI_Interrupt()H Hartley Sweeten1-1/+3
2014-09-08staging: comedi: hwdrv_apci1500: use dev->class_dev in calls to dev_warn()Chase Southwood1-52/+52
2014-09-02staging: comedi: hwdrv_apci1500: miscellaneous cleanupChase Southwood1-10/+9
2014-09-02staging: comedi: hwdrv_apci1500: clean some whitespace style issuesChase Southwood1-90/+49
2014-09-02staging: comedi: hwdrv_apci1500: remove commented out codeChase Southwood1-126/+123
2014-09-02staging: comedi: hwdrv_apci1500: remove unneeded bracesChase Southwood1-18/+12
2014-07-17staging: comedi: hwdrv_apci1500: remove use of comedi_error()H Hartley Sweeten1-3/+4
2014-03-17Staging: Comedi: addi-data: Clean up function commentsFred Akers1-375/+88
2014-03-17Staging: comedi: addi-data: Fix long CamelCase function namesFred Akers1-52/+54
2014-03-08Staging: comedi: do not initialize statics to 0 (apci1500)Conrad Meyer1-11/+11
2014-03-08Staging: comedi: Kill comment art in hwdrv_apci1500.cConrad Meyer1-452/+0
2014-03-08Staging: comedi: Fix some raw printks with dev_warn()Conrad Meyer1-59/+107
2014-03-08Staging: comedi: Fix 80-char line limit style issue in addi_apci_1500.cConrad Meyer1-10/+8
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-4/+0
2012-11-13staging: comedi: addi_apci_1500: fix digital input 'insn_bits' functionH Hartley Sweeten1-73/+5
2012-10-31staging: comedi: hwrdv_apci1500: absorb private headerH Hartley Sweeten1-1/+99
2012-10-22staging: comedi: addi-data: remove devpriv macroH Hartley Sweeten1-1/+18
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-09-26staging: update web addresses in stagingJustin P. Mattock1-1/+1
2010-09-04staging/trivial: fix typos concerning "access"Uwe Kleine-König1-1/+1
2010-05-11Staging: comedi: hwdrv_apci1500.c: sparse static cleanupsGreg Kroah-Hartman1-39/+55
2010-03-03staging: Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2009-12-11Staging: comedi: addi-data: Cleanup redundant tests on unsignedRoel Kluin1-1/+1
2009-06-19Staging: comedi: Remove parens around return valuesBill Pemberton1-1/+1
2009-06-19Staging: Comedi: change space indentation to tabsBill Pemberton1-57/+57
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-23/+23
2009-06-19Staging: comedi: remove C99 comments in hwdrv_apci1500.cBill Pemberton1-168/+168
2009-06-19Staging: comedi: Remove UINT and *PUINT typedefs in addi-dataBill Pemberton1-18/+18
2009-06-19Staging: comedi: Remove INT and *PINT typedefs in addi-dataBill Pemberton1-5/+5
2009-04-03Staging: comedi: Remove use of VOID typedef in addi-dataBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-28/+28
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-28/+28
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-36/+36
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-31/+31
2009-04-03Staging: comedi: add addi-data driversADDI-DATA GmbH1-0/+3045