Re: [U-Boot] [RFC 1/4] drivers: dma: Add the ARM PL330 DMA driver

2016-10-12 Thread Chin Liang See
On Mon, 2016-10-10 at 10:52 -0500, Dinh Nguyen wrote: > From: Dinh Nguyen > > Adopted from the Linux kernel PL330 DMA driver. > > Signed-off-by: Dinh Nguyen > --- > arch/arm/include/asm/pl330.h | 105 + > drivers/dma/pl330.c | 942 > +++ > 2

[U-Boot] [RFC 1/4] drivers: dma: Add the ARM PL330 DMA driver

2016-10-10 Thread Dinh Nguyen
From: Dinh Nguyen Adopted from the Linux kernel PL330 DMA driver. Signed-off-by: Dinh Nguyen --- arch/arm/include/asm/pl330.h | 105 + drivers/dma/pl330.c | 942 +++ 2 files changed, 1047 insertions(+) create mode 100644 arch/arm/include/as