summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* apbh: Use dma_alloc_coherent() to get DMA addressAndrey Smirnov2019-05-281-2/+3
* apbh: Do not zero out DMA coherent memoryAndrey Smirnov2019-05-281-1/+0
* dma: apbh: make locally used function staticSascha Hauer2018-11-121-1/+1
* dma: apbh: Enable clock as a part of probingAndrey Smirnov2018-04-031-0/+13
* dma: apbh_dma: add missing array terminationSascha Hauer2017-03-061-1/+3
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-3/+3
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-1/+1
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-1/+2
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-2/+3
* mtd: nand: mxs-nand: Add i.MX6 supportSascha Hauer2013-07-231-1/+1
* dma: apbh: cleanup includesSascha Hauer2013-07-231-7/+5
* dma: apbh: add devicetree probe supportSascha Hauer2013-07-231-0/+13
* dma: apbh: Turn into a driverSascha Hauer2013-07-231-33/+80
* dma: apbh-dma: move header file to common locationSascha Hauer2013-07-231-1/+1
* dma: apbh: introduce private structSascha Hauer2013-07-231-28/+38
* ARM: MXS: introduce stmp device supportSascha Hauer2013-07-232-12/+13
* Cleanup Kconfig filesAlexander Shiyan2012-12-081-1/+1
* dma: apbh: check for errors when resetting ip coreWolfram Sang2012-10-311-1/+3
* dma: add mxs-apbh-dma driverWolfram Sang2012-06-303-0/+607