summaryrefslogtreecommitdiffstats
path: root/drivers/dma/apbh_dma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* dma: apbh-dma: unify register definesSascha Hauer2022-11-021-27/+0
* dma: apbh-dma: Simplify codeSascha Hauer2022-11-021-463/+24
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-5/+1
* dma: apbh: fix out-of-bounds write on 64-bit SoCsAhmad Fatoum2020-10-091-3/+4
* 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
* 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-231-12/+12
* dma: apbh: check for errors when resetting ip coreWolfram Sang2012-10-311-1/+3
* dma: add mxs-apbh-dma driverWolfram Sang2012-06-301-0/+598