| Commit message (Expand) | Author | Age | Files | Lines |
* | dma: ti: k3-udma: Fix channel hang on teardown | Vignesh Raghavendra | 2023-03-22 | 1 | -1/+1 |
* | ddr: fsl: Remove CONFIG_MEM_INIT_VALUE | Tom Rini | 2022-12-22 | 1 | -2/+2 |
* | global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespace | Tom Rini | 2022-11-10 | 1 | -2/+2 |
* | dm: treewide: Do not use the return value of simple uclass iterator | Michal Suchanek | 2022-10-29 | 1 | -4/+3 |
* | dma: Transfer dma_ops should use DMA address types | Andrew Davis | 2022-10-18 | 4 | -12/+12 |
* | dma: ti-edma3: Add DMA map operations before and after transfers | Andrew Davis | 2022-10-18 | 1 | -0/+19 |
* | dma: Use dma-mapping for cache ops and sync after write | Andrew Davis | 2022-10-18 | 1 | -4/+13 |
* | dma: ti: k3-udma: Fix 'SZ_64K’ undeclared error | Dhruva Gole | 2022-10-06 | 1 | -0/+1 |
* | arm: mach-k3: Rename SOC_K3_AM6 to SOC_K3_AM654 | Andrew Davis | 2022-07-25 | 2 | -2/+2 |
* | dma: ti: Add PSIL data for AM62x DMASS | Vignesh Raghavendra | 2022-06-10 | 4 | -0/+54 |
* | dma: bcm6348: Don't check clk_free | Sean Anderson | 2022-03-30 | 1 | -5/+1 |
* | dma: xilinx: Add Display Port DMA driver | Michal Simek | 2022-03-09 | 3 | -0/+51 |
* | drivers: dma: Add support for J721S2 | David Huang | 2022-02-08 | 4 | -0/+171 |
* | dma: ti: k3-udma: Fix rflow reservation for PKTDMA | Vignesh Raghavendra | 2022-01-15 | 1 | -13/+8 |
* | treewide: invaild -> invalid | Sean Anderson | 2022-01-13 | 1 | -1/+1 |
* | ti: keystone: dma: Migrate to Kconfig | Tom Rini | 2021-09-27 | 3 | -28/+34 |
* | Makefile: Move drivers/dma/ into drivers/Makefile | Simon Glass | 2021-09-04 | 1 | -0/+1 |
* | Convert CONFIG_DMA_LPC32XX to Kconfig | Simon Glass | 2021-09-04 | 1 | -0/+11 |
* | dma: Add a Kconfig for legacy DMA | Simon Glass | 2021-09-04 | 1 | -0/+10 |
* | Kconfig: Remove all default n/no options | Michal Simek | 2021-08-31 | 1 | -1/+0 |
* | global: Remove unused or unnecessary CONFIG symbols related to DDR | Tom Rini | 2021-08-30 | 1 | -3/+1 |
* | dm: define LOG_CATEGORY for all uclass | Patrick Delaunay | 2021-07-06 | 1 | -0/+2 |
* | dma: ti: k3-udma: Add support for native configuration of chan/flow | Vignesh Raghavendra | 2021-06-11 | 2 | -4/+215 |
* | dma: ti: k3-udma: Add BCDMA and PKTDMA support | Vignesh Raghavendra | 2021-05-12 | 1 | -64/+939 |
* | dma: ti: k3-psil-am64: Add AM64 PSIL endpoint data | Vignesh Raghavendra | 2021-05-12 | 4 | -0/+160 |
* | dma: ti: k3-psil: Extend PSIL EP data extension for AM64 | Vignesh Raghavendra | 2021-05-12 | 1 | -0/+16 |
* | dma: ti: k3-psil-am654: Drop unused PSIL EP static data | Vignesh Raghavendra | 2021-05-12 | 1 | -25/+7 |
* | dma: bcm6348: incorrect buffer allocation | Heinrich Schuchardt | 2021-01-18 | 1 | -2/+2 |
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat() | Simon Glass | 2020-12-13 | 1 | -2/+2 |
* | dm: treewide: Rename auto_alloc_size members to be shorter | Simon Glass | 2020-12-13 | 5 | -5/+5 |
* | Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo... | Tom Rini | 2020-10-12 | 1 | -1/+3 |
|\ |
|
| * | dma: ti: k3-udma: Reset the channel during release | Vignesh Raghavendra | 2020-10-12 | 1 | -1/+3 |
* | | dma: Reduce error level when DMA channel type does not exist | Vignesh Raghavendra | 2020-10-08 | 1 | -2/+2 |
|/ |
|
* | treewide: convert devfdt_get_addr() to dev_read_addr() | Masahiro Yamada | 2020-07-25 | 1 | -1/+1 |
* | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" | Tom Rini | 2020-07-24 | 1 | -1/+1 |
* | treewide: convert devfdt_get_addr() to dev_read_addr() | Masahiro Yamada | 2020-07-20 | 1 | -1/+1 |
* | dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pair | Vignesh Raghavendra | 2020-07-13 | 1 | -37/+15 |
* | dma: ti: k3-udma: Move RX descriptor ring entries to rflow struct | Vignesh Raghavendra | 2020-07-13 | 1 | -24/+28 |
* | dma: ti: k3-udma: Introduce udma_chan_config struct | Vignesh Raghavendra | 2020-07-13 | 1 | -89/+108 |
* | dma: ti: k3-udma: Update driver to use static endpoint Data | Vignesh Raghavendra | 2020-07-13 | 2 | -43/+103 |
* | dma: ti: Add static PSIL endpoint information | Vignesh Raghavendra | 2020-07-13 | 7 | -0/+295 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 4 | -0/+4 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 3 | -0/+3 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 4 | -0/+4 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 5 | -0/+5 |
* | mtd: nand: support GPMI NAND driver for i.MX8 | Peng Fan | 2020-05-10 | 2 | -6/+9 |
* | mxs_nand: Add support for i.MX8M | Ye Li | 2020-05-10 | 2 | -2/+2 |
* | dma: ti: k3-udma: Mark flow id as valid parameter for RX channel config | Lokesh Vutla | 2020-03-03 | 1 | -4/+3 |
* | dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> | Masahiro Yamada | 2020-02-19 | 1 | -1/+1 |