aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/amplc_pc236.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-30staging: comedi: amplc_pc236, amplc_pci236: get rid of bustypeIan Abbott1-1/+0
2014-07-30staging: comedi: amplc_pc236: split into ISA, PCI and common moduleIan Abbott1-351/+12
2014-07-30staging: comedi: amplc_pc236: add callback to check and clear interruptIan Abbott1-16/+24
2014-07-30staging: comedi: amplc_pc236: combine interrupt enable/disable functionsIan Abbott1-30/+7
2014-07-30staging: comedi: amplc_pc236: add callback to enable/disable interruptIan Abbott1-4/+14
2014-07-30staging: comedi: amplc_pc236: don't disable h/w interrupt on detach()Ian Abbott1-2/+0
2014-07-30staging: comedi: amplc_pc236: move static board dataIan Abbott1-12/+12
2014-07-27staging: comedi: amplc_pc236: set board_name before common attachIan Abbott1-2/+1
2014-07-27staging: comedi: amplc_pc236: remove PCI device ID macrosIan Abbott1-6/+2
2014-07-27staging: comedi: amplc_pc236: Simplify PCI board look-upIan Abbott1-25/+4
2014-07-27staging: comedi: amplc_pc236: don't check bus type in attachIan Abbott1-18/+8
2014-07-27staging: comedi: amplc_pc236: split pc236_boards[] into ISA & PCIIan Abbott1-11/+13
2014-07-27staging: comedi: amplc_pc236: remove 'model' memberIan Abbott1-4/+0
2014-07-27staging: comedi: amplc_pc236: absorb pc236_pci_common_attach()Ian Abbott1-17/+9
2014-07-27staging: comedi: amplc_pc236: no need to set hw_devIan Abbott1-2/+0
2014-07-27staging: comedi: amplc_pc236: no need to manipulate PCI ref countIan Abbott1-11/+0
2014-07-27staging: comedi: amplc_pc236: remove manual configuration of PCI boardsIan Abbott1-63/+9
2014-07-27staging: comedi: amplc_pc236: remove some boilerplate commentsIan Abbott1-21/+0
2014-07-27staging: comedi: amplc_pc236: reformat header commentsIan Abbott1-46/+46
2014-07-21staging: comedi: drivers: remove unnecessary DRIVER_NAME definesH Hartley Sweeten1-10/+6
2014-07-21staging: comedi: drivers: remove unnecessary *_SIZE definesH Hartley Sweeten1-4/+1
2014-07-16staging: comedi: amplc_pc236: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten1-0/+1
2014-07-16staging: comedi: amplc_pc236: checkpatch.pl cleanup (else after return)H Hartley Sweeten1-4/+4
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-1/+1
2014-04-22staging: comedi: drivers: properly validate cmd->scan_end_argH Hartley Sweeten1-1/+2
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten1-28/+2
2014-02-07staging: comedi: amplc_pc236: remove dev_err() message due to allocation failureH Hartley Sweeten1-3/+2
2013-12-06staging: comedi: amplc_pc236: use dev->read_subdevH Hartley Sweeten1-1/+1
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+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-4/+2
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten1-1/+0
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-19staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten1-2/+2
2013-04-19staging: comedi: drivers: use comedi_legacy_detach()H Hartley Sweeten1-2/+1
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten1-2/+1
2013-04-15staging: comedi: plx9052: tidy up the register definesH Hartley Sweeten1-20/+16
2013-04-11staging: comedi: ampcl_pc236: use comedi_request_region()H Hartley Sweeten1-22/+4
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-5/+3
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-4/+2
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-2/+3
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-0/+1
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe1-6/+1
2012-11-21staging: comedi: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: comedi: remove use of __devinitBill Pemberton1-2/+2
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-14staging: comedi: amplc_pc236: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-21/+6
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott1-6/+7