Tue, 17 Jun 2008 13:27:28 +0000 Florian Pose Remove manual creation of device nodes, this is done by udev.
Tue, 17 Jun 2008 13:03:33 +0000 Florian Pose Added support for different versions of class_device_create().
Tue, 17 Jun 2008 13:02:56 +0000 Florian Pose Replaced include sysfs->device.
Tue, 17 Jun 2008 12:49:06 +0000 Florian Pose Create class device with device_number information in sysfs.
Tue, 17 Jun 2008 12:19:17 +0000 Florian Pose Create device class. Preparation for device numbers in sysfs.
Tue, 17 Jun 2008 10:19:52 +0000 Florian Pose Improved ecdev_offer().
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:42:52 +0000 Florian Pose TODO.
Thu, 12 Jun 2008 13:30:20 +0000 Florian Pose Minor change.
Thu, 12 Jun 2008 13:05:05 +0000 Florian Pose Added a few debugging messages.
Thu, 12 Jun 2008 13:03:50 +0000 Florian Pose Minor change.
Thu, 12 Jun 2008 13:00:32 +0000 Florian Pose Fixed duplicate kfree() bug.
Thu, 12 Jun 2008 11:53:06 +0000 Florian Pose Minor change.
Thu, 12 Jun 2008 09:49:35 +0000 Florian Pose Fixed bug in slave scanning, causing a segmentation fault.
Thu, 12 Jun 2008 09:44:18 +0000 Florian Pose Removed EC_IOCTL_DOMAIN_COUNT.
Thu, 12 Jun 2008 09:32:25 +0000 Florian Pose Store slaves in an array instead of a list.
Thu, 12 Jun 2008 09:19:06 +0000 Florian Pose Removed unnecessary code.
Thu, 12 Jun 2008 08:31:06 +0000 Florian Pose Replaced a few GFP_ATOMIC allocations with GFP_KERNEL ones.
Thu, 12 Jun 2008 08:12:02 +0000 Florian Pose Removed kobject from master and module. Sysfs is gone!
Thu, 12 Jun 2008 07:47:26 +0000 Florian Pose Removed deprecated default_config flag.
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:37:38 +0000 Florian Pose Removed kobject from sdo entry.
Wed, 11 Jun 2008 15:29:47 +0000 Florian Pose Bus configuration via 'ethercat config'.
Wed, 11 Jun 2008 13:01:21 +0000 Florian Pose Slave information via 'ethercat slave'.
Tue, 10 Jun 2008 12:52:08 +0000 Florian Pose Improved 'ethercat ls' formatting.
Tue, 10 Jun 2008 12:05:25 +0000 Florian Pose Display error flag in 'ethercat ls'; cleaned up usage of error flag;