Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update .bzrignore | Suren A. Chilingaryan | 2014-03-19 | 1 | -0/+1 |
| | |||||
* | Add HEB scripts and re-organize the structure | Suren A. Chilingaryan | 2014-03-19 | 33 | -40/+471 |
| | |||||
* | Report proper hardware address in sysfs | Suren A. Chilingaryan | 2014-03-19 | 1 | -2/+2 |
| | |||||
* | Use seqnum from the frame header | Suren A. Chilingaryan | 2014-02-22 | 1 | -5/+1 |
| | |||||
* | Provide offset header in the camera | Suren A. Chilingaryan | 2014-02-22 | 1 | -2/+5 |
| | |||||
* | Add frame-reject registers to IPECamera model | Suren A. Chilingaryan | 2014-02-22 | 2 | -92/+101 |
| | |||||
* | Properly support triggering with new revision of UFO camera | Suren A. Chilingaryan | 2014-01-28 | 1 | -3/+4 |
| | |||||
* | Support new revision of UFO cameras... | Suren A. Chilingaryan | 2014-01-28 | 4 | -5/+12 |
| | |||||
* | Reset script for 4Mp mode | Suren A. Chilingaryan | 2013-11-26 | 1 | -0/+325 |
| | |||||
* | Adjustments to test scripts | Suren A. Chilingaryan | 2013-11-26 | 6 | -19/+98 |
| | |||||
* | compare_to_value: fail out on incorrect size | Suren A. Chilingaryan | 2013-11-26 | 1 | -0/+1 |
| | |||||
* | Some tests are added | Suren A. Chilingaryan | 2013-11-25 | 6 | -0/+319 |
| | |||||
* | __devinit/__devexit are removed in 3.8 | Suren A. Chilingaryan | 2013-11-22 | 1 | -0/+6 |
| | |||||
* | I have no clue how to properly write switch statements.... Fixed. | Suren A. Chilingaryan | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | Change default BUGs configuration of the IPE Camera | Suren A. Chilingaryan | 2013-07-26 | 1 | -2/+2 |
| | |||||
* | Support 4MPix sensor in IPECamera | Suren A. Chilingaryan | 2013-07-16 | 2 | -2/+3 |
| | |||||
* | Handle 3.7+ kernels which are missing VM_RESERVED flag | Suren A. Chilingaryan | 2013-07-15 | 1 | -0/+5 |
| | |||||
* | Merge important fixes for operation under LibUCA control | Suren A. Chilingaryan | 2013-04-17 | 3 | -4/+28 |
|\ | |||||
| * | Fix lock-up under the frame-flood, when the frame rate is significantly ↵ | Suren A. Chilingaryan | 2013-03-26 | 2 | -3/+23 |
| | | | | | | | | faster than processing | ||||
| * | In ipecamera_stop wait until streaming user-thread is terminated | Suren A. Chilingaryan | 2013-03-18 | 1 | -1/+5 |
| | | |||||
* | | Provide kmem addresses in sysfs | root | 2013-02-03 | 3 | -6/+9 |
| | | |||||
* | | Some tests with Xilinx DMA benchmark | Suren A. Chilingaryan | 2012-11-15 | 2 | -9/+77 |
| | | |||||
* | | Xilinx benchmark | Suren A. Chilingaryan | 2012-11-14 | 6 | -4/+133 |
| | | |||||
* | | fix gcc version detection | Suren A. Chilingaryan | 2012-11-14 | 1 | -2/+2 |
| | | |||||
* | | Script for testing Xilinx DMA | Suren A. Chilingaryan | 2012-11-14 | 2 | -0/+118 |
| | | |||||
* | | Automatically select PCI Bar if only one present | Suren A. Chilingaryan | 2012-11-14 | 1 | -7/+17 |
| | | |||||
* | | Assume user kmem use | Suren A. Chilingaryan | 2012-11-14 | 1 | -56/+53 |
| | | |||||
* | | Provide access to PCI configuration space in cli | Suren A. Chilingaryan | 2012-11-14 | 1 | -12/+64 |
| | | |||||
* | | Provide information on device location (bus,device,function) | Suren A. Chilingaryan | 2012-11-13 | 3 | -1/+4 |
| | | |||||
* | | DMA-independent IRQ functions | Suren A. Chilingaryan | 2012-11-13 | 3 | -51/+112 |
| | | |||||
* | | Allow IRQs without DMA engine | Suren A. Chilingaryan | 2012-11-12 | 2 | -3/+6 |
| | | |||||
* | | Kernel memory allocation | Suren A. Chilingaryan | 2012-11-12 | 4 | -13/+195 |
| | | |||||
* | | Do not verify BAR writes by default | Suren A. Chilingaryan | 2012-11-12 | 1 | -4/+13 |
|/ | |||||
* | Do not return DMA buffer in streaming read if the callback returns error | Suren A. Chilingaryan | 2012-10-29 | 1 | -1/+1 |
| | |||||
* | Report errors during DMA read in cli | Suren A. Chilingaryan | 2012-10-29 | 1 | -0/+4 |
| | |||||
* | Handle broken frames in ipecamera | Suren A. Chilingaryan | 2012-10-23 | 1 | -3/+6 |
| | |||||
* | Consider RESERVE_BUFFERS while computing buffer size required for ipecamera ↵ | Suren A. Chilingaryan | 2012-10-23 | 1 | -2/+2 |
| | | | | fast reject | ||||
* | Provide information on failed triggers | Suren A. Chilingaryan | 2012-10-23 | 1 | -15/+28 |
| | |||||
* | More fixes to frame separation in multiframe mode; debugging mode | Suren A. Chilingaryan | 2012-10-23 | 3 | -23/+37 |
| | |||||
* | Fix splitting of frames in case of MULTIFRAME_PACKETS camera bug | Suren A. Chilingaryan | 2012-10-23 | 1 | -7/+39 |
| | |||||
* | Fix re-computation of first processable frame_id | Suren A. Chilingaryan | 2012-10-23 | 2 | -4/+4 |
| | |||||
* | Skip non-informative packets on DMA | Suren A. Chilingaryan | 2012-10-22 | 2 | -1/+6 |
| | |||||
* | Fixes 2 bugs in NWL DMA initalization: DMA engine was not restarted in case ↵ | Suren A. Chilingaryan | 2012-10-22 | 1 | -3/+8 |
| | | | | of incosistency leading to possibility of data loss on DMA; Persistent mode was not respected after re-initalization (stop/start dma) | ||||
* | For the sake of FR-revision, don't clean DMA before recording and always set ↵ | Suren A. Chilingaryan | 2012-10-20 | 1 | -1/+4 |
| | | | | frame height to 1088 | ||||
* | Decrease size of DMA buffer (bigger sizes limit DMA bandwidth) | Suren A. Chilingaryan | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Detect firmware version during initialization | Suren A. Chilingaryan | 2012-10-19 | 1 | -12/+14 |
| | |||||
* | Merge fixes to build system | Suren A. Chilingaryan | 2012-10-09 | 3 | -6/+14 |
|\ | |||||
| * | Fixes building in non-standard dirs | Suren A. Chilingaryan | 2012-08-18 | 2 | -3/+12 |
| | | |||||
| * | Use add_library to link against pthread | Suren A. Chilingaryan | 2012-08-18 | 1 | -2/+1 |
| | | |||||
| * | Don't use gawk for gcc detection | Suren A. Chilingaryan | 2012-08-18 | 1 | -2/+2 |
| | |