summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmemk: Fix 5.10 build errors for non Keystone2 platformsSuman Anna2021-04-221-0/+2
* cmemk: Fix build errors for 5.10+ kernelsSuman Anna2021-04-201-4/+27
* cmemk: Introduce cmem_dma_offset_configure wrapperSuman Anna2021-04-201-6/+10
* cmemk: Fix usage of get_user_pages_remote() on 5.9+ kernelsSuman Anna2021-04-201-1/+4
* cmemk: Fix usage of mmap_sem for 5.8+ kernelsSuman Anna2021-04-201-0/+8
* cmemk: Introduce cmem_mmap_read_{lock,unlock} wrappersSuman Anna2021-04-201-3/+13
* cmemk: Fix module for 5.6+ kernelsSuman Anna2021-04-201-2/+18
* tests: Fix compile warnings around off_tSuman Anna2021-04-202-12/+8
* tests: Cleanup to prevent size mismatch warningsShravan Karthik2018-12-203-67/+68
* module: cmemk: Modifications to dmabuf operations for Linux Kernel > v4.18Shravan Karthik2018-12-201-0/+7
* apitest: Update to check for return value for allocPhysSam Nelson2018-12-201-11/+15
* cmem: Code clean upSam Nelson2018-12-201-90/+90
* cmemk: portability fixes for handling physical addressSam Nelson2018-12-201-10/+11
* cmem: Add portability fix for user space library sourceSam Nelson2018-12-201-17/+17
* cmemk: Update for K3 architectureSam Nelson2018-12-201-20/+60
* cmemk: Fix mmap failures on K2 devices with v4.14.49Suman Anna2018-08-171-0/+1
* cmemk: Update handling of get_physSam Nelson2018-02-151-6/+7
* cmem: Bug fix: Correct return value checkingSam Nelson2018-02-151-3/+3
* cmemk: Cleanup of tabs and spacesSam Nelson2018-01-311-403/+403
* cmemk: Update to make code work with kernel 4.14Sam Nelson2018-01-311-66/+50
* cmemk: Clean up of tabs and spacesSam Nelson2018-01-261-1468/+1468
* cmemk: Add error checks and cleanupSam Nelson2018-01-261-20/+52
* cmemk: Need protection for find_vma for multithread useSam Nelson2018-01-261-3/+5
* cmem: Fix return value for export_dmabufSam Nelson2018-01-261-2/+2
* cmemk: Fix the dma_buf ops names on 4.12+ kernelsSuman Anna2017-11-201-0/+7
* cmemk: Use architecture agnostic uaccess.h headerSuman Anna2017-11-201-1/+1
* cmemk: Fix usage of get_user_pages_remote() on 4.10+ kernelsSuman Anna2017-11-201-1/+4
* cmemk: Fix usage of get_user_pages() on 4.6+ kernelsSuman Anna2017-02-161-0/+8
* cmemk: Fix cmem_dma_buf_end_cpu_access() signature on 4.6+ kernelsSuman Anna2017-02-161-0/+10
* cmemk: Initialize vma variableSam Nelson2017-01-101-0/+2
* Documentation: Update ti,cmem.txt with updated featuresSam Nelson2016-12-021-26/+48
* cmemk: Add support for blocks using sram nodesSam Nelson2016-12-021-117/+132
* tests: Update apitest to exercise dmabuf exportSam Nelson2016-11-151-2/+14
* cmem: Add support to export cmem buffer as dmabufSam Nelson2016-11-152-26/+366
* cmem: Fix duplication of block_structSam Nelson2016-11-152-13/+4
* cmemk: Add error check for ioremap function callSam Nelson2016-11-151-3/+9
* cmemk: Fix for issue with allocating memory from CMA pool with non-keystoneSam Nelson2016-11-151-2/+3
* Documentation: Add kernel device tree documentation4.12.00.00Sam Nelson2016-09-261-0/+64
* cmemk: UPdate cache wb and invalidate function.4.12.00.00_engSam Nelson2016-09-071-3/+5
* cmemk: Update to use local assembly for cache operationsSam Nelson2016-09-071-19/+18
* Revert "Remove assembly function hack for !MULTI_CACHE case"Sam Nelson2016-09-071-0/+264
* cmemk: Update to use high level functions for cache operations4.11.00.00_engSam Nelson2016-04-271-8/+12
* cmemk: Cleanup on cmem_cma_dev_0Sam Nelson2016-04-271-12/+6
* cmemk: Update to remove return value for seq_printfSam Nelson2016-04-271-23/+7
* Remove assembly function hack for !MULTI_CACHE caseRobert Tivy2016-04-271-264/+0
* cmemk: Use #define for keystone dma pfn offsetSam Nelson2016-03-171-3/+6
* cmemk: Update to ensure backward compatibility with older kernelSam Nelson2016-03-171-5/+10
* ks2: set dma_pfn_offset for keystone2 devices4.10.02.064.10.02.05_engVitaly Andrianov2016-03-151-3/+18
* Add support for LPAE in DT processing4.10.02.04_engRobert Tivy2015-10-191-20/+55
* Revert "Remove assembly function hack for !MULTI_CACHE case"Robert Tivy2015-08-251-0/+261