2008-06-19 Richard Hacker Timeouts set for various uploads in FSM COE MAP
2008-06-19 Florian Pose Response timeout for checking Sdo upload.
2008-06-19 Florian Pose TODO.
2008-06-19 Florian Pose Removed state machine cycle time measuring.
2008-06-19 Florian Pose Disable use of CPU timestamp counter by default.
2008-06-19 Florian Pose Use jiffies instead of cycles in SII state machine.
2008-06-19 Florian Pose Use jiffies instead of cycles in CoE state machine.
2008-06-19 Florian Pose Store abort code in sdo request; output it in user space; added some
2008-06-19 Florian Pose Check for data sizes when reading Pdo assignment/mapping from CoE.
2008-06-19 Florian Pose Added response timeout to sdo_request; removed timout from fsm_coe_map.
2008-06-18 Richard Hacker Retry reading assigned pdos using timeout.
2008-06-18 Florian Pose Retry reading Pdo assignment.
2008-06-18 Florian Pose working_counter = 0x0000;
2008-06-18 Florian Pose Removed 'end' and 'error' states from master state machine.
2008-06-18 Florian Pose Bugfix: Bitlength always decimal in XML.
2008-06-18 Florian Pose Renamed master 'mode' to 'phase'.
2008-06-18 Florian Pose Removed configs_attached flag; changed return value of
2008-06-18 Florian Pose Fixed analog in position.
2008-06-18 Florian Pose Minor changes to minimal example.
2008-06-18 Florian Pose Output attachment failure messages only when debugging.
2008-06-18 Florian Pose Minor change.
2008-06-18 Florian Pose Only load default assignment, if slave was attached.
2008-06-18 Florian Pose Implemented ecrt_slave_config_state(); minor changes in
2008-06-18 Florian Pose Set slave_states to 0x00 when no slaves are present.
2008-06-18 Florian Pose Completed ec_master_state_t and documented ec_master_state_t and
2008-06-18 Florian Pose Removed some unnecessary code.
2008-06-17 Richard Hacker Completed master states.
2008-06-17 Florian Pose Updated install script; udev rule.
2008-06-17 Florian Pose Remove manual creation of device nodes, this is done by udev.
2008-06-17 Florian Pose Added support for different versions of class_device_create().
2008-06-17 Florian Pose Replaced include sysfs->device.
2008-06-17 Florian Pose Create class device with device_number information in sysfs.
2008-06-17 Florian Pose Create device class. Preparation for device numbers in sysfs.
2008-06-17 Florian Pose Improved ecdev_offer().
2008-06-17 Florian Pose Reverted revision number checking from r1228.
2008-06-16 Florian Pose Added revision number to slave type checking.
2008-06-12 Florian Pose TODO.
2008-06-12 Florian Pose Minor change.
2008-06-12 Florian Pose Added a few debugging messages.
2008-06-12 Florian Pose Minor change.
2008-06-12 Florian Pose Fixed duplicate kfree() bug.
2008-06-12 Florian Pose Minor change.
2008-06-12 Florian Pose Fixed bug in slave scanning, causing a segmentation fault.
2008-06-12 Florian Pose Removed EC_IOCTL_DOMAIN_COUNT.
2008-06-12 Florian Pose Store slaves in an array instead of a list.
2008-06-12 Florian Pose Removed unnecessary code.
2008-06-12 Florian Pose Replaced a few GFP_ATOMIC allocations with GFP_KERNEL ones.
2008-06-12 Florian Pose Removed kobject from master and module. Sysfs is gone!
2008-06-12 Florian Pose Removed deprecated default_config flag.
2008-06-12 Florian Pose Removed kobject from slave_config.
2008-06-12 Florian Pose Clear domains before slave configs, because domain references the FMMU
2008-06-12 Florian Pose Removed kobject from domain.
2008-06-12 Florian Pose Removed kobjects from sdo and slave.
2008-06-11 Florian Pose Removed kobject from sdo entry.
2008-06-11 Florian Pose Bus configuration via 'ethercat config'.
2008-06-11 Florian Pose Slave information via 'ethercat slave'.
2008-06-10 Florian Pose Improved 'ethercat ls' formatting.
2008-06-10 Florian Pose Display error flag in 'ethercat ls'; cleaned up usage of error flag;
2008-06-10 Florian Pose Replaced misleading %i by %u.
2008-06-10 Florian Pose Fixed calculation of expected working counter.