Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Send proper event id to get_data function | Suren A. Chilingaryan | 2011-12-09 | 1 | -2/+2 | |
| | ||||||
* | Image frames decoding | Suren A. Chilingaryan | 2011-12-09 | 5 | -48/+121 | |
| | ||||||
* | Parse required event & data_type | Suren A. Chilingaryan | 2011-12-09 | 5 | -11/+57 | |
| | ||||||
* | Gathering a bit of statistics | Suren A. Chilingaryan | 2011-12-09 | 3 | -12/+62 | |
| | ||||||
* | Few fixes | Suren A. Chilingaryan | 2011-12-09 | 1 | -3/+7 | |
| | ||||||
* | Print proper addresses for register range read/writes | Suren A. Chilingaryan | 2011-12-09 | 1 | -6/+8 | |
| | ||||||
* | Initial support of event streaming in cli | Suren A. Chilingaryan | 2011-12-09 | 9 | -84/+327 | |
| | ||||||
* | Support multiple frames sharing a single DMA packet | Suren A. Chilingaryan | 2011-12-08 | 1 | -9/+44 | |
| | ||||||
* | new event architecture, first trial | Suren A. Chilingaryan | 2011-12-08 | 20 | -518/+1215 | |
| | ||||||
* | Fix multiword register reads in a proper way | Suren A. Chilingaryan | 2011-12-06 | 2 | -7/+11 | |
| | ||||||
* | Add another debug register to the ipecamera model | Suren A. Chilingaryan | 2011-12-05 | 1 | -0/+1 | |
| | ||||||
* | Fix addressing for multiword register space reads | Suren A. Chilingaryan | 2011-12-05 | 1 | -2/+2 | |
| | ||||||
* | Fix double reference counting on the kernel module causing GPF | Suren A. Chilingaryan | 2011-11-28 | 1 | -2/+0 | |
| | ||||||
* | Fix allocation of big memory buffers for DMA readout in pcitool | Suren A. Chilingaryan | 2011-11-28 | 1 | -2/+3 | |
| | ||||||
* | Update scripts | Suren A. Chilingaryan | 2011-10-31 | 9 | -76/+129 | |
| | ||||||
* | Commit camera support to the latest stage before rewrite | Suren A. Chilingaryan | 2011-10-31 | 2 | -32/+63 | |
| | ||||||
* | Improvements of DMA engine | Suren A. Chilingaryan | 2011-10-26 | 15 | -182/+298 | |
| | ||||||
* | Fix DMA synchronization for writes as well | Suren A. Chilingaryan | 2011-10-24 | 1 | -0/+3 | |
| | ||||||
* | Do not sync to device, looks like it is not required | Suren A. Chilingaryan | 2011-10-23 | 1 | -1/+2 | |
| | ||||||
* | 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 | |
| |