summaryrefslogtreecommitdiffstats
path: root/driver
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changesSuren A. Chilingaryan2014-12-193-0/+4
|
* Do not set __GFP_DMA flag while allocating DMA pages (the flag is required ↵Suren A. Chilingaryan2014-12-121-3/+0
| | | | for devices capable of addressing 24-bits only and may significantly degrade performance
* Fix detection of gcc version on Ubuntu (by Uros)Suren A. Chilingaryan2014-04-091-1/+1
|
* Prevent some warning in sysfs management codeSuren A. Chilingaryan2014-04-031-2/+2
|
* Merge changes from xilinx_dma branch providing support of multipage kmem ↵Suren A. Chilingaryan2014-04-031-9/+34
|\ | | | | | | allocations and mapping memory regions reserved with memmap boot option
| * Add missing semicolon in the driverSuren A. Chilingaryan2013-07-261-3/+3
| |
| * Support pre-allocated memory with memmap in KMemSuren A. Chilingaryan2013-07-141-3/+27
| |
| * Multipage DMA tests for XilinxSuren A. Chilingaryan2013-06-201-7/+12
| |
* | Add __GFP_DMA flag while allocating DMA buffersSuren A. Chilingaryan2014-04-021-1/+7
| |
* | Report proper hardware address in sysfsSuren A. Chilingaryan2014-03-191-2/+2
| |
* | __devinit/__devexit are removed in 3.8Suren A. Chilingaryan2013-11-221-0/+6
| |
* | Handle 3.7+ kernels which are missing VM_RESERVED flagSuren A. Chilingaryan2013-07-151-0/+5
| |
* | Provide kmem addresses in sysfsroot2013-02-032-5/+8
|/
* fix gcc version detectionSuren A. Chilingaryan2012-11-141-2/+2
|
* Provide information on device location (bus,device,function)Suren A. Chilingaryan2012-11-132-0/+2
|
* Don't use gawk for gcc detectionSuren A. Chilingaryan2012-08-181-2/+2
|
* Compilation with Linux-3.2Suren A. Chilingaryan2012-02-111-1/+1
|
* Verify gcc versionSuren A. Chilingaryan2012-02-111-1/+21
|
* Synchronize kernel buffers during the read-kernel-memory and while accessing ↵Suren A. Chilingaryan2011-12-143-11/+24
| | | | via sysfs
* multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan2011-12-121-1/+1
|
* Fix double reference counting on the kernel module causing GPFSuren A. Chilingaryan2011-11-281-2/+0
|
* Properly perform synchronization of DMA buffersSuren A. Chilingaryan2011-10-233-35/+55
|
* Support exporting data from kernel buffersroot2011-10-214-11/+32
|
* Fix crash on the driver unloadroot2011-10-181-2/+3
|
* Fix few compilation issues with recent kernelsroot2011-07-194-0/+15
|
* Prevent driver holding hardware locks from unloadingSuren A. Chilingaryan2011-07-183-11/+58
|
* Support forceful clean-up of kernel memorySuren A. Chilingaryan2011-07-172-32/+67
|
* List kernel buffersSuren A. Chilingaryan2011-07-172-8/+1
|
* Handle correctly reference counting in the driverSuren A. Chilingaryan2011-07-172-11/+27
|
* Few fixesSuren A. Chilingaryan2011-07-171-0/+6
|
* Implement DMA access synchronization in the driverSuren A. Chilingaryan2011-07-165-31/+142
|
* First iteration of work to preserve DMA state between executionsSuren A. Chilingaryan2011-07-146-5/+70
|
* Fix compilation issuesSuren A. Chilingaryan2011-07-111-2/+2
|
* IRQ support in NWL DMA engineSuren A. Chilingaryan2011-07-115-64/+46
|
* North West Logick DMA implementationroot2011-07-047-13/+78
|
* A bit of DMA infrastructureroot2011-06-163-5/+5
|
* Remove unsupported devicesroot2011-06-164-83/+8
|
* Move to new FPGA designroot2011-06-161-1/+2
|
* Infrastructure for event APISuren A. Chilingaryan2011-04-121-0/+1
|
* Initial support for registers, infrastructure onlySuren A. Chilingaryan2011-02-182-30/+32
|
* Print a bit more detailsSuren A. Chilingaryan2011-02-132-0/+2
|
* Support Device ID of IPE cameraSuren A. Chilingaryan2011-02-133-0/+10
|
* Initial importSuren A. Chilingaryan2011-02-1317-0/+3142