aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass5-0/+5
2020-05-10mtd: nand: support GPMI NAND driver for i.MX8Peng Fan2-6/+9
2020-05-10mxs_nand: Add support for i.MX8MYe Li2-2/+2
2020-03-03dma: ti: k3-udma: Mark flow id as valid parameter for RX channel configLokesh Vutla1-4/+3
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-1/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass4-0/+4
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-1/+2
2020-02-05dma: Rename free() to rfree()Simon Glass3-6/+6
2020-01-20dma: ti: k3-udma: Fix build warnings when building for 32 bit platformsVignesh Raghavendra1-8/+8
2020-01-20dma: ti: k3-udma: Fix ring push operation for 32 bit coresVignesh Raghavendra1-3/+11
2020-01-20dma: ti: k3-udma: Switch to exposed ring modeVignesh Raghavendra1-2/+2
2020-01-20dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfersVignesh Raghavendra1-2/+2
2020-01-20dma: ti: k3-udma: Remove coherency check for cache opsVignesh Raghavendra1-33/+16
2020-01-20dma: ti: k3-udma: Query DMA channels allocated from Resource ManagerVignesh Raghavendra1-79/+214
2019-12-09net: ti: am65-cpsw-nuss: Add new compatible for J721eVignesh Raghavendra1-0/+1
2019-12-09dma: ti: k3-udma: Implement dma_get_cfg() interfaceVignesh Raghavendra1-0/+28
2019-12-09dma: Introduce dma_get_cfg() interfaceVignesh Raghavendra1-0/+12
2019-12-02common: Move ARM cache operations out of common.hSimon Glass4-0/+4
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2019-05-03dma: ti: k3-udma: Do not touch RT registers before channel configurationPeter Ujfalusi1-24/+9
2019-05-03drivers: dma: ti: k3-udma: Extract packet data only when Meta data is not NULLKeerthy1-1/+1
2019-04-13Merge tag 'mips-pull-2019-04-12' of git://git.denx.de/u-boot-mipsTom Rini1-0/+6
2019-04-12dma: bcm6348: check if driver is enabled before send/recvÁlvaro Fernández Rojas1-0/+6
2019-04-11dma: ti: add driver to K3 UDMAVignesh R6-0/+1935
2018-12-19dma: add bcm6348-iudma supportÁlvaro Fernández Rojas3-0/+652
2018-12-07test: dma: add dma-uclass testGrygorii Strashko3-0/+290
2018-12-07dma: add channels supportÁlvaro Fernández Rojas2-4/+184
2018-12-07dma: move dma_ops to dma-uclass.hÁlvaro Fernández Rojas2-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini11-23/+11
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-02-08Convert CONFIG_APBH_DMA et al to KconfigAdam Ford1-0/+15
2018-01-19drivers: dma: ti-edma3: add support for memory fillTero Kristo1-7/+48
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada3-6/+6
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-2/+2
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-02-23drivers: dma: ti-edma3: convert driver to adopt driver modelMugunthan V N1-2/+80
2016-02-23dma: Kconfig: Add TI_EDMA3 entryMugunthan V N1-0/+7
2016-02-23dm: implement a DMA uclassMugunthan V N3-0/+89
2016-01-24imx: apbh_dma: Update APBH-DMA for MX7DPeng Fan1-1/+1
2015-10-22dma: keystone_nav: Fix linkram sizeVitaly Andrianov1-1/+1
2015-08-18dma: lpc32xx: add DMA driverSylvain Lemieux2-0/+148
2015-08-17dma: ti-edma3: Add helper function to support edma3 transferVignesh R1-0/+78
2014-11-06dma: keystone_nav: remove spurious qm_cfg verificationKhoronzhuk, Ivan1-12/+0
2014-10-23dma: ti-edma3: introduce edma3 driverKhoronzhuk, Ivan2-0/+385
2014-10-23dma: keystone_nav: generalize driver usageKhoronzhuk, Ivan3-78/+83
2014-10-23dma: keystone_nav: move keystone_nav driver to driver/dma/Khoronzhuk, Ivan2-0/+355