Re: [U-Boot] [PATCH v4 8/8] ata: ahci: Don't forget to clear upper address regs.

2019-10-12 Thread Tom Rini
On Thu, Aug 22, 2019 at 12:26:56PM +0200, Frank Wunderlich wrote: > From: Oleksandr Rybalko > > In 32bits mode upper bits need to be set to 0, otherwise controller will > try to DMA into not existing memory and stops with error. > > Tested-by: Frank Wunderlich > Signed-off-by: Frank

[U-Boot] [PATCH v4 8/8] ata: ahci: Don't forget to clear upper address regs.

2019-08-22 Thread Frank Wunderlich
From: Oleksandr Rybalko In 32bits mode upper bits need to be set to 0, otherwise controller will try to DMA into not existing memory and stops with error. Tested-by: Frank Wunderlich Signed-off-by: Frank Wunderlich Signed-off-by: Oleksandr Rybalko --- changes since v3: fix build warning on