summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/amplc_dio200.c
AgeCommit message (Expand)Author
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
2012-10-24staging: comedi: amplc_dio200: rename enum dio200_layoutIan Abbott
2012-10-24staging: comedi: amplc_dio200: pass device to clock/gate configIan Abbott
2012-10-24staging: comedi: amplc_dio200: absorb dio200_pci_common_attach()Ian Abbott
2012-10-24staging: comedi: amplc_dio200: no need to set hw_devIan Abbott
2012-10-24staging: comedi: amplc_dio200: no need to manipulate PCI ref countIan Abbott
2012-10-24staging: comedi: amplc_dio200: remove manual configuration of PCI boardsIan Abbott
2012-10-24staging: comedi: amplc_dio200: reformat driver commentIan Abbott
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten
2012-09-05staging: comedi: amplc_dio200: remove subdevice pointer mathH Hartley Sweeten
2012-09-04Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman
2012-09-04staging: comedi: amplc_dio200: Fix PCI ref countIan Abbott
2012-08-15staging: comedi: amplc_dio200: replace macros with inline functionsIan Abbott
2012-08-14staging: comedi: amplc_dio200: add helper macros to check bus typeIan Abbott
2012-08-14staging: comedi: amplc_dio200: check bus type in detach routineIan Abbott
2012-08-14staging: comedi: amplc_dio200: abbreviate IS_ENABLED()Ian Abbott
2012-07-19staging: comedi: amplc_dio200: store the pci_dev in the comedi_deviceH Hartley Sweeten
2012-07-19staging: comedi: amplc_dio200: cleanup "find pci device" codeH Hartley Sweeten
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: remove the comed_alloc_subdevices "allocation failed" messagesH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-06-04staging: comedi: amplc_dio200: Add attach_pci() hookIan Abbott
2012-06-04staging: comedi: amplc_dio200: Remove thisboard, thislayout and devpriv macrosIan Abbott
2012-06-04staging: comedi: amplc_dio200: Change return type of dio200_find_pci()Ian Abbott
2012-06-04staging: comedi: amplc_dio200: Replace printk callsIan Abbott
2012-06-04staging: comedi: amplc_dio200: Remove forward function declarationsIan Abbott
2012-06-04staging: comedi: amplc_dio200: Use module_comedi_{pci,}_driver()Ian Abbott
2012-06-04staging: comedi: amplc_dio200: Use IS_ENABLED()Ian Abbott
2012-06-04staging: comedi: remove private header comedi_pci.hH Hartley Sweeten
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott
2012-04-10staging: comedi: amplc_dio200: separately configure ISA and PCIIan Abbott
2011-11-26staging/comedi/amplc: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID ...Peter Huewe
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas
2010-06-04Staging: comedi: amplc_dio200: Protect counter subdevice with spinlockIan Abbott