Tue, 16 Feb 2016 15:18:34 +0100Merged CCAT driver v0.14. stable-1.5
Florian Pose <fp@igh-essen.com> [Tue, 16 Feb 2016 15:18:34 +0100] rev 2639
Merged CCAT driver v0.14.

Thu, 05 Nov 2015 16:54:49 +0100update ccat driver to v0.14 stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Nov 2015 16:54:49 +0100] rev 2638
update ccat driver to v0.14
- fix ccat startup stall and 64 bit address usage
- limit rx processing to one frame per poll
- print registered gpio base to kernel log
- fix constness for *_driver objects
- refactor dma fifo initialization
- refactor rx/tx fifo code and structures

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