2008-07-01 |
Florian Pose |
Implemented master semaphore to secure concurrent access from ioctls, state machine and realtime interface.
|
file |
diff |
annotate
|
2008-06-19 |
Florian Pose |
Removed state machine cycle time measuring.
|
file |
diff |
annotate
|
2008-06-18 |
Florian Pose |
Renamed master 'mode' to 'phase'.
|
file |
diff |
annotate
|
2008-06-18 |
Florian Pose |
Removed configs_attached flag; changed return value of
|
file |
diff |
annotate
|
2008-06-17 |
Florian Pose |
Create class device with device_number information in sysfs.
|
file |
diff |
annotate
|
2008-06-12 |
Florian Pose |
Store slaves in an array instead of a list.
|
file |
diff |
annotate
|
2008-06-12 |
Florian Pose |
Removed kobject from master and module. Sysfs is gone!
|
file |
diff |
annotate
|
2008-06-12 |
Florian Pose |
Removed kobjects from sdo and slave.
|
file |
diff |
annotate
|
2008-06-11 |
Florian Pose |
Bus configuration via 'ethercat config'.
|
file |
diff |
annotate
|
2008-06-05 |
Florian Pose |
Implemented 'ethercat debug' command.
|
file |
diff |
annotate
|
2008-06-04 |
Florian Pose |
Introduced ec_master_domain_count() and ec_master_find_domain().
|
file |
diff |
annotate
|
2008-05-30 |
Florian Pose |
Introduced ec_master_find_slave().
|
file |
diff |
annotate
|
2008-05-29 |
Florian Pose |
Added the new ethercat comman-line tool with lsec functionality.
|
file |
diff |
annotate
|
2008-04-25 |
Florian Pose |
Removed bus validation; slave configuration during realtime operation;
|
file |
diff |
annotate
|
2008-04-03 |
Florian Pose |
Equalized defines against duplicated header inclusion.
|
file |
diff |
annotate
|
2008-03-17 |
Florian Pose |
Renamed EEPROM to SII.
|
file |
diff |
annotate
|
2008-02-29 |
Florian Pose |
Removed slave pointer from ec_sdo_request_t class.
|
file |
diff |
annotate
|
2008-02-22 |
Florian Pose |
Renamed [PS]DO to [PS]do.
|
file |
diff |
annotate
|
2008-02-19 |
Florian Pose |
Implemented most realtime interface changes for version 1.4, improved
|
file |
diff |
annotate
|
2007-09-24 |
Florian Pose |
Updated Doxygen documentation.
|
file |
diff |
annotate
|
2007-09-12 |
Florian Pose |
Store skipped information in datagrams; name datagrams for statistics
|
file |
diff |
annotate
|
2007-09-12 |
Florian Pose |
Added --enable-eoe conditional.
|
file |
diff |
annotate
|
2007-05-03 |
Florian Pose |
Introduced frames_timed_out flag to notice bus failure when link down is
|
file |
diff |
annotate
|
2007-03-16 |
Florian Pose |
Dynamic creation of EoE handlers.
|
file |
diff |
annotate
|
2007-03-12 |
Florian Pose |
Slave configuration exclusively from master thread; removed
|
file |
diff |
annotate
|
2007-03-12 |
Florian Pose |
Replaced master variable 'atomic_t available' by integer and used
|
file |
diff |
annotate
|
2007-03-09 |
Florian Pose |
Implemented SDO reading with wait queues.
|
file |
diff |
annotate
|
2007-03-09 |
Florian Pose |
Removed X:Y addressing scheme, ec_slave_is_coupler(),
|
file |
diff |
annotate
|
2007-03-08 |
Florian Pose |
Allow only MAC addresses as device identifiers; replaced master list by
|
file |
diff |
annotate
|
2007-03-08 |
Florian Pose |
Removed ecrt_master_run(), removed datagram queueing from state
|
file |
diff |
annotate
|
2007-03-05 |
Florian Pose |
Introduced master status, ecrt_master_get_status(), tainted flag,
|
file |
diff |
annotate
|
2007-03-01 |
Florian Pose |
Introduced EEPROM write requests: EEPROM write operations from user
|
file |
diff |
annotate
|
2007-03-01 |
Florian Pose |
Removed eeprom_write_enable file.
|
file |
diff |
annotate
|
2007-02-20 |
Florian Pose |
Made master devices persistent; added ec_device_attach() and ec_device_detach().
|
file |
diff |
annotate
|
2007-02-20 |
Florian Pose |
Removed ktype for module kobject; added backup device for master; device
|
file |
diff |
annotate
|
2007-02-20 |
Florian Pose |
New module file /sys/ethercat, masters moved to /sys/ethercat/masterX.
|
file |
diff |
annotate
|
2007-02-20 |
Florian Pose |
Layed out device ID functionality in own files.
|
file |
diff |
annotate
|
2007-02-16 |
Florian Pose |
Introduced device IDs; removed comment lines from 8139too; removed
|
file |
diff |
annotate
|
2007-02-16 |
Florian Pose |
Removed XML device from master structure.
|
file |
diff |
annotate
|
2007-02-13 |
Florian Pose |
Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
|
file |
diff |
annotate
|
2007-01-10 |
Florian Pose |
Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch]
|
file |
diff |
annotate
|
2007-01-10 |
Florian Pose |
Master workqueue replaced with kernel thread.
|
file |
diff |
annotate
|
2006-11-24 |
Florian Pose |
Interface changes for version 1.2, see NEWS file.
|
file |
diff |
annotate
|
2006-11-21 |
Florian Pose |
Introduced "starved" datagrams.
|
file |
diff |
annotate
|
2006-10-27 |
Florian Pose |
FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak.
|
file |
diff |
annotate
|
2006-10-26 |
Florian Pose |
Persistent slave lists.
|
file |
diff |
annotate
|
2006-10-24 |
Florian Pose |
SDO uploading via Sysfs without master FSM calling wake_up().
|
file |
diff |
annotate
|
2006-10-20 |
Florian Pose |
Implemented SDO reading via Sysfs.
|
file |
diff |
annotate
|
2006-10-17 |
Florian Pose |
Removed clear functions from headers of kobject-classes.
|
file |
diff |
annotate
|
2006-09-28 |
Florian Pose |
Fixed race on duplicate device registering or device unregistering while requesting master.
|
file |
diff |
annotate
|
2006-09-26 |
Florian Pose |
Replaced master's reserved flag by atomic_t available.
|
file |
diff |
annotate
|
2006-09-26 |
Florian Pose |
Changes in ecrt_request_master(); minor output changes.
|
file |
diff |
annotate
|
2006-09-19 |
Florian Pose |
Introduced per-master character devices for XML descriptions.
|
file |
diff |
annotate
|
2006-08-15 |
Florian Pose |
Removed delayed datagram statistics.
|
file |
diff |
annotate
|
2006-08-15 |
Florian Pose |
Replaced longer cycle timestamps with jiffies.
|
file |
diff |
annotate
|
2006-08-04 |
Florian Pose |
Better EoE and Idle timing measurement.
|
file |
diff |
annotate
|
2006-08-04 |
Florian Pose |
Master information, timing.
|
file |
diff |
annotate
|
2006-08-03 |
Florian Pose |
New statistic outputs to avoid blasting the logs.
|
file |
diff |
annotate
|
2006-08-03 |
Florian Pose |
Renamed ec_master_receive() to ec_master_receive_datagrams().
|
file |
diff |
annotate
|
2006-08-03 |
Florian Pose |
Measure bus time.
|
file |
diff |
annotate
|