Re: [PATCH 4/6] dmaengine: pl330: add new items for pl330 private data

2016-01-04 Thread Andy Shevchenko
On Mon, Jan 4, 2016 at 7:31 AM, Wang Hongcheng wrote: > mcbuf_sz means bytes to allocate for MicroCode buffer. > flags is for irq sharing, default is non-shared, in AMD > Carrizo, pl330 shares IRQ with its corresponding UART device. > > Signed-off-by: Wang Hongcheng > --- > drivers/acpi/acpi_apd

Re: [PATCH 4/6] dmaengine: pl330: add new items for pl330 private data

2016-01-03 Thread kbuild test robot
Hi Wang, [auto build test WARNING on v4.4-rc8] [cannot apply to tty/tty-testing pm/linux-next next-20151231] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Wang-Hongcheng/8250-AMD-Carrizo-UART

[PATCH 4/6] dmaengine: pl330: add new items for pl330 private data

2016-01-03 Thread Wang Hongcheng
mcbuf_sz means bytes to allocate for MicroCode buffer. flags is for irq sharing, default is non-shared, in AMD Carrizo, pl330 shares IRQ with its corresponding UART device. Signed-off-by: Wang Hongcheng --- drivers/acpi/acpi_apd.c| 17 + drivers/dma/pl330.c| 9 ++