summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add __GFP_DMA flag while allocating DMA buffersSuren A. Chilingaryan2014-04-021-1/+7
|
* Update .bzrignoreSuren A. Chilingaryan2014-03-191-0/+1
|
* Add HEB scripts and re-organize the structureSuren A. Chilingaryan2014-03-1933-40/+471
|
* Report proper hardware address in sysfsSuren A. Chilingaryan2014-03-191-2/+2
|
* Use seqnum from the frame headerSuren A. Chilingaryan2014-02-221-5/+1
|
* Provide offset header in the cameraSuren A. Chilingaryan2014-02-221-2/+5
|
* Add frame-reject registers to IPECamera modelSuren A. Chilingaryan2014-02-222-92/+101
|
* Properly support triggering with new revision of UFO cameraSuren A. Chilingaryan2014-01-281-3/+4
|
* Support new revision of UFO cameras...Suren A. Chilingaryan2014-01-284-5/+12
|
* Reset script for 4Mp modeSuren A. Chilingaryan2013-11-261-0/+325
|
* Adjustments to test scriptsSuren A. Chilingaryan2013-11-266-19/+98
|
* compare_to_value: fail out on incorrect sizeSuren A. Chilingaryan2013-11-261-0/+1
|
* Some tests are addedSuren A. Chilingaryan2013-11-256-0/+319
|
* __devinit/__devexit are removed in 3.8Suren A. Chilingaryan2013-11-221-0/+6
|
* I have no clue how to properly write switch statements.... Fixed.Suren A. Chilingaryan2013-09-051-1/+1
|
* Change default BUGs configuration of the IPE CameraSuren A. Chilingaryan2013-07-261-2/+2
|
* Support 4MPix sensor in IPECameraSuren A. Chilingaryan2013-07-162-2/+3
|
* Handle 3.7+ kernels which are missing VM_RESERVED flagSuren A. Chilingaryan2013-07-151-0/+5
|
* Merge important fixes for operation under LibUCA controlSuren A. Chilingaryan2013-04-173-4/+28
|\
| * Fix lock-up under the frame-flood, when the frame rate is significantly ↵Suren A. Chilingaryan2013-03-262-3/+23
| | | | | | | | faster than processing
| * In ipecamera_stop wait until streaming user-thread is terminatedSuren A. Chilingaryan2013-03-181-1/+5
| |
* | Provide kmem addresses in sysfsroot2013-02-033-6/+9
| |
* | Some tests with Xilinx DMA benchmarkSuren A. Chilingaryan2012-11-152-9/+77
| |
* | Xilinx benchmarkSuren A. Chilingaryan2012-11-146-4/+133
| |
* | fix gcc version detectionSuren A. Chilingaryan2012-11-141-2/+2
| |
* | Script for testing Xilinx DMASuren A. Chilingaryan2012-11-142-0/+118
| |
* | Automatically select PCI Bar if only one presentSuren A. Chilingaryan2012-11-141-7/+17
| |
* | Assume user kmem useSuren A. Chilingaryan2012-11-141-56/+53
| |
* | Provide access to PCI configuration space in cliSuren A. Chilingaryan2012-11-141-12/+64
| |
* | Provide information on device location (bus,device,function)Suren A. Chilingaryan2012-11-133-1/+4
| |
* | DMA-independent IRQ functionsSuren A. Chilingaryan2012-11-133-51/+112
| |
* | Allow IRQs without DMA engineSuren A. Chilingaryan2012-11-122-3/+6
| |
* | Kernel memory allocationSuren A. Chilingaryan2012-11-124-13/+195
| |
* | Do not verify BAR writes by defaultSuren A. Chilingaryan2012-11-121-4/+13
|/
* Do not return DMA buffer in streaming read if the callback returns errorSuren A. Chilingaryan2012-10-291-1/+1
|
* Report errors during DMA read in cliSuren A. Chilingaryan2012-10-291-0/+4
|
* Handle broken frames in ipecameraSuren A. Chilingaryan2012-10-231-3/+6
|
* Consider RESERVE_BUFFERS while computing buffer size required for ipecamera ↵Suren A. Chilingaryan2012-10-231-2/+2
| | | | fast reject
* Provide information on failed triggersSuren A. Chilingaryan2012-10-231-15/+28
|
* More fixes to frame separation in multiframe mode; debugging modeSuren A. Chilingaryan2012-10-233-23/+37
|
* Fix splitting of frames in case of MULTIFRAME_PACKETS camera bugSuren A. Chilingaryan2012-10-231-7/+39
|
* Fix re-computation of first processable frame_idSuren A. Chilingaryan2012-10-232-4/+4
|
* Skip non-informative packets on DMASuren A. Chilingaryan2012-10-222-1/+6
|
* Fixes 2 bugs in NWL DMA initalization: DMA engine was not restarted in case ↵Suren A. Chilingaryan2012-10-221-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. Chilingaryan2012-10-201-1/+4
| | | | frame height to 1088
* Decrease size of DMA buffer (bigger sizes limit DMA bandwidth)Suren A. Chilingaryan2012-10-201-1/+1
|
* Detect firmware version during initializationSuren A. Chilingaryan2012-10-191-12/+14
|
* Merge fixes to build systemSuren A. Chilingaryan2012-10-093-6/+14
|\
| * Fixes building in non-standard dirsSuren A. Chilingaryan2012-08-182-3/+12
| |
| * Use add_library to link against pthreadSuren A. Chilingaryan2012-08-181-2/+1
| |