Tue, 30 Nov 2010 15:24:21 +0100 Florian Pose Added ecrt_master_reset() method.
Mon, 06 Dec 2010 11:42:48 +0100 Martin Troxler Inplace I/O bug: correct domain tx-size when tx-size of input and output fmmu is different.
Tue, 30 Nov 2010 07:37:09 +0100 Martin Troxler fixed compiling without EC_HAVE_CYCLES (dc_jiffies_app_start_time)
Mon, 29 Nov 2010 08:18:11 +0100 Martin Troxler Minor 64bit improvements (use %zu when formatting size_t values in printk)
Mon, 29 Nov 2010 08:15:57 +0100 Martin Troxler fixed ioctl codes, increased ioctl version magic
Sat, 27 Nov 2010 17:02:54 +0100 Martin Troxler Merged
Fri, 26 Nov 2010 11:23:19 +0100 Martin Troxler Re-enabled waiting for clock synchronity before setting dc offsets. (changeset b0dcdfbd4238)
Fri, 26 Nov 2010 10:33:55 +0100 Martin Troxler fixed race when calculating DC offsets and start times due to ec_slave_config_attach: removed obsolete request to change slave state to OP.
Mon, 22 Nov 2010 09:53:43 +0100 Martin Troxler renamed dc_cycles_app_time -> dc_cycles_app_start_time & dc_jiffies_app_time -> dc_jiffies_app_start_time
Mon, 22 Nov 2010 09:09:23 +0100 Martin Troxler Idle thread considers fsm step prepared by Op-thread (Otherwise some state changes may get lost)
Mon, 22 Nov 2010 08:50:34 +0100 Martin Troxler use app_start_time for initial DC offset calculation because app_time might be overwritten while calculating the offsets.
Tue, 16 Nov 2010 15:32:27 +0100 Martin Troxler Use ESC port order (0-3-1-2) for bus topology and DC delay calculation
Tue, 09 Nov 2010 11:12:35 +0100 Martin Troxler hg ignored debuild.log
Thu, 04 Nov 2010 09:32:58 +0100 Christoph Mathys Added e1000 port for 2.6.31
Mon, 18 Oct 2010 10:45:07 +0200 Martin Troxler merged
Mon, 18 Oct 2010 10:30:57 +0200 Martin Troxler Inplace I/O: prevent pairing with already paired fmmus
Fri, 23 Jul 2010 17:06:12 +0200 Christoph Mathys Added 8139too driver for 2.6.33
Fri, 23 Jul 2010 15:59:14 +0200 Christoph Mathys Added e1000 driver for 2.6.33
Wed, 07 Jul 2010 14:24:35 +0200 Dominik Staubli foe: size of filename truncated to 31 chars and null-terminated
Wed, 12 May 2010 15:07:13 +0200 Martin Troxler Disabled waiting for clock synchronity before setting dc offsets
Tue, 11 May 2010 13:57:58 +0200 Martin Troxler merged
Fri, 07 May 2010 15:26:26 +0200 Martin Troxler Merged
Fri, 07 May 2010 15:25:55 +0200 Martin Troxler Improved distributed clock offset calculation to speed-up initial drift compensation
Fri, 07 May 2010 15:16:14 +0200 Martin Troxler Increase version magic due to changed ioctl interface: Slave port info, inplace I/O
Wed, 05 May 2010 12:59:17 +0200 Stefan Weiser Master process data are initialized to zero.
Mon, 03 May 2010 10:21:23 +0200 Martin Troxler Inplace I/O: fixed domain command (fmmu logical_address -> domain_address); show domain tx size
Fri, 30 Apr 2010 11:17:26 +0200 Stefan Weiser Fixed copying port information.
Fri, 30 Apr 2010 10:53:56 +0200 Stefan Weiser Insert port information into slave info.
Thu, 29 Apr 2010 16:33:32 +0200 Martin Troxler Inplace I/O: let input Pdos use the same bus space as Output Pdos
Thu, 29 Apr 2010 14:05:15 +0200 Martin Troxler Merged