Mon, 26 Oct 2015 08:28:10 +0100fix ccat startup stall. In case the dma memory was allocated above 4 GB limit, CCAT is unable to access it. stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Mon, 26 Oct 2015 08:28:10 +0100] rev 2637
fix ccat startup stall. In case the dma memory was allocated above 4 GB limit, CCAT is unable to access it.
-> limit the dma_mask to 32-bit to omit this situation

Tue, 13 Oct 2015 12:24:16 +0200update ccat driver to v0.13 stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Tue, 13 Oct 2015 12:24:16 +0200] rev 2636
update ccat driver to v0.13
- add driver for the SRAM function block
- add driver for the GPIO function block
- add support for multiple CCATs
- prepare support for devices without pci

Fri, 22 Jan 2016 13:09:43 +0100merge
Florian Pose <fp@igh-essen.com> [Fri, 22 Jan 2016 13:09:43 +0100] rev 2635
merge

Fri, 22 Jan 2016 10:11:58 +0100Always clear PDO assignment of configured sync managers.
Florian Pose <fp@igh-essen.com> [Fri, 22 Jan 2016 10:11:58 +0100] rev 2634
Always clear PDO assignment of configured sync managers.

Fri, 22 Jan 2016 10:10:02 +0100Typo.
Florian Pose <fp@igh-essen.com> [Fri, 22 Jan 2016 10:10:02 +0100] rev 2633
Typo.

Fri, 18 Dec 2015 12:30:45 +0100merge stable-1.5
Florian Pose <fp@igh-essen.com> [Fri, 18 Dec 2015 12:30:45 +0100] rev 2632
merge

Thu, 07 May 2015 15:53:42 +0200New alloc_netdev() API since kernel 3.17. stable-1.5
Florian Pose <fp@igh-essen.com> [Thu, 07 May 2015 15:53:42 +0200] rev 2631
New alloc_netdev() API since kernel 3.17.

Tue, 14 Apr 2015 16:25:44 -040016-ethercat-1.5-frame-corruption.patch
Dave Page <dave.page@gleeble.com> [Tue, 14 Apr 2015 16:25:44 -0400] rev 2630
16-ethercat-1.5-frame-corruption.patch
from ethercat-1.5.0-patches-v2.tar.bz2
by Frank Heckenbach f.heckenbach@ at fh-soft.de
Ref: http://lists.etherlab.org/pipermail/etherlab-dev/2014/000404.html
with some additional edits.

Tue, 14 Apr 2015 13:12:24 -0400Internal SDO requests now synchronized with external requests.
Knud Baastrup <kba@deif.com> [Tue, 14 Apr 2015 13:12:24 -0400] rev 2629
Internal SDO requests now synchronized with external requests.
Internal SDO requests are managed by master FSM and can conflict with
external requests managed by slave FSM. The internal SDO requests
includes SDO requests created by an application and external request are
typical created by EtherCAT Tool for SDO upload/download or a directory
fetch initiated with ethercat sdos command. The conflict will cause a
FPWR from an external request to be overwritten by a FPWR from an
internal SDO request (or oppersite) in the same "train" of datagrams.

Tue, 14 Apr 2015 13:10:55 -0400Maximum length of foe filename extended to 255.
Knud Baastrup <kba@deif.com> [Tue, 14 Apr 2015 13:10:55 -0400] rev 2628
Maximum length of foe filename extended to 255.

Fri, 17 Apr 2015 11:32:54 +0200Defined list_next_entry for older kernels.
Florian Pose <fp@igh-essen.com> [Fri, 17 Apr 2015 11:32:54 +0200] rev 2627
Defined list_next_entry for older kernels.

Fri, 17 Apr 2015 11:22:17 +0200Fixed line wrapping.
Florian Pose <fp@igh-essen.com> [Fri, 17 Apr 2015 11:22:17 +0200] rev 2626
Fixed line wrapping.

Tue, 14 Apr 2015 10:12:55 -0400Eoe mac address now derived from unique mac.
Knud Baastrup <kba@deif.com> [Tue, 14 Apr 2015 10:12:55 -0400] rev 2625
Eoe mac address now derived from unique mac.
The EoE MAC address is now derived from the NIC part of the first global
unique MAC address of the linked list of available network interfaces or
otherwise the MAC address used by the EtherCAT master. The EoE MAC address
will get the format 02:NIC:NIC:NIC:RP:RP where NIC comes from the unique MAC
address (if available) and RP is the ring position of the EoE slave.

Sun, 01 Jun 2014 18:07:47 +1200Exit properly on "restart" request to init script.
Gavin Lambert <uecasm@users.sourceforge.net> [Sun, 01 Jun 2014 18:07:47 +1200] rev 2624
Exit properly on "restart" request to init script.
[29-init-restart]

Sat, 31 May 2014 18:12:17 +1200Add generated files to mrproper rule.
Gavin Lambert <uecasm@users.sourceforge.net> [Sat, 31 May 2014 18:12:17 +1200] rev 2623
Add generated files to mrproper rule.
[08-mrproper]

Sat, 31 May 2014 18:08:27 +1200Mark download data as const.
Gavin Lambert <uecasm@users.sourceforge.net> [Sat, 31 May 2014 18:08:27 +1200] rev 2622
Mark download data as const.
Remove redundant code.
[07-sdo-up-download]

Sat, 31 May 2014 17:21:53 +1200Fix for strings containing spaces.
Gavin Lambert <uecasm@users.sourceforge.net> [Sat, 31 May 2014 17:21:53 +1200] rev 2621
Fix for strings containing spaces.
[04-string-download]

Tue, 14 Apr 2015 09:35:15 -0400Abort requests started for slave_configs that don't have any actual slaves.
Gavin Lambert <gavinl@compacsort.com> [Tue, 14 Apr 2015 09:35:15 -0400] rev 2620
Abort requests started for slave_configs that don't have any actual slaves.

Tue, 14 Apr 2015 09:34:15 -0400When detaching a slave from a slave_config, fail any pending register requests instead of leaving them BUSY forever.
Gavin Lambert <gavinl@compacsort.com> [Tue, 14 Apr 2015 09:34:15 -0400] rev 2619
When detaching a slave from a slave_config, fail any pending register requests instead of leaving them BUSY forever.

Tue, 14 Apr 2015 09:33:24 -0400Ignore NXIO error otherwise this causes spam if network is empty or refclk not
Gavin Lambert <gavinl@compacsort.com> [Tue, 14 Apr 2015 09:33:24 -0400] rev 2618
Ignore NXIO error otherwise this causes spam if network is empty or refclk not
selected yet, and syncing refclk time to master.

Sat, 31 May 2014 15:37:33 +1200Do not force the DC reference clock to OP; if it is not configured it may refuse and flood the logs.
Gavin Lambert <gavinl@compacsort.com> [Sat, 31 May 2014 15:37:33 +1200] rev 2617
Do not force the DC reference clock to OP; if it is not configured it may refuse and flood the logs.

Sat, 31 May 2014 14:49:02 +1200Moved userspace domain unmap to deactivate instead of release, fixing memory/ref leak.
Gavin Lambert <gavinl@compacsort.com> [Sat, 31 May 2014 14:49:02 +1200] rev 2616
Moved userspace domain unmap to deactivate instead of release, fixing memory/ref leak.

Tue, 07 Apr 2015 21:25:43 -0400Add DEBUG_DATAGRAM_OVERFLOW to support ec_domain_finish datagram overflow testing
Dave Page <dave.page@gleeble.com> [Tue, 07 Apr 2015 21:25:43 -0400] rev 2615
Add DEBUG_DATAGRAM_OVERFLOW to support ec_domain_finish datagram overflow testing

Tue, 07 Apr 2015 21:07:16 -0400Fix datagram overflow layout issue
Dave Page <dave.page@gleeble.com> [Tue, 07 Apr 2015 21:07:16 -0400] rev 2614
Fix datagram overflow layout issue

Mon, 06 Apr 2015 14:58:19 -0400Remove unused variable
Dave Page <dave.page@gleeble.com> [Mon, 06 Apr 2015 14:58:19 -0400] rev 2613
Remove unused variable

Mon, 06 Apr 2015 14:39:31 -0400overlapping PDO split datagram support
Dave Page <dave.page@gleeble.com> [Mon, 06 Apr 2015 14:39:31 -0400] rev 2612
overlapping PDO split datagram support

Thu, 02 Apr 2015 16:49:36 -0400overlapping PDO initial working. datagram size is not correct
Dave Page <dave.page@gleeble.com> [Thu, 02 Apr 2015 16:49:36 -0400] rev 2611
overlapping PDO initial working. datagram size is not correct

Thu, 26 Mar 2015 17:41:57 -0400Refactor fmmu->logical_start_address to fmmu->logical_domain_offset
Dave Page <dave.page@gleeble.com> [Thu, 26 Mar 2015 17:41:57 -0400] rev 2610
Refactor fmmu->logical_start_address to fmmu->logical_domain_offset

Thu, 26 Mar 2015 15:16:21 -0400Integrate skeleton of allow_overlapping_pdos from af21f0bdc7c9
Dave Page <dave.page@gleeble.com> [Thu, 26 Mar 2015 15:16:21 -0400] rev 2609
Integrate skeleton of allow_overlapping_pdos from af21f0bdc7c9
Overlapping PDO API added, but not active/working.
No more changes than required to build.
EC_IOCTL_VERSION_MAGIC now 30

Mon, 16 Mar 2015 14:18:55 -0400Reduce frequency of DC Sync debug messages
"Dave Page <dave.page@gleeble.com>" [Mon, 16 Mar 2015 14:18:55 -0400] rev 2608
Reduce frequency of DC Sync debug messages