master/master.c
Wed, 25 Oct 2006 16:49:53 +0000 Florian Pose Compiler flag -DSVNREV only for module.c to avoid unnecessary recompiling.
Tue, 24 Oct 2006 15:14:25 +0000 Florian Pose SDO uploading via Sysfs without master FSM calling wake_up().
Mon, 23 Oct 2006 14:00:58 +0000 Florian Pose Removed state machine running() methods.
Fri, 20 Oct 2006 13:05:48 +0000 Florian Pose Implemented SDO reading via Sysfs.
Thu, 19 Oct 2006 14:05:56 +0000 Florian Pose Fixed memory leak in master and slave destructors.
Wed, 18 Oct 2006 13:10:06 +0000 Florian Pose Do net reset debug level on master reset.
Wed, 18 Oct 2006 12:34:00 +0000 Florian Pose Added enable bit to sync manager debugging.
Wed, 18 Oct 2006 12:04:24 +0000 Florian Pose Improved SM and FMMU debugging output.
Wed, 18 Oct 2006 11:50:31 +0000 Florian Pose Added FMMU debugging.
Tue, 17 Oct 2006 14:37:46 +0000 Florian Pose Minor output changes in master.c
Tue, 17 Oct 2006 14:19:59 +0000 Florian Pose Removed clear functions from headers of kobject-classes.
Mon, 16 Oct 2006 14:38:14 +0000 Florian Pose Fixed serveral races while starting up under high CPU load.
Mon, 16 Oct 2006 09:07:49 +0000 Florian Pose Serveral changes to avoid timeouts under high CPU load.
Mon, 16 Oct 2006 08:03:28 +0000 Florian Pose Minor output changes.
Thu, 28 Sep 2006 13:22:43 +0000 Florian Pose Altered master version string.
Thu, 28 Sep 2006 12:58:06 +0000 Florian Pose Fixed race on duplicate device registering or device unregistering while requesting master.
Tue, 26 Sep 2006 16:34:24 +0000 Florian Pose Replaced master's reserved flag by atomic_t available.
Tue, 26 Sep 2006 16:16:13 +0000 Florian Pose Changes in ecrt_request_master(); minor output changes.
Tue, 19 Sep 2006 13:28:40 +0000 Florian Pose Introduced per-master character devices for XML descriptions.
Fri, 08 Sep 2006 12:51:04 +0000 Florian Pose Compile/Version info in sysconfig master info file.
Tue, 15 Aug 2006 09:22:22 +0000 Florian Pose Removed delayed datagram statistics.
Tue, 15 Aug 2006 08:48:00 +0000 Florian Pose Improved datagram reception in sync_io and frame dequeuing.
Tue, 15 Aug 2006 08:09:18 +0000 Florian Pose Replaced longer cycle timestamps with jiffies.
Tue, 08 Aug 2006 13:06:36 +0000 Florian Pose Added EoE rate in KB/s to master info.
Tue, 08 Aug 2006 12:07:25 +0000 Florian Pose Minor changes.
Fri, 04 Aug 2006 15:37:46 +0000 Florian Pose Minor output fix.
Fri, 04 Aug 2006 15:31:12 +0000 Florian Pose EoE rate statistics.
Fri, 04 Aug 2006 13:49:22 +0000 Florian Pose Better EoE and Idle timing measurement.
Fri, 04 Aug 2006 09:53:14 +0000 Florian Pose Master information, timing.
Thu, 03 Aug 2006 20:11:20 +0000 Florian Pose New statistic outputs to avoid blasting the logs.
Thu, 03 Aug 2006 19:47:29 +0000 Florian Pose Renamed ec_master_receive() to ec_master_receive_datagrams().
Thu, 03 Aug 2006 19:17:08 +0000 Florian Pose Measure bus time.
Thu, 03 Aug 2006 16:14:26 +0000 Florian Pose Fixed bug with ec_master_eoe_start() does new coupling all the time.
Thu, 03 Aug 2006 12:51:17 +0000 Florian Pose VERSION 1.1: New realtime interface, only state machines.
Tue, 01 Aug 2006 15:19:11 +0000 Florian Pose Renamed master parameter ec_eoe_devices to ec_eoeif_count.
Fri, 28 Jul 2006 07:36:55 +0000 Florian Pose Renamed ec_master_idle() to ec_master_idle_run().
Tue, 25 Jul 2006 10:03:13 +0000 Florian Pose Reading of eeprom_write_enable.
Wed, 19 Jul 2006 13:15:02 +0000 Florian Pose Renamed FREERUN mode to IDLE mode.
Wed, 19 Jul 2006 13:08:21 +0000 Florian Pose Renamed IDLE mode to ORPHANED mode.
Tue, 18 Jul 2006 16:48:05 +0000 Florian Pose SysFS entry for debug level.
Mon, 17 Jul 2006 13:01:38 +0000 Florian Pose Prefer EEPROM sync manager information for config.
Thu, 06 Jul 2006 08:38:08 +0000 Florian Pose Removed warnings acc. to patch by M. Schwerin.
Thu, 06 Jul 2006 08:23:24 +0000 Florian Pose Renamed command structure to datagram.
Tue, 27 Jun 2006 20:08:15 +0000 Florian Pose Slave: state_error -> error_flag, error_flag only in slave state machine.
Wed, 21 Jun 2006 10:08:30 +0000 Florian Pose Removed debugging output.
Tue, 20 Jun 2006 14:40:04 +0000 Florian Pose Variable-sized data fields, BK1120.
Wed, 14 Jun 2006 10:23:02 +0000 Florian Pose Bugfix: Freerun mode not stopped cleanly on device unloading.
Fri, 02 Jun 2006 12:01:47 +0000 Florian Pose EEPROM write enable SysFS entry.
Fri, 26 May 2006 14:28:49 +0000 Florian Pose Better state-dependent behaviour for EoE-capable slaves.
Mon, 22 May 2006 09:16:12 +0000 Florian Pose Added some documentation.
Fri, 19 May 2006 13:39:35 +0000 Florian Pose Fixed bug with coupling multiple EoE handlers.
Fri, 19 May 2006 13:38:16 +0000 Florian Pose Changed free-run frequency to HZ.
Fri, 19 May 2006 13:23:11 +0000 Florian Pose EoE in Free-Run mode; Finished slave configuration state machine.
Thu, 18 May 2006 12:35:47 +0000 Florian Pose Changed license headers and added EtherCAT license notice.
Tue, 16 May 2006 13:03:09 +0000 Florian Pose Removed EoE workqueue option.
Tue, 16 May 2006 11:57:06 +0000 Florian Pose Added finite state machine (FSM) processing.
Fri, 12 May 2006 14:48:24 +0000 Florian Pose Started freerun state machine development.
Fri, 12 May 2006 12:40:45 +0000 Florian Pose No master locking, if no EoE devices are "up".
Wed, 10 May 2006 13:56:23 +0000 Florian Pose Added EC_EOE_FREQUENCY
Wed, 10 May 2006 11:51:05 +0000 Florian Pose EoE with workqueue; bugfix in ec_master_init()