aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/amplc_dio200.c
AgeCommit message (Expand)Author
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-19staging: comedi: amplc_dio200: use comedi_legacy_detach()H Hartley Sweeten
2013-04-11staging: comedi: ampcl_dio200: use comedi_request_region()H Hartley Sweeten
2013-04-11staging: comedi: amplc_dio200: cleanup dev->board_name usageH Hartley Sweeten
2013-03-25staging: comedi: amplc_dio200: split into ISA, PCI and commonIan Abbott
2013-03-25staging: comedi: amplc_dio200: refactor dio200_handle_read_intr()Ian Abbott
2013-03-25staging: comedi: amplc_dio200: don't check bus-type in dio200_common_attach()Ian Abbott
2013-03-25staging: comedi: amplc_dio200: remove dio200_report_attach()Ian Abbott
2013-03-25staging: comedi: amplc_dio200: remove DIO200_DRIVER_NAMEIan Abbott
2013-03-25staging: comedi: amplc_dio200: set board_name before common attachIan Abbott
2013-03-25staging: comedi: amplc_dio200: dio200_common_attach() return 0Ian Abbott
2013-03-25staging: comedi: amplc_dio200: shrink struct dio200_subdev_intrIan Abbott
2013-03-25staging: comedi: amplc_dio200: embed board layout in board structureIan Abbott
2013-03-25staging: comedi: amplc_dio200: Simplify PCI board look-upIan Abbott
2013-03-25staging: comedi: amplc_dio200: don't check bus type in attachIan Abbott
2013-03-25staging: comedi: amplc_dio200: split dio200_boards[] into ISA & PCIIan Abbott
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe
2013-01-18Staging: Comedi: amplc_dio200: Fixed bracing issueJake Champlin
2012-11-21staging: comedi: remove use of __devexitBill Pemberton
2012-11-21staging: comedi: remove use of __devinitBill Pemberton
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton
2012-11-14staging: comedi: amplc_dio200: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMPLICONH Hartley Sweeten
2012-10-24staging: comedi: amplc_dio200: support multiple read/write of counterIan Abbott
2012-10-24staging: comedi: amplc_dio200: implement timer subdeviceIan Abbott
2012-10-24staging: comedi: amplc_dio200: add 32-bit register access functionsIan Abbott
2012-10-24staging: comedi: amplc_dio200: allow extra clock and gate sourcesIan Abbott
2012-10-24staging: comedi: amplc_dio200: enable enhanced features of PCIe boardsIan Abbott
2012-10-24staging: comedi: amplc_dio200: allow generation of PCIe interruptsIan Abbott
2012-10-24staging: comedi: amplc_dio200: support PCIe215, PCIe236 and PCIe296Ian Abbott
2012-10-24staging: comedi: amplc_dio200: add register shift to board infoIan Abbott
2012-10-24staging: comedi: amplc_dio200: add min register region size in boardIan Abbott
2012-10-24staging: comedi: amplc_dio200: add PCI BAR information to boardIan Abbott
2012-10-24staging: comedi: amplc_dio200: support memory-mapped I/OIan Abbott
2012-10-24staging: comedi: amplc_dio200: set dev->iobase before common attachIan Abbott
2012-10-24staging: comedi: amplc_dio200: use custom register access functionsIan Abbott
2012-10-24staging: comedi: amplc_dio200: internalize 8255 DIO implementationIan Abbott
2012-10-24staging: comedi: amplc_dio200: add functions to access 8254 countersIan Abbott
2012-10-24staging: comedi: amplc_dio200: use register offsets in subdevicesIan Abbott
2012-10-24staging: comedi: amplc_dio200: remove 'has_clk_gat_sce' from subdeviceIan Abbott
2012-10-24staging: comedi: amplc_dio200: add helpers to get board layoutIan Abbott
2012-10-24staging: comedi: amplc_dio200: rename struct dio200_layout_structIan Abbott