Re: [U-Boot] [PATCH 2/5] drivers: dma: Add function to zeroes a range of destination such as memory

2018-06-04 Thread Chee, Tien Fong
On Fri, 2018-06-01 at 08:24 -0600, Simon Glass wrote: > Hi Tien, > > On 31 May 2018 at 02:08,   wrote: > > > > From: Tien Fong Chee > > > > This new DMA class function enables DMA being used for initializing > > a range of destination such as memory to zeros. This is quite > > useful to > > hel

Re: [U-Boot] [PATCH 2/5] drivers: dma: Add function to zeroes a range of destination such as memory

2018-06-01 Thread Simon Glass
Hi Tien, On 31 May 2018 at 02:08, wrote: > From: Tien Fong Chee > > This new DMA class function enables DMA being used for initializing > a range of destination such as memory to zeros. This is quite useful to > help accelerating the performance in scrubbing memory when ECC is enabled. > > Sign

[U-Boot] [PATCH 2/5] drivers: dma: Add function to zeroes a range of destination such as memory

2018-05-31 Thread tien . fong . chee
From: Tien Fong Chee This new DMA class function enables DMA being used for initializing a range of destination such as memory to zeros. This is quite useful to help accelerating the performance in scrubbing memory when ECC is enabled. Signed-off-by: Tien Fong Chee --- drivers/dma/dma-uclass.c