summaryrefslogtreecommitdiff
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dma: ti: k3-udma: Fix build warnings when building for 32 bit platformsVignesh Raghavendra2020-01-201-8/+8
* dma: ti: k3-udma: Fix ring push operation for 32 bit coresVignesh Raghavendra2020-01-201-3/+11
* dma: ti: k3-udma: Switch to exposed ring modeVignesh Raghavendra2020-01-201-2/+2
* dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfersVignesh Raghavendra2020-01-201-2/+2
* dma: ti: k3-udma: Remove coherency check for cache opsVignesh Raghavendra2020-01-201-33/+16
* dma: ti: k3-udma: Query DMA channels allocated from Resource ManagerVignesh Raghavendra2020-01-201-79/+214
* net: ti: am65-cpsw-nuss: Add new compatible for J721eVignesh Raghavendra2019-12-091-0/+1
* dma: ti: k3-udma: Implement dma_get_cfg() interfaceVignesh Raghavendra2019-12-091-0/+28
* dma: Introduce dma_get_cfg() interfaceVignesh Raghavendra2019-12-091-0/+12
* common: Move ARM cache operations out of common.hSimon Glass2019-12-024-0/+4
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-1/+1
* dma: ti: k3-udma: Do not touch RT registers before channel configurationPeter Ujfalusi2019-05-031-24/+9
* drivers: dma: ti: k3-udma: Extract packet data only when Meta data is not NULLKeerthy2019-05-031-1/+1
* Merge tag 'mips-pull-2019-04-12' of git://git.denx.de/u-boot-mipsTom Rini2019-04-131-0/+6
|\
| * dma: bcm6348: check if driver is enabled before send/recvÁlvaro Fernández Rojas2019-04-121-0/+6
* | dma: ti: add driver to K3 UDMAVignesh R2019-04-116-0/+1935
|/
* dma: add bcm6348-iudma supportÁlvaro Fernández Rojas2018-12-193-0/+652
* test: dma: add dma-uclass testGrygorii Strashko2018-12-073-0/+290
* dma: add channels supportÁlvaro Fernández Rojas2018-12-072-4/+184
* dma: move dma_ops to dma-uclass.hÁlvaro Fernández Rojas2018-12-072-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0711-23/+11
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* Convert CONFIG_APBH_DMA et al to KconfigAdam Ford2018-02-081-0/+15
* drivers: dma: ti-edma3: add support for memory fillTero Kristo2018-01-191-7/+48
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-043-6/+6
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-2/+2
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* drivers: dma: ti-edma3: convert driver to adopt driver modelMugunthan V N2016-02-231-2/+80
* dma: Kconfig: Add TI_EDMA3 entryMugunthan V N2016-02-231-0/+7
* dm: implement a DMA uclassMugunthan V N2016-02-233-0/+89
* imx: apbh_dma: Update APBH-DMA for MX7DPeng Fan2016-01-241-1/+1
* dma: keystone_nav: Fix linkram sizeVitaly Andrianov2015-10-221-1/+1
* dma: lpc32xx: add DMA driverSylvain Lemieux2015-08-182-0/+148
* dma: ti-edma3: Add helper function to support edma3 transferVignesh R2015-08-171-0/+78
* dma: keystone_nav: remove spurious qm_cfg verificationKhoronzhuk, Ivan2014-11-061-12/+0
* dma: ti-edma3: introduce edma3 driverKhoronzhuk, Ivan2014-10-232-0/+385
* dma: keystone_nav: generalize driver usageKhoronzhuk, Ivan2014-10-233-78/+83
* dma: keystone_nav: move keystone_nav driver to driver/dma/Khoronzhuk, Ivan2014-10-232-0/+355
* cosmetic: replace MIN, MAX with min, maxMasahiro Yamada2014-09-241-1/+1
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
* omap: clean-up dead configsMasahiro Yamada2014-08-092-168/+0
* drivers: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-26/+4
* dma: apbh: Add special circular mode for LCDMarek Vasut2013-08-091-0/+22
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-247-112/+7
* dma: Add i.MX6 support to drivers/dma/apbh_dma.cStefan Roese2013-04-221-1/+1
* imx: Move some header files from arch-mxs to imx-commonStefan Roese2013-04-221-1/+2
* mxs: dma: Fix APBH DMA driver for MX23Marek Vasut2013-01-281-2/+8
* MX28: DMA: Prolong the DMA timeoutMarek Vasut2012-09-011-1/+1