| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: add missing SPDX-License-Identifier | Ahmad Fatoum | 2021-11-01 | 3 | -5/+3 |
* | dma: move dma_map/unmap_single from ARM to common code | Ahmad Fatoum | 2021-03-04 | 2 | -0/+43 |
* | dma: apbh: fix out-of-bounds write on 64-bit SoCs | Ahmad Fatoum | 2020-10-09 | 1 | -3/+4 |
* | apbh: Use dma_alloc_coherent() to get DMA address | Andrey Smirnov | 2019-05-28 | 1 | -2/+3 |
* | apbh: Do not zero out DMA coherent memory | Andrey Smirnov | 2019-05-28 | 1 | -1/+0 |
* | dma: apbh: make locally used function static | Sascha Hauer | 2018-11-12 | 1 | -1/+1 |
* | dma: apbh: Enable clock as a part of probing | Andrey Smirnov | 2018-04-03 | 1 | -0/+13 |
* | dma: apbh_dma: add missing array termination | Sascha Hauer | 2017-03-06 | 1 | -1/+3 |
* | driver: replace dev_request_mem_region with dev_request_mem_resource | Sascha Hauer | 2016-03-07 | 1 | -3/+5 |
* | of: use 'const void *' for struct of_device_id.data | Antony Pavlov | 2015-04-30 | 1 | -3/+3 |
* | ARM: move DMA alloc functions to dma.h | Lucas Stach | 2015-03-06 | 1 | -1/+1 |
* | ARM: change dma_alloc/free_coherent to match other architectures | Lucas Stach | 2015-03-06 | 1 | -1/+2 |
* | resource: Let dev_request_mem_region return an error pointer | Sascha Hauer | 2014-09-16 | 1 | -2/+3 |
* | mtd: nand: mxs-nand: Add i.MX6 support | Sascha Hauer | 2013-07-23 | 1 | -1/+1 |
* | dma: apbh: cleanup includes | Sascha Hauer | 2013-07-23 | 1 | -7/+5 |
* | dma: apbh: add devicetree probe support | Sascha Hauer | 2013-07-23 | 1 | -0/+13 |
* | dma: apbh: Turn into a driver | Sascha Hauer | 2013-07-23 | 1 | -33/+80 |
* | dma: apbh-dma: move header file to common location | Sascha Hauer | 2013-07-23 | 1 | -1/+1 |
* | dma: apbh: introduce private struct | Sascha Hauer | 2013-07-23 | 1 | -28/+38 |
* | ARM: MXS: introduce stmp device support | Sascha Hauer | 2013-07-23 | 2 | -12/+13 |
* | Cleanup Kconfig files | Alexander Shiyan | 2012-12-08 | 1 | -1/+1 |
* | dma: apbh: check for errors when resetting ip core | Wolfram Sang | 2012-10-31 | 1 | -1/+3 |
* | dma: add mxs-apbh-dma driver | Wolfram Sang | 2012-06-30 | 3 | -0/+607 |