Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Sync only required buffers | Suren A. Chilingaryan | 2011-10-23 | 4 | -23/+24 | |
| | ||||||
* | Properly perform synchronization of DMA buffers | Suren A. Chilingaryan | 2011-10-23 | 7 | -43/+72 | |
| | ||||||
* | Precisely estimate used buffers for C2S engines | Suren A. Chilingaryan | 2011-10-22 | 2 | -6/+59 | |
| | ||||||
* | Provide information about active DMA engines & buffers | Suren A. Chilingaryan | 2011-10-22 | 5 | -8/+328 | |
| | ||||||
* | Accept short addresses for IPECamera FPGA registers | Suren A. Chilingaryan | 2011-10-21 | 4 | -6/+22 | |
| | ||||||
* | Remove short option for benchmark in cli | root | 2011-10-21 | 1 | -3/+3 | |
| | ||||||
* | Support exporting data from kernel buffers | root | 2011-10-21 | 7 | -26/+106 | |
| | ||||||
* | Fix bug causing failures of NWL engine to inherit kernel buffers | root | 2011-10-19 | 1 | -1/+5 | |
| | ||||||
* | Fix crash on the driver unload | root | 2011-10-18 | 1 | -2/+3 | |
| | ||||||
* | Disable debugging | root | 2011-07-27 | 3 | -3/+12 | |
| | ||||||
* | New test script | root | 2011-07-27 | 1 | -0/+11 | |
| | ||||||
* | Few fixes in IPE Camera code | root | 2011-07-27 | 4 | -18/+62 | |
| | ||||||
* | Print propper number of strings in cli in case of DMA read | root | 2011-07-27 | 1 | -0/+1 | |
| | ||||||
* | DMA support in IPE Camera | root | 2011-07-26 | 4 | -28/+215 | |
| | ||||||
* | Report errors during event grabbing | root | 2011-07-26 | 1 | -1/+1 | |
| | ||||||
* | Fix few compilation issues with recent kernels | root | 2011-07-19 | 4 | -0/+15 | |
| | ||||||
* | Small documentation update | Suren A. Chilingaryan | 2011-07-19 | 2 | -11/+15 | |
| | ||||||
* | Few fixes for IPE Camera modification | Suren A. Chilingaryan | 2011-07-19 | 5 | -33/+70 | |
| | ||||||
* | IRQ acknowledgement support in the engine API | Suren A. Chilingaryan | 2011-07-18 | 10 | -30/+116 | |
| | ||||||
* | Support writting output to file | Suren A. Chilingaryan | 2011-07-18 | 2 | -48/+73 | |
| | ||||||
* | Change timeout definition in Events API from struct timespec to pcilib_timeout_t | Suren A. Chilingaryan | 2011-07-18 | 6 | -18/+24 | |
| | ||||||
* | Prevent driver holding hardware locks from unloading | Suren A. Chilingaryan | 2011-07-18 | 4 | -12/+59 | |
| | ||||||
* | Provide few scripts to test DMA | Suren A. Chilingaryan | 2011-07-17 | 2 | -0/+43 | |
| | ||||||
* | Correctly check if DMA is already enabled | Suren A. Chilingaryan | 2011-07-17 | 1 | -1/+1 | |
| | ||||||
* | Do not try to verify write-only registers | Suren A. Chilingaryan | 2011-07-17 | 2 | -11/+16 | |
| | ||||||
* | Support forceful clean-up of kernel memory | Suren A. Chilingaryan | 2011-07-17 | 6 | -36/+126 | |
| | ||||||
* | List kernel buffers | Suren A. Chilingaryan | 2011-07-17 | 5 | -38/+205 | |
| | ||||||
* | Few more fixes | Suren A. Chilingaryan | 2011-07-17 | 3 | -8/+21 | |
| | ||||||
* | Correctly detect the tail pointer of C2S ring | Suren A. Chilingaryan | 2011-07-17 | 4 | -34/+19 | |
| | ||||||
* | Stop only started engines | Suren A. Chilingaryan | 2011-07-17 | 1 | -3/+18 | |
| | ||||||
* | Handle correctly reference counting in the driver | Suren A. Chilingaryan | 2011-07-17 | 8 | -28/+52 | |
| | ||||||
* | Few fixes | Suren A. Chilingaryan | 2011-07-17 | 6 | -27/+53 | |
| | ||||||
* | Implement DMA access synchronization for NWL implementation | Suren A. Chilingaryan | 2011-07-17 | 11 | -137/+311 | |
| | ||||||
* | Implement DMA access synchronization in the driver | Suren A. Chilingaryan | 2011-07-16 | 13 | -76/+268 | |
| | ||||||
* | Provide formal description of DMA access synchronization | Suren A. Chilingaryan | 2011-07-16 | 2 | -9/+155 | |
| | ||||||
* | First iteration of work to preserve DMA state between executions | Suren A. Chilingaryan | 2011-07-14 | 17 | -215/+347 | |
| | ||||||
* | Support modifications of DMA engine and allow DMA customizations by Event engine | Suren A. Chilingaryan | 2011-07-14 | 12 | -96/+123 | |
| | ||||||
* | Add timeout to pcilib_skip_dma | Suren A. Chilingaryan | 2011-07-14 | 1 | -4/+21 | |
| | ||||||
* | Support iterations argument and fix interpretation of size argument for ↵ | Suren A. Chilingaryan | 2011-07-13 | 1 | -6/+14 | |
| | | | | benchmarking | |||||
* | Report writted register in hex if it was specified in hex | Suren A. Chilingaryan | 2011-07-12 | 1 | -3/+23 | |
| | ||||||
* | Few fixes | Suren A. Chilingaryan | 2011-07-12 | 4 | -14/+34 | |
| | ||||||
* | Separate NWL loopback code, provide DMA start/stop interfaces | Suren A. Chilingaryan | 2011-07-12 | 11 | -82/+181 | |
| | ||||||
* | Another reorganization of NWL sources | Suren A. Chilingaryan | 2011-07-12 | 7 | -286/+302 | |
| | ||||||
* | Provide IRQ enable/disable call | Suren A. Chilingaryan | 2011-07-12 | 10 | -30/+171 | |
| | ||||||
* | Suppport DMA modes in console application (not functional yet) | Suren A. Chilingaryan | 2011-07-12 | 12 | -33/+233 | |
| | ||||||
* | Few fixes | Suren A. Chilingaryan | 2011-07-12 | 2 | -8/+25 | |
| | ||||||
* | Fix compilation issues | Suren A. Chilingaryan | 2011-07-11 | 3 | -8/+8 | |
| | ||||||
* | Reorganization of NWL engine, step 1 | Suren A. Chilingaryan | 2011-07-11 | 5 | -128/+176 | |
| | ||||||
* | Wait for the completion of DMA operations during writes | Suren A. Chilingaryan | 2011-07-11 | 9 | -349/+431 | |
| | ||||||
* | Minor improvement | Suren A. Chilingaryan | 2011-07-11 | 1 | -7/+7 | |
| |