2007-07-27 |
Frank Mori... | Added read_register() and write_register() inline funct... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Ian Abbott | Moved s526_gpct_config and s526_ai_config into device... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Ian Abbott | Made s526_ports array const. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Ian Abbott | Constified ranges, board structures, and miscellaneous... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Ian Abbott | Change driver name from "dummy" to "mpc8260cpm". |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Ian Abbott | Fixed a few compiler warnings. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Ian Abbott | Turned off verbose kernel make output to make it easier... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Ian Abbott | INSN_CONFIG_GET_CLOCK_SRC now returns the period in... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Frank Mori... | Protected use of subdevice runflags with spinlock,... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Frank Mori... | Added mite_done() query to ask if mite channel is curre... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Ian Abbott | Removed include/linux/devfs_fs_kernel.h |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Frank Mori... | DMA works for input with buffered counting on e-series... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Ian Abbott | Clean Module.symvers in addition to Modules.symvers. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Ian Abbott | Add jr3_pci.h to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Ian Abbott | Generate comedi/comedi_kbuild.inc at configure time... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Ian Abbott | Add comedi_fops.h to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Ian Abbott | Corrected driver header comment for PCM-UIO96A (pcmuio96). |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Ian Abbott | Add pcmmio driver to Kbuild. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Ian Abbott | Handle removal of struct pt_regs * in 2.6.19 in same... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Frank Mori... | Added little sanity check for buffer overrun of gaindel... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Frank Mori... | Fixed problems with RTI_OVERRUN bit in ai read insn. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Frank Mori... | Got rid of unnecessary casts when initializing comedi_d... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Ian Abbott | Fix real-time interrupt handlers for 2.6.19. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Frank Mori... | Fixed devinfo ioctl for subdevice files (/dev/comediN_s... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Frank Mori... | Fixed compile warning. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Frank Mori... | Buffered counting with dma works now for m-series boards. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Frank Mori... | Added enum of digital PFI filters on m-series. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Frank Mori... | Had edge and level gating swapped |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Frank Mori... | Added support for reading/writing Gi_DMA_Status/Config... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Frank Mori... | Clear gpct mite interrupts. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Frank Mori... | Added buf_change functions for gpct subdevices. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Frank Mori... | Preserve state of Gi_DMA_Config register bits. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Frank Mori... | Put ni_gpct_device pointer in ni_gpct struct, so it... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Frank Mori... | Realized that "struct ni_gpct" needs to have a "ni_gpct... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Frank Mori... | Replaced magic numbers for subdevice indices with an... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Frank Mori... | Added some ack'ing of b interrupts, and do acks before... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Frank Mori... | Patch from Anders Blomdell <anders.blomdell@control... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Ian Abbott | Replaced direct memory accesses with I/O memory access... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Frank Mori... | New driver JR3/PCI force sensor board from Anders Blomdell |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Frank Mori... | Patch from Anders Blomdell <anders.blomdell@control... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Ian Abbott | Simplified plx9052.h and moved PCI236-specific bits... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Ian Abbott | Allow board-specific names to be used to configure... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Ian Abbott | Support PCI bus/slot configuration options. |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Ian Abbott | Don't bother reporting any unsupported Amplicon cards... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Ian Abbott | Added PCI bus/slot configuration options. Ignored... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Ian Abbott | Changed comedi driver_name to "contec_pci_dio". "dummy... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Ian Abbott | Replace pci_find_device with pci_get_device, and use... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Ian Abbott | Don't ignore return value of comedi_request_irq(). |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Ian Abbott | Update deprecated interrupt flags (SA_SHIRQ => IRQF_SHA... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Frank Mori... | A little more code intended to support counter commands... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Frank Mori... | Fixed disabling of interrupts in mite_setup(). |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Frank Mori... | Added a little more on how the ni windows drivers enabl... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Frank Mori... | Fixed burst mode on dma transfers on pxi-6281 |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Frank Mori... | Fixed spurious warnings about AO interrupts not being... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Frank Mori... | Got rid of comedi_subdevice.cmd_cleanup after some... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Frank Mori... | Take into account different number of dio channels... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Frank Mori... | Added board entry for PCIe-6251, based on device id... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Frank Mori... | Changed 6413 caldac types to ad8804_debug. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Frank Mori... | Added device id for pxi-6143 (patch from |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Ian Abbott | Applied patch from Calin A. Culianu for bug #254. ... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Frank Mori... | Added check against maximum ao update rate in analog... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Frank Mori... | Fixed check of maximum ai scan rate to take into accoun... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Frank Mori... | Added ao_speed board field for maximum analog output... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Frank Mori... | Tweaked order deallocations happen for an async buffer... |
commit | commitdiff | tree | snapshot |
2007-05-01 |
Frank Mori... | Fixed horrible grinding noises on mmap. |
commit | commitdiff | tree | snapshot |
2007-05-01 |
Frank Mori... | Be more careful about using all the write-allocated... |
commit | commitdiff | tree | snapshot |
2007-05-01 |
Frank Mori... | Don't set EOMEDI_CB_EOBUF event flag in comedi_buf_writ... |
commit | commitdiff | tree | snapshot |
2007-05-01 |
Frank Mori... | Handle stop_src TRIG_COUNT with more than one channel... |
commit | commitdiff | tree | snapshot |
2007-04-30 |
Frank Mori... | Mite channels 4 and 5 verified to work with m-series... |
commit | commitdiff | tree | snapshot |
2007-04-29 |
Frank Mori... | Allocate async buffer pages with dma_alloc_coherent... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Frank Mori... | Made it possible to request a mite channel from a speci... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Frank Mori... | Added some documentation of 32 bit dio port. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Frank Mori... | Changed request/release of mite channels to use mite_ch... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Frank Mori... | Got rid of useless include of mite.h. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Frank Mori... | Got rid of call to subdevice's buf_change callback... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Frank Mori... | Added support for a cmd_cleanup() callback on subdevice... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Frank Mori... | Added spinlock to mite_struct for mite_alloc_channel... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Frank Mori... | Made some changes to async buffer, to better accommodat... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Frank Mori... | Silenced warning from gcc 4.1.2 |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Frank Mori... | Silenced gcc 4.1.2 compile warning. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Frank Mori... | Fixed for warning produced by automake 1.10 |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Frank Mori... | ignore errors from kernel's make modules in all-local, to |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Frank Mori... | Fix from Navneet Kataria <nkataria@npcil.co.in> for... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Frank Mori... | Added support for configuring dio direction on NI 660x... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Frank Mori... | Bug fix from Edwin Steiner <edwin.steiner@gmx.net>: |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Frank Mori... | Only check if parse_insn returns a negative value. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Frank Mori... | Counters should start at subdevice 2, not 1 (was blowin... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Frank Mori... | New driver from "Calin A. Culianu" <calin@ajvar.org>: |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Frank Mori... | Patch from "Calin A. Culianu" <calin@ajvar.org>: |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Frank Mori... | Ported ni_660x.c to use counter support provided by... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Frank Mori... | Fixed some breaks that were supposed to break out of... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Frank Mori... | Fixed NI_GPCT_CLOCK_SRC_SELECT_MASK to allow for PFI... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Frank Mori... | fixed read of G_Status_Register for m-series. |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Frank Mori... | Ask board which load register will be used next, since... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Frank Mori... | Fixed reading of counters' hardware and software save... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Frank Mori... | Ported ni_mio_common.c to use ni_tio.c for NI general... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Frank Mori... | Changed value of NI_GPCT_DISABLED_GATE_SELECT so it... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Frank Mori... | Renamed INSN_CONFIG_RESET_COUNT to more general INSN_CO... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Frank Mori... | Added mode bit for selecting load a/b counter load... |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Frank Mori... | use $(MAKE) instead of make. This fixes the use of... |
commit | commitdiff | tree | snapshot |
next |