comedi.git
2007-07-05 Ian AbbottReplaced direct memory accesses with I/O memory access...
2007-07-03 Frank Mori... New driver JR3/PCI force sensor board from Anders Blomdell
2007-06-28 Frank Mori... Patch from Anders Blomdell <anders.blomdell@control...
2007-06-27 Ian AbbottSimplified plx9052.h and moved PCI236-specific bits...
2007-06-27 Ian AbbottAllow board-specific names to be used to configure...
2007-06-27 Ian AbbottSupport PCI bus/slot configuration options.
2007-06-27 Ian AbbottDon't bother reporting any unsupported Amplicon cards...
2007-06-27 Ian AbbottAdded PCI bus/slot configuration options. Ignored...
2007-06-27 Ian AbbottChanged comedi driver_name to "contec_pci_dio". "dummy...
2007-06-27 Ian AbbottReplace pci_find_device with pci_get_device, and use...
2007-06-27 Ian AbbottDon't ignore return value of comedi_request_irq().
2007-06-27 Ian AbbottUpdate deprecated interrupt flags (SA_SHIRQ => IRQF_SHA...
2007-06-22 Frank Mori... A little more code intended to support counter commands...
2007-06-18 Frank Mori... Fixed disabling of interrupts in mite_setup().
2007-06-15 Frank Mori... Added a little more on how the ni windows drivers enabl...
2007-06-15 Frank Mori... Fixed burst mode on dma transfers on pxi-6281
2007-06-13 Frank Mori... Fixed spurious warnings about AO interrupts not being...
2007-06-13 Frank Mori... Got rid of comedi_subdevice.cmd_cleanup after some...
2007-06-11 Frank Mori... Take into account different number of dio channels...
2007-06-07 Frank Mori... Added board entry for PCIe-6251, based on device id...
2007-06-07 Frank Mori... Changed 6413 caldac types to ad8804_debug.
2007-06-07 Frank Mori... Added device id for pxi-6143 (patch from
2007-05-24 Ian AbbottApplied patch from Calin A. Culianu for bug #254. ...
2007-05-08 Frank Mori... Added check against maximum ao update rate in analog...
2007-05-02 Frank Mori... Fixed check of maximum ai scan rate to take into accoun...
2007-05-02 Frank Mori... Added ao_speed board field for maximum analog output...
2007-05-02 Frank Mori... Tweaked order deallocations happen for an async buffer...
2007-05-01 Frank Mori... Fixed horrible grinding noises on mmap.
2007-05-01 Frank Mori... Be more careful about using all the write-allocated...
2007-05-01 Frank Mori... Don't set EOMEDI_CB_EOBUF event flag in comedi_buf_writ...
2007-05-01 Frank Mori... Handle stop_src TRIG_COUNT with more than one channel...
2007-04-30 Frank Mori... Mite channels 4 and 5 verified to work with m-series...
2007-04-29 Frank Mori... Allocate async buffer pages with dma_alloc_coherent...
2007-04-26 Frank Mori... Made it possible to request a mite channel from a speci...
2007-04-26 Frank Mori... Added some documentation of 32 bit dio port.
2007-04-26 Frank Mori... Changed request/release of mite channels to use mite_ch...
2007-04-26 Frank Mori... Got rid of useless include of mite.h.
2007-04-26 Frank Mori... Got rid of call to subdevice's buf_change callback...
2007-04-26 Frank Mori... Added support for a cmd_cleanup() callback on subdevice...
2007-04-19 Frank Mori... Added spinlock to mite_struct for mite_alloc_channel...
2007-04-19 Frank Mori... Made some changes to async buffer, to better accommodat...
2007-04-19 Frank Mori... Silenced warning from gcc 4.1.2
2007-04-19 Frank Mori... Silenced gcc 4.1.2 compile warning.
2007-04-19 Frank Mori... Fixed for warning produced by automake 1.10
2007-04-19 Frank Mori... ignore errors from kernel's make modules in all-local, to
2007-03-18 Frank Mori... Fix from Navneet Kataria <nkataria@npcil.co.in> for...
2007-02-26 Frank Mori... Added support for configuring dio direction on NI 660x...
2007-02-21 Frank Mori... Bug fix from Edwin Steiner <edwin.steiner@gmx.net>:
2007-02-05 Frank Mori... Only check if parse_insn returns a negative value.
2007-02-01 Frank Mori... Counters should start at subdevice 2, not 1 (was blowin...
2007-01-31 Frank Mori... New driver from "Calin A. Culianu" <calin@ajvar.org>:
2007-01-24 Frank Mori... Patch from "Calin A. Culianu" <calin@ajvar.org>:
2007-01-12 Frank Mori... Ported ni_660x.c to use counter support provided by...
2007-01-08 Frank Mori... Fixed some breaks that were supposed to break out of...
2007-01-08 Frank Mori... Fixed NI_GPCT_CLOCK_SRC_SELECT_MASK to allow for PFI...
2007-01-08 Frank Mori... fixed read of G_Status_Register for m-series.
2007-01-08 Frank Mori... Ask board which load register will be used next, since...
2007-01-05 Frank Mori... Fixed reading of counters' hardware and software save...
2007-01-05 Frank Mori... Ported ni_mio_common.c to use ni_tio.c for NI general...
2007-01-05 Frank Mori... Changed value of NI_GPCT_DISABLED_GATE_SELECT so it...
2007-01-05 Frank Mori... Renamed INSN_CONFIG_RESET_COUNT to more general INSN_CO...
2007-01-05 Frank Mori... Added mode bit for selecting load a/b counter load...
2006-12-29 Frank Mori... use $(MAKE) instead of make. This fixes the use of...
2006-12-20 Frank Mori... Calculate clock period taking into account prescaling.
2006-12-20 Frank Mori... Added declaration for ni_tio_init_counter()
2006-12-19 Frank Mori... Added support for hardware arming of counters, and set
2006-12-19 Frank Mori... Added declaration of comedi_mark_buffer_written().
2006-12-19 Frank Mori... Added missing export of comedi_mark_buffer_written...
2006-12-19 Frank Mori... defines from comedi's config.h in the top-level comedi...
2006-12-15 Frank Mori... Added support for x2 prescaling on ni general-purpose...
2006-12-15 Frank Mori... Added INSN_CONFIG_RESET_COUNT
2006-12-14 Frank Mori... Added ni_tio_init_counter(), and exported some symbols.
2006-12-14 Frank Mori... Made setting of gate sources more uniform across differ...
2006-12-12 Frank Mori... Fixed interrupt handler prototypes for all drivers...
2006-12-12 Frank Mori... Added PT_REGS_ARG macro to deal with change to interrup...
2006-12-11 Frank Mori... Made setting of counter clock source more uniform acros...
2006-12-08 Frank Mori... First pass at consistent support for NI general-purpose...
2006-12-08 Frank Mori... Added additional field to INSN_CONFIG_SET/GET_GATE_SRC...
2006-12-06 Bernd PorrThe flag SDF_CMD_READ was missing which gave the error...
2006-12-06 Frank Mori... Added missing include of linux/version.h
2006-12-05 Bernd PorrRemoved the boolean definition from the driver and...
2006-12-05 Bernd PorrMoved the boolean definition from the driver files...
2006-12-05 Bernd PorrFrom 2.6.19 config.h is no longer needed. Added an...
2006-12-04 Bernd PorrAdded external trigger support to the driver.
2006-12-04 Bernd PorrFrom 2.6.19 the pointer to the completion function...
2006-11-29 Frank Mori... Minor update to documentation comments.
2006-11-20 Frank Mori... Mite byte-swapping bits seem to be associated with...
2006-11-20 Frank Mori... Fixed possibile failures to decrement module use count...
2006-11-20 Frank Mori... Differentiate between 622x, 625x, and 628x m-series...
2006-11-17 Frank Mori... Figured out what a couple bits in the mite channel...
2006-11-17 Frank Mori... Don't assume class_device has a devt member.
2006-11-16 Frank Mori... Changed some ad8804 caldac types to ad8804_debug
2006-11-15 Frank Mori... Added support for generating a seperate device file...
2006-11-13 Ian AbbottReplaced deprecated use of check_region().
2006-11-13 Ian AbbottFixed some C++-isms: mixed declarations and code.
2006-11-09 Frank Mori... Fixed oops caused by my giving comedi_driver.board_name...
2006-11-09 Frank Mori... Added dev_t to comedi_subdevice in preparation for...
2006-11-07 Frank Mori... Added init of ai static control reg for m series.
2006-11-07 Frank Mori... Updated comment about dma transfer width.
2006-11-06 Frank Mori... Blah, doing 32 pci transfers causes the channel order...
next