m4/as-linux.m4: don't use backported pcmcia_loop_tuple()
[comedi.git] / include /
2013-03-21 Ian Abbottinclude/linux/comedi.h: declare enum comedi_digital_trig_op
2013-03-21 Ian Abbottinclude/linux/comedi.h: unindent by one tab
2013-02-11 Ian AbbottAdd linux/init.h compatibility header.
2012-05-31 Ian Abbottinclude/linux/firmware.h: Check for FW_ACTION_HOTPLUG.
2012-05-31 Ian AbbottDeal with Red Hat backporting request_firmware_nowait...
2012-05-31 Ian Abbottinclude/linux/firmware.h: Define COMEDI_RELEASE_FIRMWAR...
2012-05-28 Ian Abbottcomedi.h: Add clock sources for Amplicon timer subdevice.
2012-05-28 Ian Abbottamplc_dio200: Allow extra clock and gate sources for...
2012-04-16 W. Trevor Kingcomedi.h: COMEDI_CB_EOA is also used to report end...
2012-04-02 Ian AbbottReplace <asm/system.h> with <asm/barrier.h>
2012-02-20 Ian AbbottUse 'bool' type for 'bool' module parameters, if supported.
2012-01-19 Ian AbbottTag user memory pointers with __user.
2012-01-19 Ian Abbottlinux/compiler.h: Define __user and __iomem if missing.
2011-09-05 Ian AbbottFix warnings about including deprecated <linux/config.h>
2011-09-05 Ian AbbottDeal with backported bool type for RHEL5's 2.6.18 kernel
2011-03-03 Ian AbbottAdd #include <linux/version.h> to include/asm/uaccess.h
2010-07-26 Ian AbbottCompatibility header for <linux/semaphore.h>. Just...
2010-03-24 Ian AbbottThe 'open' method in struct comedi_device_struct now...
2010-03-15 Ian AbbottPrototype of request_firmware_nowait() changed in 2...
2009-11-26 Bernd Porrremoved "deprecated" from the define COMEDI_CB_BLOCK...
2009-11-17 Bernd PorrFixed an issue with jiffies vs miliseconds for the...
2009-06-02 Ian AbbottMade sysfs attribute code compatible with earlier kernels.
2009-05-11 Ian AbbottAdd strict_strtoX() compatibilty functions for kernel...
2009-04-06 Frank Mori HessCan't rely on pte_offset_kernel being a macro on newer...
2009-04-06 Frank Mori Hess2.6.30 kernel won't define IRQ_NONE as a macro.
2009-01-30 Ian AbbottUse explicit value for enumerated constant INSN_CONFIG_...
2009-01-06 Ian AbbottPCMCIA changes for compatibility with 2.6.28 kernel.
2008-12-15 Frank Mori HessAdded some validation of comedi module parameter values.
2008-12-08 Bernd PorrRemoved the constant for the legacy minors
2008-10-22 Ian AbbottRenamed comedi_driver##_pci to comedi_driver##_pci_driv...
2008-10-22 Ian AbbottFix for 2.6.27 kernel: device_create_result_type wasn...
2008-10-21 Frank Mori HessConverted all pci drivers to use COMEDI_PCI_INITCLEANUP...
2008-10-21 Frank Mori HessAdded COMEDI_PCI_INITCLEANUP to facilitate conversion...
2008-10-20 Frank Mori HessFixed up device_create call for auto-probed device...
2008-10-16 Frank Mori HessAdded support for udev/sysfs to core and ni_pcimio...
2008-09-16 Frank Mori HessFixed problem with reporting of insn_bits support duw...
2008-09-16 Frank Mori HessAdded insn_bits_supported field to subdevice info ioctl...
2008-08-15 Frank Mori Hessdevice_create is not fully functional in linux 2.6.18.
2008-08-05 Ian AbbottParameters of device_create() changed in 2.6.27-rc1...
2008-07-17 Ian AbbottAdded an explanatory comment for the device_create...
2008-07-15 Ian Abbott'struct class_device' removed from 2.6.26 kernel, so...
2008-05-24 Frank Mori HessFixed configure check for linux/mutex.h
2008-04-28 Ian AbbottAdd compatibility for DEFINE_PCI_DEVICE_TABLE() macro.
2008-04-18 Ian AbbottAdded __module_get() compatibility (just in case we...
2008-04-11 Ian AbbottChanged condition for including <asm/bug.h>.
2008-04-11 Ian AbbottChanged linux/kref.h compatibility header to make the...
2008-03-28 Frank Mori HessAdded INSN_CONFIG_GET_HARDWARE_BUFFER_SIZE and implemen...
2008-03-28 Frank Mori HessChanged INSN_GET_PWM_STATUS to INSN_CONFIG_GET_PWM_STATUS.
2008-01-13 Bernd PorrAdded a proper PWM subdevice for comedi.
2007-12-12 Ian AbbottUse unlocked_ioctl file operation instead of ioctl...
2007-12-12 Ian AbbottAdded compatibility header for <linux/mutex.h>.
2007-12-05 Ian AbbottIf comedi_switch_to_rt() is a macro it should stil...
2007-12-05 Ian AbbottUse per-subdevice spin-lock instead of big_comedi_lock...
2007-12-04 Ian AbbottDefine mmiowb() macro if necessary.
2007-12-04 Ian AbbottNo need to define kcalloc() compatibility function...
2007-11-30 Ian AbbottAdded enums for Amplicon DIO card clock and gate sources.
2007-11-27 Ian AbbottRTAI support was broken in comedi-0.7.75 due to missing...
2007-11-04 Frank Mori HessApplied comedi_indent script to all source files.
2007-10-25 Frank Mori HessAdded enum for setting master clock of NI "frequency...
2007-10-24 Frank Mori HessEach comedi_async struct should have its own wait_queue...
2007-10-17 Ian AbbottReplaced kmalloc/memset sequence with kzalloc or kcalloc.
2007-10-16 Frank Mori HessAdded support for scan_begin_src = TRIG_EXT on analog...
2007-09-14 Ian AbbottAdd slab.h compatibility header.
2007-09-14 Ian AbbottAdd kzalloc and kcalloc kernel compatibility functions.
2007-08-17 Frank Mori HessAdded enum for setting output routing of pfi pins on...
2007-08-15 Frank Mori HessAdded comment describing purpose of comedi_set_hw_dev().
2007-08-13 Frank Mori HessAdded support for dio write commands with NI M-series.
2007-08-09 Frank Mori HessAdded definitions for possible scan_begin_srcs on NI...
2007-08-07 Frank Mori HessPorted allocation of mite dma rings to modern kernel...
2007-08-01 Frank Mori HessAdded some missing headers to distribution tarball...
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-26 Frank Mori HessProtected use of subdevice runflags with spinlock,...
2007-07-24 Ian AbbottRemoved include/linux/devfs_fs_kernel.h
2007-07-16 Frank Mori HessGot rid of unnecessary casts when initializing comedi_d...
2007-07-16 Ian AbbottFix real-time interrupt handlers for 2.6.19.
2007-07-16 Frank Mori HessFixed devinfo ioctl for subdevice files (/dev/comediN_s...
2007-07-13 Frank Mori HessBuffered counting with dma works now for m-series boards.
2007-07-12 Frank Mori HessAdded enum of digital PFI filters on m-series.
2007-06-28 Frank Mori HessPatch from Anders Blomdell <anders.blomdell@control...
2007-06-27 Ian AbbottUpdate deprecated interrupt flags (SA_SHIRQ => IRQF_SHA...
2007-06-13 Frank Mori HessGot rid of comedi_subdevice.cmd_cleanup after some...
2007-05-01 Frank Mori HessBe more careful about using all the write-allocated...
2007-04-29 Frank Mori HessAllocate async buffer pages with dma_alloc_coherent...
2007-04-26 Frank Mori HessAdded support for a cmd_cleanup() callback on subdevice...
2007-04-19 Frank Mori HessMade some changes to async buffer, to better accommodat...
2007-02-26 Frank Mori HessAdded support for configuring dio direction on NI 660x...
2007-01-08 Frank Mori HessFixed NI_GPCT_CLOCK_SRC_SELECT_MASK to allow for PFI...
2007-01-05 Frank Mori HessChanged value of NI_GPCT_DISABLED_GATE_SELECT so it...
2007-01-05 Frank Mori HessRenamed INSN_CONFIG_RESET_COUNT to more general INSN_CO...
2007-01-05 Frank Mori HessAdded mode bit for selecting load a/b counter load...
2006-12-19 Frank Mori HessAdded support for hardware arming of counters, and set
2006-12-19 Frank Mori HessAdded declaration of comedi_mark_buffer_written().
2006-12-19 Frank Mori Hessdefines from comedi's config.h in the top-level comedi...
2006-12-15 Frank Mori HessAdded support for x2 prescaling on ni general-purpose...
2006-12-15 Frank Mori HessAdded INSN_CONFIG_RESET_COUNT
2006-12-14 Frank Mori HessMade setting of gate sources more uniform across differ...
2006-12-12 Frank Mori HessAdded PT_REGS_ARG macro to deal with change to interrup...
2006-12-11 Frank Mori HessMade setting of counter clock source more uniform acros...
2006-12-08 Frank Mori HessFirst pass at consistent support for NI general-purpose...
next