Re: [U-Boot] [RFC 3/4] dm: add DMA_SUPPORTS_DEV_TO_MEM type to DMA_UCLASS

2016-10-14 Thread Marek Vasut
On 10/10/2016 05:52 PM, Dinh Nguyen wrote: > From: Dinh Nguyen > > Add DMA_SUPPORTS_DEV_TO_MEM type to the DMA uclass. > > Signed-off-by: Dinh Nguyen > --- > drivers/dma/dma-uclass.c | 3 ++- > 1 file changed, 2 insertions(+), 1

Re: [U-Boot] [RFC 3/4] dm: add DMA_SUPPORTS_DEV_TO_MEM type to DMA_UCLASS

2016-10-12 Thread Simon Glass
Hi, On 10 October 2016 at 09:52, Dinh Nguyen wrote: > From: Dinh Nguyen > > Add DMA_SUPPORTS_DEV_TO_MEM type to the DMA uclass. Can you explain (in your commit message) the need for this? > > Signed-off-by: Dinh Nguyen