Re: [PATCH v4 4/7] of: unittest: Add test for of_dma_get_max_cpu_address()

2020-10-26 Thread Rob Herring
On Wed, 21 Oct 2020 14:34:34 +0200, Nicolas Saenz Julienne wrote: > Introduce a test for of_dma_get_max_cup_address(), it uses the same DT > data as the rest of dma-ranges unit tests. > > Signed-off-by: Nicolas Saenz Julienne > > --- > Changes since v3: > - Remove HAS_DMA guards > > drivers/o

[PATCH v4 4/7] of: unittest: Add test for of_dma_get_max_cpu_address()

2020-10-21 Thread Nicolas Saenz Julienne
Introduce a test for of_dma_get_max_cup_address(), it uses the same DT data as the rest of dma-ranges unit tests. Signed-off-by: Nicolas Saenz Julienne --- Changes since v3: - Remove HAS_DMA guards drivers/of/unittest.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/d