projects
/
comedi.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
comedi.git
2007-11-08
Ian Abbott
Spelling correction in Description: line.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-07
Ian Abbott
Fix for 2.6.10 and earlier. Rename comedi_compat_ioctl...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-07
Ian Abbott
Removed a stray comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-07
Ian Abbott
Make sure 32-bit ioctl handler for <= 2.6.10 kernel...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-07
Ian Abbott
Support 32-bit ioctl calls on 64-bit kernel (CONFIG_COM...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-05
Ian Abbott
Replaced INSN_CONFIG_8254_SET_MODE with INSN_CONFIG_SET...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-05
Ian Abbott
Inline fixes: define inline functions before calling...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-05
Ian Abbott
Made cfc_bytes_per_scan() 'static inline' instead of...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-04
Frank Mori...
Applied comedi_indent script to all source files.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-04
Frank Mori...
Removed some dead code that was causing errors in inden...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-04
Frank Mori...
Removed some dead code that confused the indent program.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-04
Frank Mori...
Removed a bit of ifdef'd out code that confuses the...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-04
Frank Mori...
Added wrapper around indent utility with options I...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-02
Ian Abbott
Security fix in comedi_buf_alloc() for non-DMA data...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-01
Ian Abbott
Sanitize resource types. Use new comedi_pci_enable...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-01
Ian Abbott
Removed tests for whether PCI device supports bus-maste...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-01
Ian Abbott
Removed kernel 2.2 and 2.4 compatibility.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-01
Ian Abbott
New wrapper functions in comedi/drivers/comedi_pci.h:
commit
|
commitdiff
|
tree
|
snapshot
2007-10-31
Ian Abbott
Check result of subdev_8255_init().
commit
|
commitdiff
|
tree
|
snapshot
2007-10-31
Ian Abbott
For PCI260(+) make subdevice 2 UNUSED instead of AO...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-31
Ian Abbott
Added pci230+ and pci260+. Currently they are treated...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-30
Ian Abbott
Untested compatibility fix for change to rt_task_init...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-30
Ian Abbott
#ifdef out floating point register stuff.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-29
Ian Abbott
Added PCI-DIO24 info supplied by Yoshiya Matsuzaka.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-29
Frank Mori...
Regenerated ChangeLog with "cvs2cl -t" for 0.7.75 release.
r0_7_75
commit
|
commitdiff
|
tree
|
snapshot
2007-10-28
Frank Mori...
Bumped version for 0.7.75 release
commit
|
commitdiff
|
tree
|
snapshot
2007-10-26
Frank Mori...
Fixed compile warning on amd64.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-25
Frank Mori...
Don't report bogus gate errors on 660x boards.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-25
Frank Mori...
Added enum for setting master clock of NI "frequency...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-25
Frank Mori...
Added subdevice for "frequency output" pin.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-25
Frank Mori...
Added check against maxdata for write instructions.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-24
Frank Mori...
Each comedi_async struct should have its own wait_queue...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-24
Frank Mori...
Prevent glitches when transitioning from static control...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-24
Ian Abbott
Allocate non-DMA buffer pages using __get_free_page...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-22
Ian Abbott
Check dev->attached in interrupt routine.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-22
Ian Abbott
Some 64-bit fixes.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Frank Mori...
Fix from Torben Mikael Hansen <comedi_ns@linhard.dk...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Frank Mori...
Patch from Torben Mikael Hansen <comedi_ns@linhard...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Frank Mori...
Got rid of fragile checks of specific device ids in...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Ian Abbott
Some changes to deal with interrupts before device...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Frank Mori...
Added pci device id for pxi-6602.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Ian Abbott
Replaced kmalloc/memset sequence with kzalloc or kcalloc.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Ian Abbott
Replaced kmalloc/memset sequence with kzalloc or kcalloc.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Frank Mori...
Added support for scan_begin_src = TRIG_EXT on analog...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Frank Mori...
Ported to linux 2.6.23 pcmcia interface. Compiles,...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Frank Mori...
Ported to linux 2.6.23 pcmcia interface. Compiles,...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-16
Frank Mori...
Ported to linux 2.6.23 pcmcia interface. Compiles...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Frank Mori...
Updated to linux 2.6.23 pcmcia interface. Compiles...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Frank Mori...
Updated to 2.6.23 pcmcia interface. Compiles, otherwis...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Frank Mori...
More linux 2.6.23 pcmcia fixes.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Frank Mori...
Updated to 2.6.23 kernel pcmcia interface. It compiles...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-12
Frank Mori...
Pruned obsolete lseek code.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Ian Abbott
Added regshift parameter after base address in i8254_lo...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-30
Frank Mori...
Support DESTDIR for module install/uninstall.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-29
Frank Mori...
Fixed use of ai channels >= 64 on 6225. Based on patch...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-28
Frank Mori...
Eliminated the possibility of the ao dma channel gettin...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-14
Ian Abbott
Add slab.h compatibility header.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-14
Ian Abbott
Add kzalloc and kcalloc kernel compatibility functions.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-07
Ian Abbott
Corrected calculation of board name offset. Fixes...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-06
Frank Mori...
Change $(GREP) to $(EGREP), since we really only do...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-05
Frank Mori...
Added files I forgot to cvs add from patch by
commit
|
commitdiff
|
tree
|
snapshot
2007-09-04
Frank Mori...
Patch from Anders Blomdell <anders.blomdell@control...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Frank Mori...
Fixed some calculations of number of bytes per scan...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Ian Abbott
Sanity check drivers setting do_cmd without setting...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Frank Mori...
read acknowledges irq bit does have an effect on a...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Frank Mori...
Added interrupt handler and enabled interrupts. Added...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Frank Mori...
Fixed missing initialization of some counter registers...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Frank Mori...
Added enum for setting output routing of pfi pins on...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Frank Mori...
Fixed failure to unlock spinlock after locking it....
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Frank Mori...
Moved some interrupt enable/disable and interrupt handling
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Frank Mori...
Added comment describing purpose of comedi_set_hw_dev().
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Frank Mori...
Added support for dio write commands with NI M-series.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Frank Mori...
Disable all of a channel's interrupts when it is released.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Frank Mori...
NULL inttrig in do_become_nonbusy().
commit
|
commitdiff
|
tree
|
snapshot
2007-08-09
Frank Mori...
Check for stale data error on counter input command...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-09
Frank Mori...
Added bit definitions for NI m-series correlated dio...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-09
Frank Mori...
Added definitions for possible scan_begin_srcs on NI...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-09
Frank Mori...
NI counters don't really support stop_src TRIG_COUNT.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-09
Frank Mori...
Made mite_done() update done status by reading status...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-09
Frank Mori...
We need to use dma_free_coherent() instead of kfree...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-07
Frank Mori...
Set SRF_RUNNING and SRF_ERROR together atomically in...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-07
Frank Mori...
Ported allocation of mite dma rings to modern kernel...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-07
Frank Mori...
Set missing SDF_LSAMPL on NI GPCT subdevices. Made...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-06
Ian Abbott
Corrected pathname in file header comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-06
Ian Abbott
Moved description of configuration options so it will...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-06
Ian Abbott
Stripped file extension from 'Driver:' line. Most...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-06
Ian Abbott
Changed description line.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-02
Frank Mori...
Got rid of use of $(builddir), since it isn't defined...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Frank Mori...
Autogenerated ChangeLog with "cvs2cl -t"
r0_7_74
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Frank Mori...
Fix problems apparently caused by builddir not being...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Frank Mori...
Fixed "make uninstall". "make distcheck" passes now.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Ian Abbott
Removed third parameter of calls to comedi_event().
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Frank Mori...
Added some missing headers to distribution tarball...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Frank Mori...
Have "make install" respect configure prefix.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Frank Mori...
Fixed test for rpm program.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Frank Mori...
VPATH build works now.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Frank Mori...
Set SRF_RUNNING in runflags instead of SDF_RUNNING...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Ian Abbott
Don't bother running 'rpm -qa' to see whether querying...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Ian Abbott
Brought PCI resource handling up to scratch.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
Ian Abbott
Documented PCI bus/slot options.
commit
|
commitdiff
|
tree
|
snapshot
next