summaryrefslogtreecommitdiff
path: root/drivers/dma/apbh_dma.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-10mtd: nand: support GPMI NAND driver for i.MX8Peng Fan1-5/+8
2020-05-10mxs_nand: Add support for i.MX8MYe Li1-1/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-2/+2
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-01-24imx: apbh_dma: Update APBH-DMA for MX7DPeng Fan1-1/+1
2013-08-09dma: apbh: Add special circular mode for LCDMarek Vasut1-0/+22
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-04-22dma: Add i.MX6 support to drivers/dma/apbh_dma.cStefan Roese1-1/+1
2013-04-22imx: Move some header files from arch-mxs to imx-commonStefan Roese1-1/+2
2013-01-28mxs: dma: Fix APBH DMA driver for MX23Marek Vasut1-2/+8
2012-09-01MX28: DMA: Prolong the DMA timeoutMarek Vasut1-1/+1
2012-09-01mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador1-2/+2
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador1-16/+16
2012-04-16DMA: Split the APBH DMA init into block and channel initMarek Vasut1-21/+17
2012-03-29i.MX28: Add cache support into the APBH DMA driverMarek Vasut1-1/+22
2011-12-07MXS: Add static annotations to dma driverMarek Vasut1-159/+50
2011-12-07apbh_dma: return error value on timeoutWolfram Sang1-1/+1
2011-11-11iMX28: Add APBH DMA driverMarek Vasut1-0/+691