Re: [U-Boot] [PATCH 3/5] drivers: dma: Factor out dma_get_device from DMA class function

2018-06-01 Thread Simon Glass
On 31 May 2018 at 02:08, wrote: > From: Tien Fong Chee > > Factor out the dma_get_device from DMA class function so caller can > set some configuration and changes on the DMA device structure which > is return by calling dma_get_device before device instance is processed by > DMA class

[U-Boot] [PATCH 3/5] drivers: dma: Factor out dma_get_device from DMA class function

2018-05-31 Thread tien . fong . chee
From: Tien Fong Chee Factor out the dma_get_device from DMA class function so caller can set some configuration and changes on the DMA device structure which is return by calling dma_get_device before device instance is processed by DMA class functions. Signed-off-by: Tien Fong Chee ---