summaryrefslogtreecommitdiff
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dma: bcm6348: Don't check clk_freeSean Anderson2022-03-301-5/+1
* dma: xilinx: Add Display Port DMA driverMichal Simek2022-03-093-0/+51
* drivers: dma: Add support for J721S2David Huang2022-02-084-0/+171
* dma: ti: k3-udma: Fix rflow reservation for PKTDMAVignesh Raghavendra2022-01-151-13/+8
* treewide: invaild -> invalidSean Anderson2022-01-131-1/+1
* ti: keystone: dma: Migrate to KconfigTom Rini2021-09-273-28/+34
* Makefile: Move drivers/dma/ into drivers/MakefileSimon Glass2021-09-041-0/+1
* Convert CONFIG_DMA_LPC32XX to KconfigSimon Glass2021-09-041-0/+11
* dma: Add a Kconfig for legacy DMASimon Glass2021-09-041-0/+10
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-1/+0
* global: Remove unused or unnecessary CONFIG symbols related to DDRTom Rini2021-08-301-3/+1
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* dma: ti: k3-udma: Add support for native configuration of chan/flowVignesh Raghavendra2021-06-112-4/+215
* dma: ti: k3-udma: Add BCDMA and PKTDMA supportVignesh Raghavendra2021-05-121-64/+939
* dma: ti: k3-psil-am64: Add AM64 PSIL endpoint dataVignesh Raghavendra2021-05-124-0/+160
* dma: ti: k3-psil: Extend PSIL EP data extension for AM64Vignesh Raghavendra2021-05-121-0/+16
* dma: ti: k3-psil-am654: Drop unused PSIL EP static dataVignesh Raghavendra2021-05-121-25/+7
* dma: bcm6348: incorrect buffer allocationHeinrich Schuchardt2021-01-181-2/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-135-5/+5
* Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-121-1/+3
|\
| * dma: ti: k3-udma: Reset the channel during releaseVignesh Raghavendra2020-10-121-1/+3
* | dma: Reduce error level when DMA channel type does not existVignesh Raghavendra2020-10-081-2/+2
|/
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pairVignesh Raghavendra2020-07-131-37/+15
* dma: ti: k3-udma: Move RX descriptor ring entries to rflow structVignesh Raghavendra2020-07-131-24/+28
* dma: ti: k3-udma: Introduce udma_chan_config structVignesh Raghavendra2020-07-131-89/+108
* dma: ti: k3-udma: Update driver to use static endpoint DataVignesh Raghavendra2020-07-132-43/+103
* dma: ti: Add static PSIL endpoint informationVignesh Raghavendra2020-07-137-0/+295
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-184-0/+4
* common: Drop linux/delay.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop log.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-185-0/+5
* mtd: nand: support GPMI NAND driver for i.MX8Peng Fan2020-05-102-6/+9
* mxs_nand: Add support for i.MX8MYe Li2020-05-102-2/+2
* dma: ti: k3-udma: Mark flow id as valid parameter for RX channel configLokesh Vutla2020-03-031-4/+3
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-054-0/+4
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-1/+2
* dma: Rename free() to rfree()Simon Glass2020-02-053-6/+6
* 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