u-boot/drivers/dma
Michal Suchanek 4954937d92 dm: treewide: Do not use the return value of simple uclass iterator
uclass_first_device/uclass_next_device return value will be removed,
don't use it.

With the current implementation dev is equivalent to !ret. It is
redundant to check both, ret check can be replaced with dev check, and
ret check inside the iteration is dead code.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-10-29 07:36:33 -06:00
..
ti dma: Transfer dma_ops should use DMA address types 2022-10-18 13:40:40 -04:00
apbh_dma.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
bcm6348-iudma.c dma: bcm6348: Don't check clk_free 2022-03-30 13:02:55 -04:00
dma-uclass.c dm: treewide: Do not use the return value of simple uclass iterator 2022-10-29 07:36:33 -06:00
fsl_dma.c global: Remove unused or unnecessary CONFIG symbols related to DDR 2021-08-30 19:49:22 -04:00
Kconfig dma: xilinx: Add Display Port DMA driver 2022-03-09 12:35:50 +01:00
keystone_nav.c ti: keystone: dma: Migrate to Kconfig 2021-09-27 21:38:34 -04:00
keystone_nav_cfg.c ti: keystone: dma: Migrate to Kconfig 2021-09-27 21:38:34 -04:00
lpc32xx_dma.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
Makefile dma: xilinx: Add Display Port DMA driver 2022-03-09 12:35:50 +01:00
MCD_dmaApi.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
MCD_tasks.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
MCD_tasksInit.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sandbox-dma-test.c dma: Transfer dma_ops should use DMA address types 2022-10-18 13:40:40 -04:00
ti-edma3.c dma: Transfer dma_ops should use DMA address types 2022-10-18 13:40:40 -04:00
xilinx_dpdma.c dma: xilinx: Add Display Port DMA driver 2022-03-09 12:35:50 +01:00