Re: [U-Boot] [PATCH v2] ata: ahci allow 64-bit DMA for SATA

2019-10-11 Thread Tom Rini
On Wed, Aug 28, 2019 at 11:24:35AM +0200, Roman Kapl wrote: > Allow 64-bit DMA on AHCI. If not supported by the host controller, at > least print a message and fail. > > Signed-off-by: Roman Kapl > --- > > Please disregard the previous patch, I've send a wrong version that does not > even compi

[U-Boot] [PATCH v2] ata: ahci allow 64-bit DMA for SATA

2019-08-28 Thread Roman Kapl
Allow 64-bit DMA on AHCI. If not supported by the host controller, at least print a message and fail. Signed-off-by: Roman Kapl --- Please disregard the previous patch, I've send a wrong version that does not even compile. drivers/ata/ahci.c | 14 +++--- 1 file changed, 11 insertions(+