comedi.git
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...
2006-11-04 Frank Mori... Do 32 bit dma transfers for analog output.
2006-11-02 Frank Mori... Added some commented-out code for measuring speed of...
2006-11-02 Frank Mori... Fixed decode of write post fifo depth.
2006-11-01 Frank Mori... Added a couple more (unused_) bit definitions.
2006-11-01 Frank Mori... put COMEDI_INPUT, etc. in their own enum.
2006-11-01 Frank Mori... fixed hosing of ao_mode2 register.
2006-10-27 Frank Mori... Set AO_Number_Of_DAC_Packages bit for m-series.
2006-10-27 Frank Mori... check length of INSN_CONFIG_ANALOG_TRIG
2006-10-27 Frank Mori... Fixed setting of MSeries_AO_Update_Timed_Bit in ao...
2006-10-26 Frank Mori... Fixed waveform analog output on m-series, which I found...
2006-10-25 Frank Mori... Only try to initialize pfi output select registers...
2006-10-24 Frank Mori... Initialize pfi output select registers.
2006-10-24 Frank Mori... Implemented insn_bits for PFI subdevice with m-series...
2006-10-24 Frank Mori... Check length of INSN_BITS instructions in core.
2006-10-24 Frank Mori... Added support for configuring pfi routing on m-series...
2006-10-24 Frank Mori... m-series has 16 pfi lines instead of 10.
2006-10-24 Frank Mori... Fixed search for best pll multiplier/divisor
2006-10-24 Frank Mori... Added NI_EXT_PFI() and NI_EXT_RTSI() helper functions...
2006-10-24 Frank Mori... Minor updates to documentation comment block.
2006-10-23 Frank Mori... Added support for changing routing of signals to RTSI...
2006-10-21 Bernd PorrFixed two small bugs Ian Abbott pointed out. Ian Wrote:
2006-10-20 Frank Mori... Added missing offsets for RTSI register on m-series
2006-10-20 Frank Mori... Added support for INSN_CONFIG_GET_CLOCK_SRC
2006-10-19 Frank Mori... Added support for configuring external clock sources...
2006-10-19 Frank Mori... Added some more data length checks for config instructi...
2006-10-18 Frank Mori... fixed max PLL divisor/multiplier
2006-10-18 Frank Mori... Added some bit definitions to support the external...
2006-10-18 Frank Mori... Replaced a bunch of printk with RT-safe rt_printk
2006-10-18 Frank Mori... Added missing pci device ids using values provided...
2006-10-17 Frank Mori... Put in some guesses as to whether various boards should...
2006-10-17 Frank Mori... Reworked INSN_BITS to support dio subdevices with ...
2006-10-17 Frank Mori... Fixed insn_rw_emulate_bits() for reads when channel...
2006-10-17 Frank Mori... Fixed reversal of input/output when configuring dio...
2006-10-17 Frank Mori... Made insn_rw_emulate_bits() work for dio subdevice...
2006-10-16 Frank Mori... Added support for 6509, and other boards in family...
2006-10-16 Frank Mori... Gave board_name member of comedi_driver_struct a well...
2006-10-16 Frank Mori... Fixed a couple compile warnings.
2006-10-16 Frank Mori... Added pci device id for pxi-6509, fixed driver_name.
2006-10-15 Frank Mori... First pass at supporting 32 bit static dio on m-series...
2006-10-14 Frank Mori... Added contributor
2006-10-14 Frank Mori... New drivers from Jonathan Grierson <jd@renko.co.uk>:
2006-10-13 Frank Mori... Added support for pcie-629 and pxi-6281
2006-10-13 Frank Mori... White space changes.
2006-10-10 Frank Mori... Fixed up documentation comments.
2006-10-10 Frank Mori... New driver from Nickolay Petrov <nick@office.etersoft...
2006-10-10 Frank Mori... Mask off bogus high bits for m-series boards with 16...
2006-09-21 Frank Mori... New driver from Everett Wang <everteq@sbcglobal.net>:
2006-09-14 Frank Mori... Added GPL header.
2006-09-11 Frank Mori... Added SDF_PACKED subdevice flag.
2006-09-07 Frank Mori... Added SDF_SOFT_CALIBRATED subdevice flag.
2006-08-23 Frank Mori... fixed small chance of attempting to free an unallocated...
2006-08-23 Frank Mori... Install modules into "comedi" subdir instead of "extra...
2006-08-23 Frank Mori... Fixed irq argument to comedi_request_irq()
2006-08-22 Ian AbbottRenamed CLASS_DEVICE_CREATE to COMEDI_CLASS_DEVICE_CREA...
2006-08-21 Ian AbbottFix for SuSE 9.0 2.4.21 kernel. Simplify jiffies_to_ms...
2006-08-17 Frank Mori... m-series boards are unhappy if ai config fifo is empty...
2006-08-16 Frank Mori... 0.7.73 changes r0_7_73
2006-08-16 Frank Mori... bump version for 0.7.73
2006-08-16 Frank Mori... Fixed max ai speed for 628x boards.
2006-08-16 Frank Mori... Added bit definitions for m-series ai chanlist configur...
2006-08-16 Frank Mori... Use new m-series chanlist configuration for m-series...
2006-08-16 Frank Mori... Fixed bytes_per_sample to return correct value in lsamp...
2006-08-15 Frank Mori... Fix calculation of bytes per scan for 18-bit analog...
2006-08-15 Frank Mori... Fix rounding up of buffer size to integer multiple...
2006-08-14 Frank Mori... Bumped version for 0.7.72 r0_7_72
2006-08-14 Frank Mori... Added 0.7.72 changes, and fixed misspellings of Ian...
2006-08-14 Frank Mori... Added new contributor.
2006-08-14 Frank Mori... Added missing GPL headers.
2006-08-14 Frank Mori... New drivers from Pablo Mejia <pablo@cctechnol.com>:
2006-08-11 Ian AbbottRestore the old COPYING and INSTALL files after they...
2006-08-11 Ian AbbottUpdated 'Adding new drivers' section.
2006-08-11 Ian AbbottRemoved Documentation/Configure.help and Documentation...
2006-08-11 Ian AbbottMoved addi_data.c into EXTRA_DIST until the drivers...
2006-08-11 Ian AbbottSkipped obsolete tests and added some new ones.
2006-08-11 Ian AbbottCorrected a printk format string that I forgot to updat...
2006-08-11 Ian AbbottAdd 'Contributors' to EXTRA_DIST.
2006-08-11 Ian AbbottRemoved obsolete include/linux/kern_compat.h file.
2006-08-11 Ian AbbottDeleted obsolete Config.in files.
2006-08-11 Ian AbbottAdd Kbuild to EXTRA_DIST.
2006-08-11 Ian AbbottAdded some kernel compatability include files to EXTRA_...
2006-08-08 Frank Mori... Added missing include for linux/version.h
2006-08-08 Frank Mori... Added length checks for data array of INSN_CONFIG_ALT_S...
2006-08-07 Ian AbbottUsed pci_name() when printing PCI device location.
2006-08-07 Ian AbbottAdd compatibility function pci_name(pci_dev) for kernel...
2006-08-07 Ian AbbottCleaned up resource types. Used unsigned int for IRQs...
2006-08-07 Ian AbbottAdded linux/types.h compatibility header.
next