| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Handle SIGINT signal in pcitool | Suren A. Chilingaryan | 2011-12-12 | 2 | -0/+17 |
* | Stop reader thread on pcilib_stop | Suren A. Chilingaryan | 2011-12-12 | 1 | -1/+1 |
* | Verbose grabbing mode | Suren A. Chilingaryan | 2011-12-12 | 2 | -13/+82 |
* | Allow to configure the number of preprocessing threads | Suren A. Chilingaryan | 2011-12-12 | 5 | -4/+57 |
* | Handle properly more of trigger-and-grab options in pcitool | Suren A. Chilingaryan | 2011-12-12 | 3 | -47/+51 |
* | In preprocessing mode, announce the events only after reconstruction is done | Suren A. Chilingaryan | 2011-12-12 | 2 | -3/+19 |
* | Minor fixes and improvements | Suren A. Chilingaryan | 2011-12-12 | 7 | -14/+29 |
* | Increase event timeout for large trigger times | Suren A. Chilingaryan | 2011-12-12 | 1 | -0/+6 |
* | Declare volatile differently | Suren A. Chilingaryan | 2011-12-12 | 2 | -12/+11 |
* | Add volatile keyword to prevent problematic optimizations | Suren A. Chilingaryan | 2011-12-12 | 1 | -8/+10 |
* | Fix handling of return values from frame decoder and event callback | Suren A. Chilingaryan | 2011-12-12 | 2 | -6/+7 |
* | Reverts r99 and fixes inheritance of kernel buffers properly | Suren A. Chilingaryan | 2011-12-12 | 2 | -12/+16 |
* | multithread preprocessing of ipecamera frames and code reorganization | Suren A. Chilingaryan | 2011-12-12 | 43 | -1266/+1699 |
* | 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 |