- 9ed43ef dma: bcm6348: Don't check clk_free by Sean Anderson · 2 years, 10 months ago
- 113ca2e dma: xilinx: Add Display Port DMA driver by Michal Simek · 2 years, 9 months ago
- 7bee6e1 drivers: dma: Add support for J721S2 by David Huang · 2 years, 10 months ago
- 8ade6b0 dma: ti: k3-udma: Fix rflow reservation for PKTDMA by Vignesh Raghavendra · 3 years ago
- a1b654b treewide: invaild -> invalid by Sean Anderson · 3 years ago
- 1a1f22f ti: keystone: dma: Migrate to Kconfig by Tom Rini · 3 years, 2 months ago
- 2710f9f Makefile: Move drivers/dma/ into drivers/Makefile by Simon Glass · 3 years, 4 months ago
- 4000e1b Convert CONFIG_DMA_LPC32XX to Kconfig by Simon Glass · 3 years, 4 months ago
- 9cf0079 dma: Add a Kconfig for legacy DMA by Simon Glass · 3 years, 4 months ago
- 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- ddda564 global: Remove unused or unnecessary CONFIG symbols related to DDR by Tom Rini · 3 years, 3 months ago
- 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- 27e7250 dma: ti: k3-udma: Add support for native configuration of chan/flow by Vignesh Raghavendra · 3 years, 6 months ago
- 5a7589c dma: ti: k3-udma: Add BCDMA and PKTDMA support by Vignesh Raghavendra · 3 years, 7 months ago
- 6d338ce dma: ti: k3-psil-am64: Add AM64 PSIL endpoint data by Vignesh Raghavendra · 3 years, 7 months ago
- 2eaf6ba dma: ti: k3-psil: Extend PSIL EP data extension for AM64 by Vignesh Raghavendra · 3 years, 7 months ago
- 18f39de dma: ti: k3-psil-am654: Drop unused PSIL EP static data by Vignesh Raghavendra · 3 years, 7 months ago
- cc3c632 dma: bcm6348: incorrect buffer allocation by Heinrich Schuchardt · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 554c624 Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 1 month ago
- be7bdcc dma: ti: k3-udma: Reset the channel during release by Vignesh Raghavendra · 4 years, 2 months ago
- 518d924 dma: Reduce error level when DMA channel type does not exist by Vignesh Raghavendra · 4 years, 2 months ago
- a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- d7c3eb0 dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pair by Vignesh Raghavendra · 4 years, 5 months ago
- 2db3b28 dma: ti: k3-udma: Move RX descriptor ring entries to rflow struct by Vignesh Raghavendra · 4 years, 5 months ago
- 0782621 dma: ti: k3-udma: Introduce udma_chan_config struct by Vignesh Raghavendra · 4 years, 5 months ago
- 222f5d8 dma: ti: k3-udma: Update driver to use static endpoint Data by Vignesh Raghavendra · 4 years, 5 months ago
- a555286 dma: ti: Add static PSIL endpoint information by Vignesh Raghavendra · 4 years, 5 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 128abf4 mtd: nand: support GPMI NAND driver for i.MX8 by Peng Fan · 4 years, 7 months ago
- 74948b8 mxs_nand: Add support for i.MX8M by Ye Li · 4 years, 7 months ago
- 9eae862 dma: ti: k3-udma: Mark flow id as valid parameter for RX channel config by Lokesh Vutla · 4 years, 9 months ago
- 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 10 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
- 75c0ad6 dma: Rename free() to rfree() by Simon Glass · 4 years, 10 months ago
- ce43141 dma: ti: k3-udma: Fix build warnings when building for 32 bit platforms by Vignesh Raghavendra · 5 years ago
- fc7a33f dma: ti: k3-udma: Fix ring push operation for 32 bit cores by Vignesh Raghavendra · 5 years ago
- 0fe24d3 dma: ti: k3-udma: Switch to exposed ring mode by Vignesh Raghavendra · 5 years ago
- c223799 dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfers by Vignesh Raghavendra · 5 years ago
- 05b711f dma: ti: k3-udma: Remove coherency check for cache ops by Vignesh Raghavendra · 5 years ago
- c410686 dma: ti: k3-udma: Query DMA channels allocated from Resource Manager by Vignesh Raghavendra · 5 years ago
- 30bc6ea net: ti: am65-cpsw-nuss: Add new compatible for J721e by Vignesh Raghavendra · 5 years ago
- 3934989 dma: ti: k3-udma: Implement dma_get_cfg() interface by Vignesh Raghavendra · 5 years ago
- b18fb7e dma: Introduce dma_get_cfg() interface by Vignesh Raghavendra · 5 years ago
- 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
- d15f865 dma: ti: k3-udma: Do not touch RT registers before channel configuration by Peter Ujfalusi · 6 years ago
- a3c8bb1 drivers: dma: ti: k3-udma: Extract packet data only when Meta data is not NULL by Keerthy · 6 years ago
- ef92bfc Merge tag 'mips-pull-2019-04-12' of git://git.denx.de/u-boot-mips by Tom Rini · 6 years ago
- d7b5932 dma: bcm6348: check if driver is enabled before send/recv by Álvaro Fernández Rojas · 6 years ago
- 3a9dbf3 dma: ti: add driver to K3 UDMA by Vignesh R · 6 years ago
- 1b412c5 dma: add bcm6348-iudma support by Álvaro Fernández Rojas · 6 years ago
- 19ebf0b test: dma: add dma-uclass test by Grygorii Strashko · 6 years ago
- d8cedab dma: add channels support by Álvaro Fernández Rojas · 6 years ago
- 308cd6f dma: move dma_ops to dma-uclass.h by Álvaro Fernández Rojas · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- a456d56 Convert CONFIG_APBH_DMA et al to Kconfig by Adam Ford · 7 years ago
- ee4a427 drivers: dma: ti-edma3: add support for memory fill by Tero Kristo · 7 years ago
- 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
- 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
- ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
- 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
- 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
- dd82d03 drivers: dma: ti-edma3: convert driver to adopt driver model by Mugunthan V N · 9 years ago
- 7e435fb dma: Kconfig: Add TI_EDMA3 entry by Mugunthan V N · 9 years ago
- 8c3c918 dm: implement a DMA uclass by Mugunthan V N · 9 years ago
- 4a4be69 imx: apbh_dma: Update APBH-DMA for MX7D by Peng Fan · 9 years ago
- 1e2b17e dma: keystone_nav: Fix linkram size by Vitaly Andrianov · 9 years ago
- 90a837f dma: lpc32xx: add DMA driver by Sylvain Lemieux · 9 years ago
- fbe1909 dma: ti-edma3: Add helper function to support edma3 transfer by Vignesh R · 9 years ago
- 1b2cdb2 dma: keystone_nav: remove spurious qm_cfg verification by Khoronzhuk, Ivan · 10 years ago
- 9e02ad7 dma: ti-edma3: introduce edma3 driver by Khoronzhuk, Ivan · 10 years ago
- fa2105a dma: keystone_nav: generalize driver usage by Khoronzhuk, Ivan · 10 years ago
- 7954b86 dma: keystone_nav: move keystone_nav driver to driver/dma/ by Khoronzhuk, Ivan · 10 years ago
- b62b39b cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · 10 years ago
- f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
- 641e3ce omap: clean-up dead configs by Masahiro Yamada · 10 years ago
- 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
- 4291780 dma: apbh: Add special circular mode for LCD by Marek Vasut · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 412e046 dma: Add i.MX6 support to drivers/dma/apbh_dma.c by Stefan Roese · 12 years ago
- 136f3f4 imx: Move some header files from arch-mxs to imx-common by Stefan Roese · 12 years ago
- 154af3a mxs: dma: Fix APBH DMA driver for MX23 by Marek Vasut · 12 years ago
- 0f6f68c MX28: DMA: Prolong the DMA timeout by Marek Vasut · 12 years ago
- cbf0bf2 mxs: Convert sys_proto.h prefixes to 'mxs' by Otavio Salvador · 12 years ago
- 22f4ff9 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · 12 years ago
- 93541b4 DMA: Split the APBH DMA init into block and channel init by Marek Vasut · 13 years ago
- 2642766 i.MX28: Add cache support into the APBH DMA driver by Marek Vasut · 13 years ago
- 4742c26 MXS: Add static annotations to dma driver by Marek Vasut · 13 years ago
- 98ee923 apbh_dma: return error value on timeout by Wolfram Sang · 13 years ago
- f7c752c iMX28: Add APBH DMA driver by Marek Vasut · 13 years ago