Re: [U-Boot] [PATCH 1/2] ARM: mvebu: define board_ahci_enable() for A38x

2019-04-11 Thread Stefan Roese
On 24.03.19 12:27, Baruch Siach wrote: This allows the ahci_mvebu driver to do A38x platform specific configuration at initialization. Signed-off-by: Baruch Siach Applied to u-boot-marvell/master. Thanks, Stefan ___ U-Boot mailing list U-Boot@lists

Re: [U-Boot] [PATCH 1/2] ARM: mvebu: define board_ahci_enable() for A38x

2019-03-25 Thread Stefan Roese
On 24.03.19 12:27, Baruch Siach wrote: This allows the ahci_mvebu driver to do A38x platform specific configuration at initialization. Signed-off-by: Baruch Siach --- arch/arm/mach-mvebu/cpu.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-mv

[U-Boot] [PATCH 1/2] ARM: mvebu: define board_ahci_enable() for A38x

2019-03-24 Thread Baruch Siach
This allows the ahci_mvebu driver to do A38x platform specific configuration at initialization. Signed-off-by: Baruch Siach --- arch/arm/mach-mvebu/cpu.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-mvebu/cpu.c b/arch/arm/mach-mvebu/cpu.c index