| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 4 | -0/+4 |
* | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 1 | -1/+2 |
* | dma: Rename free() to rfree() | Simon Glass | 2020-02-05 | 3 | -6/+6 |
* | dma: ti: k3-udma: Fix build warnings when building for 32 bit platforms | Vignesh Raghavendra | 2020-01-20 | 1 | -8/+8 |
* | dma: ti: k3-udma: Fix ring push operation for 32 bit cores | Vignesh Raghavendra | 2020-01-20 | 1 | -3/+11 |
* | dma: ti: k3-udma: Switch to exposed ring mode | Vignesh Raghavendra | 2020-01-20 | 1 | -2/+2 |
* | dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfers | Vignesh Raghavendra | 2020-01-20 | 1 | -2/+2 |
* | dma: ti: k3-udma: Remove coherency check for cache ops | Vignesh Raghavendra | 2020-01-20 | 1 | -33/+16 |
* | dma: ti: k3-udma: Query DMA channels allocated from Resource Manager | Vignesh Raghavendra | 2020-01-20 | 1 | -79/+214 |
* | net: ti: am65-cpsw-nuss: Add new compatible for J721e | Vignesh Raghavendra | 2019-12-09 | 1 | -0/+1 |
* | dma: ti: k3-udma: Implement dma_get_cfg() interface | Vignesh Raghavendra | 2019-12-09 | 1 | -0/+28 |
* | dma: Introduce dma_get_cfg() interface | Vignesh Raghavendra | 2019-12-09 | 1 | -0/+12 |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 4 | -0/+4 |
* | CONFIG_SPL_SYS_[DI]CACHE_OFF: add | Trevor Woerner | 2019-05-18 | 1 | -1/+1 |
* | dma: ti: k3-udma: Do not touch RT registers before channel configuration | Peter Ujfalusi | 2019-05-03 | 1 | -24/+9 |
* | drivers: dma: ti: k3-udma: Extract packet data only when Meta data is not NULL | Keerthy | 2019-05-03 | 1 | -1/+1 |
* | Merge tag 'mips-pull-2019-04-12' of git://git.denx.de/u-boot-mips | Tom Rini | 2019-04-13 | 1 | -0/+6 |
|\ |
|
| * | dma: bcm6348: check if driver is enabled before send/recv | Álvaro Fernández Rojas | 2019-04-12 | 1 | -0/+6 |
* | | dma: ti: add driver to K3 UDMA | Vignesh R | 2019-04-11 | 6 | -0/+1935 |
|/ |
|
* | dma: add bcm6348-iudma support | Álvaro Fernández Rojas | 2018-12-19 | 3 | -0/+652 |
* | test: dma: add dma-uclass test | Grygorii Strashko | 2018-12-07 | 3 | -0/+290 |
* | dma: add channels support | Álvaro Fernández Rojas | 2018-12-07 | 2 | -4/+184 |
* | dma: move dma_ops to dma-uclass.h | Álvaro Fernández Rojas | 2018-12-07 | 2 | -2/+2 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 11 | -23/+11 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | Convert CONFIG_APBH_DMA et al to Kconfig | Adam Ford | 2018-02-08 | 1 | -0/+15 |
* | drivers: dma: ti-edma3: add support for memory fill | Tero Kristo | 2018-01-19 | 1 | -7/+48 |
* | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 3 | -6/+6 |
* | imx: reorganize IMX code as other SOCs | Stefano Babic | 2017-07-12 | 1 | -2/+2 |
* | dm: Rename dev_addr..() functions | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | dm: Use dm.h header when driver mode is used | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 1 | -1/+1 |
* | drivers: dma: ti-edma3: convert driver to adopt driver model | Mugunthan V N | 2016-02-23 | 1 | -2/+80 |