aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/amplc_dio200.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-265/+0
2020-07-25staging: comedi: amplc: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
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-05-31staging: comedi: amplc_dio200.c: reformat copyright commentIan Abbott1-18/+19
2014-08-16staging: comedi: amplc_dio200: remove dio200_common_detach()H Hartley Sweeten1-7/+1
2014-08-16staging: comedi: amplc_dio200.h: remove struct dio200_layout definitionH Hartley Sweeten1-42/+36
2014-08-16staging: comedi: amplc_dio200: tidy up comedi_driver declarationH Hartley Sweeten1-7/+7
2014-08-16staging: comedi: amplc_dio200: remove unnecessary local variableH Hartley Sweeten1-4/+1
2014-08-16staging: comedi: amplc_dio200: remove 'mainsize' from ISA boardinfoH Hartley Sweeten1-7/+1
2014-08-16staging: comedi: amplc_dio200: remove 'bustype' from boardinfoH Hartley Sweeten1-5/+0
2014-08-16staging: comedi: amplc_dio200: remove private dataH Hartley Sweeten1-5/+0
2014-07-30staging: comedi: amplc_dio200: use the comedi_device 'mmio' memberH Hartley Sweeten1-2/+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/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-19staging: comedi: amplc_dio200: use comedi_legacy_detach()H Hartley Sweeten1-7/+1
2013-04-11staging: comedi: ampcl_dio200: use comedi_request_region()H Hartley Sweeten1-23/+3
2013-04-11staging: comedi: amplc_dio200: cleanup dev->board_name usageH Hartley Sweeten1-1/+0
2013-03-25staging: comedi: amplc_dio200: split into ISA, PCI and commonIan Abbott1-1683/+37
2013-03-25staging: comedi: amplc_dio200: refactor dio200_handle_read_intr()Ian Abbott1-37/+40
2013-03-25staging: comedi: amplc_dio200: don't check bus-type in dio200_common_attach()Ian Abbott1-11/+4
2013-03-25staging: comedi: amplc_dio200: remove dio200_report_attach()Ian Abbott1-32/+7
2013-03-25staging: comedi: amplc_dio200: remove DIO200_DRIVER_NAMEIan Abbott1-9/+7
2013-03-25staging: comedi: amplc_dio200: set board_name before common attachIan Abbott1-1/+1
2013-03-25staging: comedi: amplc_dio200: dio200_common_attach() return 0Ian Abbott1-1/+1
2013-03-25staging: comedi: amplc_dio200: shrink struct dio200_subdev_intrIan Abbott1-7/+7
2013-03-25staging: comedi: amplc_dio200: embed board layout in board structureIan Abbott1-133/+96
2013-03-25staging: comedi: amplc_dio200: Simplify PCI board look-upIan Abbott1-60/+38
2013-03-25staging: comedi: amplc_dio200: don't check bus type in attachIan Abbott1-31/+15
2013-03-25staging: comedi: amplc_dio200: split dio200_boards[] into ISA & PCIIan Abbott1-81/+86
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-5/+4
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-8/+3
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-3/+3
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-6/+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
2013-01-18Staging: Comedi: amplc_dio200: Fixed bracing issueJake Champlin1-2/+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_dio200: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-28/+6
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott1-6/+7
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMPLICONH Hartley Sweeten1-1/+0
2012-10-24staging: comedi: amplc_dio200: support multiple read/write of counterIan Abbott1-10/+14
2012-10-24staging: comedi: amplc_dio200: implement timer subdeviceIan Abbott1-1/+144
2012-10-24staging: comedi: amplc_dio200: add 32-bit register access functionsIan Abbott1-0/+32
2012-10-24staging: comedi: amplc_dio200: allow extra clock and gate sourcesIan Abbott1-17/+61
2012-10-24staging: comedi: amplc_dio200: enable enhanced features of PCIe boardsIan Abbott1-0/+9
2012-10-24staging: comedi: amplc_dio200: allow generation of PCIe interruptsIan Abbott1-0/+48