amplc_dio200: Enable enhanced features of PCIe boards.
[comedi.git] / comedi / drivers / amplc_dio200.c
2012-05-28 Ian Abbottamplc_dio200: Enable enhanced features of PCIe boards.
2012-05-28 Ian Abbottamplc_dio200: Allow generation of PCIe interrupts.
2012-05-28 Ian Abbottamplc_dio200: Support PCIe215, PCIe236 and PCIe296.
2012-05-28 Ian Abbottamplc_dio200: Use register size in board stucture.
2012-05-28 Ian Abbottamplc_dio200: Add PCI BAR information to board structure.
2012-05-28 Ian Abbottamplc_dio200: Support memory-mapped I/O for PCI devices
2012-05-28 Ian Abbottamplc_dio200: Use custom register access functions
2012-05-28 Ian Abbottamplc_dio200: Add inline functions to access 8254 counter
2012-05-28 Ian Abbottamplc_dio200: Internalize 8255 DIO subdevice implementation
2012-05-28 Ian Abbottamplc_dio200: Use offsets from base address in subdevice
2012-05-28 Ian Abbottamplc_dio200: Eliminate 'has_int_sce' from 'dio200_subd...
2012-05-28 Ian Abbottamplc_dio200: Eliminate 'has_clk_gat_sce' from 'dio200_...
2012-05-28 Ian Abbottamplc_dio200: Pass device and subdevice to clock/gate...
2012-01-17 Ian Abbottamplc_dio200: Fix harmless typo in 8254 subdevice cleanup
2011-12-15 Ian Abbottamplc_dio200: don't access *data when insn->n == 0
2010-03-24 Ian Abbottamplc_dio200: Protect access to counter subdevices...
2008-10-22 Ian AbbottSupport autoconfiguration of PCI devices in some Amplic...
2008-10-21 Frank Mori HessConverted all pci drivers to use COMEDI_PCI_INITCLEANUP...
2008-04-28 Ian AbbottUse DEFINE_PCI_DEVICE_TABLE() macro to declare PCI...
2008-04-18 Ian AbbottDon't tag module device tables with '__devinitdata'.
2008-04-10 Ian AbbottAllow Comedi to be built without PCI drivers. The PCI...
2007-12-03 Ian AbbottReport error event when command stopped due to buffer...
2007-12-03 Ian AbbottAvoid setting s->async->inttrig to NULL in interrupt...
2007-11-05 Ian AbbottReplaced INSN_CONFIG_8254_SET_MODE with INSN_CONFIG_SET...
2007-11-04 Frank Mori HessApplied comedi_indent script to all source files.
2007-11-01 Ian AbbottNew wrapper functions in comedi/drivers/comedi_pci.h:
2007-10-22 Ian AbbottCheck dev->attached in interrupt routine.
2007-10-18 Ian AbbottSome changes to deal with interrupts before device...
2007-10-17 Ian AbbottReplaced kmalloc/memset sequence with kzalloc or kcalloc.
2007-10-11 Ian AbbottAdded regshift parameter after base address in i8254_lo...
2007-08-06 Ian AbbottStripped file extension from 'Driver:' line. Most...
2007-08-06 Ian AbbottChanged description line.
2007-07-27 Frank Mori HessGot rid of useless 3rd parameter of comedi_event().
2007-07-27 Ian AbbottConstified ranges, board structures, and miscellaneous...
2007-07-27 Ian AbbottINSN_CONFIG_GET_CLOCK_SRC now returns the period in...
2007-07-16 Frank Mori HessGot rid of unnecessary casts when initializing comedi_d...
2007-06-27 Ian AbbottUpdate deprecated interrupt flags (SA_SHIRQ => IRQF_SHA...
2006-12-12 Frank Mori HessFixed interrupt handler prototypes for all drivers...
2006-12-08 Frank Mori HessAdded additional field to INSN_CONFIG_SET/GET_GATE_SRC...
2006-11-15 Frank Mori HessAdded support for generating a seperate device file...
2006-10-19 Frank Mori HessAdded some more data length checks for config instructi...
2006-10-16 Frank Mori HessGave board_name member of comedi_driver_struct a well...
2006-08-07 Ian AbbottUsed pci_name() when printing PCI device location.
2006-08-07 Ian AbbottCleaned up resource types. Used unsigned int for IRQs...
2006-06-11 Frank Mori HessMore pci fixes.
2006-06-11 Frank Mori HessPatch from abbotti@mev.co.uk (Ian Abbott). Note, I...
2005-10-16 Frank Mori HessPatch from abbotti@mev.co.uk (Ian Abbott):
2005-10-06 David Schleefmerge branch-0_7 back to HEAD
2005-03-03 Frank Mori Hesspatch from Ian Abbott <abbotti@mev.co.uk>:
2005-02-27 Frank Mori Hesspatch from Ian Abbot <abbotti@mev.co.uk>:
2005-02-17 Frank Mori Hessnew driver from Ian Abbott <abbotti@mev.co.uk>