Re: [U-Boot] [PATCH v10 01/28] dma: add bcm6348-iudma support

2018-11-30 Thread Álvaro Fernández Rojas
Hi Daniel, El 30/11/2018 a las 14:46, Daniel Schwierzeck escribió: Am 29.11.18 um 23:25 schrieb Álvaro Fernández Rojas: BCM6348 IUDMA controller is present on multiple BMIPS (BCM63xx) SoCs. Signed-off-by: Álvaro Fernández Rojas --- v10: Introduce changes suggested by Daniel Schwierzeck:

Re: [U-Boot] [PATCH v10 01/28] dma: add bcm6348-iudma support

2018-11-30 Thread Daniel Schwierzeck
Am 29.11.18 um 23:25 schrieb Álvaro Fernández Rojas: > BCM6348 IUDMA controller is present on multiple BMIPS (BCM63xx) SoCs. > > Signed-off-by: Álvaro Fernández Rojas > --- > v10: Introduce changes suggested by Daniel Schwierzeck: > - Fix license identifiers. > - Move DMAD_ST defines out

[U-Boot] [PATCH v10 01/28] dma: add bcm6348-iudma support

2018-11-29 Thread Álvaro Fernández Rojas
BCM6348 IUDMA controller is present on multiple BMIPS (BCM63xx) SoCs. Signed-off-by: Álvaro Fernández Rojas --- v10: Introduce changes suggested by Daniel Schwierzeck: - Fix license identifiers. - Move DMAD_ST defines out of dma desc struct definition. - Remove unneded aigned attribute