summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes and improvementsSuren A. Chilingaryan2011-12-127-14/+29
* Increase event timeout for large trigger timesSuren A. Chilingaryan2011-12-121-0/+6
* Declare volatile differentlySuren A. Chilingaryan2011-12-122-12/+11
* Add volatile keyword to prevent problematic optimizationsSuren A. Chilingaryan2011-12-121-8/+10
* Fix handling of return values from frame decoder and event callbackSuren A. Chilingaryan2011-12-122-6/+7
* Reverts r99 and fixes inheritance of kernel buffers properlySuren A. Chilingaryan2011-12-122-12/+16
* multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan2011-12-1243-1266/+1699
* Send proper event id to get_data functionSuren A. Chilingaryan2011-12-091-2/+2
* Image frames decodingSuren A. Chilingaryan2011-12-095-48/+121
* Parse required event & data_typeSuren A. Chilingaryan2011-12-095-11/+57
* Gathering a bit of statisticsSuren A. Chilingaryan2011-12-093-12/+62
* Few fixesSuren A. Chilingaryan2011-12-091-3/+7
* Print proper addresses for register range read/writesSuren A. Chilingaryan2011-12-091-6/+8
* Initial support of event streaming in cliSuren A. Chilingaryan2011-12-099-84/+327
* Support multiple frames sharing a single DMA packetSuren A. Chilingaryan2011-12-081-9/+44
* new event architecture, first trialSuren A. Chilingaryan2011-12-0820-518/+1215
* Fix multiword register reads in a proper waySuren A. Chilingaryan2011-12-062-7/+11
* Add another debug register to the ipecamera modelSuren A. Chilingaryan2011-12-051-0/+1
* Fix addressing for multiword register space readsSuren A. Chilingaryan2011-12-051-2/+2
* Fix double reference counting on the kernel module causing GPFSuren A. Chilingaryan2011-11-281-2/+0
* Fix allocation of big memory buffers for DMA readout in pcitoolSuren A. Chilingaryan2011-11-281-2/+3
* Update scriptsSuren A. Chilingaryan2011-10-319-76/+129
* Commit camera support to the latest stage before rewriteSuren A. Chilingaryan2011-10-312-32/+63
* Improvements of DMA engineSuren A. Chilingaryan2011-10-2615-182/+298
* Fix DMA synchronization for writes as wellSuren A. Chilingaryan2011-10-241-0/+3
* Do not sync to device, looks like it is not requiredSuren A. Chilingaryan2011-10-231-1/+2
* Sync only required buffersSuren A. Chilingaryan2011-10-234-23/+24
* Properly perform synchronization of DMA buffersSuren A. Chilingaryan2011-10-237-43/+72
* Precisely estimate used buffers for C2S enginesSuren A. Chilingaryan2011-10-222-6/+59
* Provide information about active DMA engines & buffersSuren A. Chilingaryan2011-10-225-8/+328
* Accept short addresses for IPECamera FPGA registersSuren A. Chilingaryan2011-10-214-6/+22
* Remove short option for benchmark in cliroot2011-10-211-3/+3
* Support exporting data from kernel buffersroot2011-10-217-26/+106
* Fix bug causing failures of NWL engine to inherit kernel buffersroot2011-10-191-1/+5
* Fix crash on the driver unloadroot2011-10-181-2/+3
* Disable debuggingroot2011-07-273-3/+12
* New test scriptroot2011-07-271-0/+11
* Few fixes in IPE Camera coderoot2011-07-274-18/+62
* Print propper number of strings in cli in case of DMA readroot2011-07-271-0/+1
* DMA support in IPE Cameraroot2011-07-264-28/+215
* Report errors during event grabbingroot2011-07-261-1/+1
* Fix few compilation issues with recent kernelsroot2011-07-194-0/+15
* Small documentation updateSuren A. Chilingaryan2011-07-192-11/+15
* Few fixes for IPE Camera modificationSuren A. Chilingaryan2011-07-195-33/+70
* IRQ acknowledgement support in the engine APISuren A. Chilingaryan2011-07-1810-30/+116
* Support writting output to fileSuren A. Chilingaryan2011-07-182-48/+73
* Change timeout definition in Events API from struct timespec to pcilib_timeout_tSuren A. Chilingaryan2011-07-186-18/+24
* Prevent driver holding hardware locks from unloadingSuren A. Chilingaryan2011-07-184-12/+59
* Provide few scripts to test DMASuren A. Chilingaryan2011-07-172-0/+43
* Correctly check if DMA is already enabledSuren A. Chilingaryan2011-07-171-1/+1