summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support gen3 DMA engine and provide work-arround for hardware mishandling ↵Suren A. Chilingaryan2015-05-054-21/+65
| | | | last_descriptor_read register
* Add doxygen configurationSuren A. Chilingaryan2015-05-058-2/+215
|
* Remove test application of Lorenzo to separate packageSuren A. Chilingaryan2015-05-052-662/+0
|
* Fix segmentation fault if requested register is not foundSuren A. Chilingaryan2015-05-051-2/+2
|
* Split bar manipulation and fifo operations in stand-alone source and publish ↵Suren A. Chilingaryan2015-05-059-386/+354
| | | | kmem and bar headers
* Add another ipecamera debugging mode in documentationSuren A. Chilingaryan2015-05-031-1/+3
|
* Fix typos in versioning codeSuren A. Chilingaryan2015-05-033-5/+13
|
* Prevent double-free of pcilib context when open failsSuren A. Chilingaryan2015-05-031-4/+0
|
* Dcoumentation updateSuren A. Chilingaryan2015-05-024-22/+15
|
* Include version information in all API descriptionsSuren A. Chilingaryan2015-05-0215-8/+65
|
* Provide data debugging APISuren A. Chilingaryan2015-05-024-9/+97
|
* Add code to debug missing events while recordingSuren A. Chilingaryan2015-04-302-4/+26
|
* Provide an interface for logging debug messagesSuren A. Chilingaryan2015-04-3011-26/+63
|
* Create dummy register contextSuren A. Chilingaryan2015-04-295-11/+24
|
* Set error in exit status if no data returned by DMA engineSuren A. Chilingaryan2015-04-291-4/+7
|
* New error reporting public interfaceSuren A. Chilingaryan2015-04-297-35/+78
|
* Fix counting lost framesSuren A. Chilingaryan2015-04-281-3/+6
|
* Better formatting of model outputSuren A. Chilingaryan2015-04-281-8/+7
|
* Check event interface version for pluginsSuren A. Chilingaryan2015-04-283-2/+17
|
* Report selected modelSuren A. Chilingaryan2015-04-282-2/+5
|
* Initial support for event enginesSuren A. Chilingaryan2015-04-2812-37/+259
|
* Further adjustments to get ready for independent event pluginsSuren A. Chilingaryan2015-04-2717-24/+87
|
* More structural changes to get ready for stand-alone event enginesSuren A. Chilingaryan2015-04-2447-358/+352
|
* Fix scriptsSuren A. Chilingaryan2015-04-203-5/+5
|
* Merge r241 fixing reporting of IPEDMA statusSuren A. Chilingaryan2015-04-201-30/+43
|
* Merge: disable complaining on empty_detected unless in debuggingSuren A. Chilingaryan2015-04-201-3/+6
|\
| * Only complain on empty_detected flag if debugging is oneSuren A. Chilingaryan2015-02-101-2/+2
| |
| * Better handle empty_detected flagSuren A. Chilingaryan2015-02-101-1/+4
| |
* | Big redign of model structuresSuren A. Chilingaryan2015-04-20107-5614/+1895
|/
* Don't complain on empty_detected if flag was not set at all because no data ↵Suren A. Chilingaryan2015-02-061-1/+1
| | | | have arrived
* Use empty_detected flag to reduce timeoutSuren A. Chilingaryan2015-02-062-10/+23
|
* Increase DMA timeout to 100ms for ipedmaSuren A. Chilingaryan2015-02-062-2/+2
|
* Try to detect IPEDMA packets, but this probably will not work anyway as ↵Suren A. Chilingaryan2015-02-032-5/+24
| | | | often data is just streamed and pci is not make for infinite packets
* Support 64 bit mode, but disable due to problems in hardwareSuren A. Chilingaryan2015-02-031-2/+9
|
* Properly return error code in NWLDMA benchmarking codeSuren A. Chilingaryan2015-02-031-1/+1
|
* Several fixes in IPEDMA driver and its benchmarking codeSuren A. Chilingaryan2015-02-032-6/+72
|
* Add delays to workaround problems in IPEDMA. Also provide other ↵Suren A. Chilingaryan2015-01-253-9/+31
| | | | modifications to reflect minor changes in hardware
* Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changesSuren A. Chilingaryan2014-12-1937-125/+1694
|
* Do not set __GFP_DMA flag while allocating DMA pages (the flag is required ↵Suren A. Chilingaryan2014-12-121-3/+0
| | | | for devices capable of addressing 24-bits only and may significantly degrade performance
* Fix detection of gcc version on Ubuntu (by Uros)Suren A. Chilingaryan2014-04-091-1/+1
|
* Prevent some warning in sysfs management codeSuren A. Chilingaryan2014-04-031-2/+2
|
* Merge changes from xilinx_dma branch providing support of multipage kmem ↵Suren A. Chilingaryan2014-04-039-36/+254
|\ | | | | | | allocations and mapping memory regions reserved with memmap boot option
| * Read out performance counters for Xilinx DMA with big buffersSuren A. Chilingaryan2013-07-261-0/+117
| |
| * Support offseted BARs in the xilinx2 test appSuren A. Chilingaryan2013-07-261-3/+7
| |
| * Add missing semicolon in the driverSuren A. Chilingaryan2013-07-261-3/+3
| |
| * Allow setting of TLP sizeSuren A. Chilingaryan2013-07-261-3/+5
| |
| * Support pre-allocated memory with memmap in KMemSuren A. Chilingaryan2013-07-144-9/+82
| |
| * Multipage DMA tests for XilinxSuren A. Chilingaryan2013-06-207-9/+202
| |
* | Add __GFP_DMA flag while allocating DMA buffersSuren A. Chilingaryan2014-04-021-1/+7
| |
* | Update .bzrignoreSuren A. Chilingaryan2014-03-191-0/+1
| |