master/master.c
Mon, 20 Apr 2009 14:33:47 +0000 Florian Pose Find DC reference clock.
Fri, 17 Apr 2009 12:03:12 +0000 Florian Pose Added debug_level module parameter. debug_level is now unsigned int.
Thu, 09 Apr 2009 18:21:18 +0000 Florian Pose DC sync reference clock to application time. TBC...
Thu, 09 Apr 2009 10:21:47 +0000 Florian Pose Introduced ecrt_master_sync() for synchronizing slave clocks to reference clock.
Wed, 08 Apr 2009 12:48:59 +0000 Florian Pose Renamed phy_ commands to reg_.
Mon, 09 Mar 2009 09:08:09 +0000 Florian Pose Preparations to compile against 2.6.27.
Tue, 24 Feb 2009 12:51:39 +0000 Florian Pose Improved and added license headers.
Mon, 26 Jan 2009 13:01:58 +0000 Florian Pose merge -c1616 branches/1.4-foe: Included FoE patch from Olav Zarges.
Mon, 26 Jan 2009 11:58:35 +0000 Florian Pose merge -c1610 branches/stable-1.4: Added missing doxygen docs.
Mon, 26 Jan 2009 11:46:38 +0000 Florian Pose merge -c1606 branches/stable-1.4: Output vendor Id in hex.
Mon, 26 Jan 2009 11:45:30 +0000 Florian Pose merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
Mon, 26 Jan 2009 11:16:10 +0000 Florian Pose merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Mon, 17 Nov 2008 17:18:02 +0000 Florian Pose Improved error case return codes of many functions.
Mon, 17 Nov 2008 15:04:28 +0000 Florian Pose Created backend versions of all API functions returing a pointer; using
Wed, 05 Nov 2008 09:59:20 +0000 Florian Pose Output corrupted frame reasons.
Fri, 17 Oct 2008 13:36:43 +0000 Florian Pose merge -c1522 branches/stable-1.4: Fixed jace in jiffies timeout calculation.
Thu, 09 Oct 2008 09:48:59 +0000 Florian Pose Added ec_master_get_config().
Thu, 09 Oct 2008 09:00:48 +0000 Florian Pose Applied patch by Mario Witkowski to support the new class/device
Thu, 02 Oct 2008 10:44:43 +0000 Florian Pose Minor change.
Wed, 01 Oct 2008 14:37:34 +0000 Florian Pose Moved threads to kthread interface.
Wed, 01 Oct 2008 08:44:44 +0000 Florian Pose Avoided using #ifdef inside a macro.
Mon, 01 Sep 2008 14:17:18 +0000 Florian Pose Added VoE handler.
Wed, 13 Aug 2008 13:23:52 +0000 Florian Pose Added phy commands.
Fri, 08 Aug 2008 13:47:23 +0000 Florian Pose Fixed race concerning thread signaling when master thread had no
Fri, 08 Aug 2008 13:42:46 +0000 Florian Pose Fixed missing up().
Fri, 01 Aug 2008 09:24:26 +0000 Florian Pose Added debugging for configuration function of the application interface.
Fri, 01 Aug 2008 07:23:09 +0000 Florian Pose Fixed reconfiguration: Force config when application detaches.
Fri, 04 Jul 2008 12:06:10 +0000 Florian Pose Improved source code doc.
Wed, 02 Jul 2008 14:06:10 +0000 Florian Pose Renamed ecrt_slave_config_sync_managers() to ecrt_slave_config_pdos();
Wed, 02 Jul 2008 11:26:51 +0000 Florian Pose Improved locking between ioctl()s and master state machine; separate
Wed, 02 Jul 2008 09:22:55 +0000 Florian Pose Added ec_master_find_domain_const().
Wed, 02 Jul 2008 08:14:47 +0000 Florian Pose Added ec_master_find_slave_const().
Tue, 01 Jul 2008 15:38:20 +0000 Florian Pose Implemented master semaphore to secure concurrent access from ioctls, state machine and realtime interface.
Thu, 26 Jun 2008 13:16:15 +0000 Florian Pose Store sync manager configurations in ec_slave_config_t instead of Pdo
Fri, 20 Jun 2008 13:38:35 +0000 Florian Pose Fixed alias bug.
Thu, 19 Jun 2008 10:22:24 +0000 Florian Pose Removed state machine cycle time measuring.
Thu, 19 Jun 2008 10:18:58 +0000 Florian Pose Disable use of CPU timestamp counter by default.
Wed, 18 Jun 2008 13:53:31 +0000 Florian Pose Removed 'end' and 'error' states from master state machine.
Wed, 18 Jun 2008 13:33:50 +0000 Florian Pose Renamed master 'mode' to 'phase'.
Wed, 18 Jun 2008 12:49:11 +0000 Florian Pose Removed configs_attached flag; changed return value of
Wed, 18 Jun 2008 11:15:36 +0000 Florian Pose Minor change.
Wed, 18 Jun 2008 11:13:30 +0000 Florian Pose Only load default assignment, if slave was attached.
Wed, 18 Jun 2008 10:13:58 +0000 Florian Pose Implemented ecrt_slave_config_state(); minor changes in
Tue, 17 Jun 2008 14:24:33 +0000 Richard Hacker Completed master states.
Tue, 17 Jun 2008 13:03:33 +0000 Florian Pose Added support for different versions of class_device_create().
Tue, 17 Jun 2008 12:49:06 +0000 Florian Pose Create class device with device_number information in sysfs.
Tue, 17 Jun 2008 09:44:46 +0000 Florian Pose Reverted revision number checking from r1228.
Mon, 16 Jun 2008 09:30:58 +0000 Florian Pose Added revision number to slave type checking.
Thu, 12 Jun 2008 13:05:05 +0000 Florian Pose Added a few debugging messages.
Thu, 12 Jun 2008 13:00:32 +0000 Florian Pose Fixed duplicate kfree() bug.
Thu, 12 Jun 2008 09:32:25 +0000 Florian Pose Store slaves in an array instead of a list.
Thu, 12 Jun 2008 08:12:02 +0000 Florian Pose Removed kobject from master and module. Sysfs is gone!
Thu, 12 Jun 2008 07:45:27 +0000 Florian Pose Removed kobject from slave_config.
Thu, 12 Jun 2008 07:32:05 +0000 Florian Pose Clear domains before slave configs, because domain references the FMMU
Thu, 12 Jun 2008 07:26:38 +0000 Florian Pose Removed kobject from domain.
Thu, 12 Jun 2008 07:15:54 +0000 Florian Pose Removed kobjects from sdo and slave.
Wed, 11 Jun 2008 15:29:47 +0000 Florian Pose Bus configuration via 'ethercat config'.
Tue, 10 Jun 2008 11:54:39 +0000 Florian Pose Replaced misleading %i by %u.
Thu, 05 Jun 2008 15:44:58 +0000 Florian Pose Removed master info from sysfs.
Thu, 05 Jun 2008 14:33:36 +0000 Florian Pose Implemented 'ethercat debug' command.