Re: [PATCH v3] ata: pci: enable bus mastering

2023-04-26 Thread Tom Rini
On Tue, Apr 11, 2023 at 05:07:02PM +0200, Christian Gmeiner wrote: > The non DM code path already would enable pci bus mastering. Do the > same for the DM code path. > > Fixes AHCI problems I am seeing on an Intel Apollolake device. > > Signed-off-by: Christian Gmeiner > Reviewed-by: Bin Meng

[PATCH v3] ata: pci: enable bus mastering

2023-04-11 Thread Christian Gmeiner
The non DM code path already would enable pci bus mastering. Do the same for the DM code path. Fixes AHCI problems I am seeing on an Intel Apollolake device. Signed-off-by: Christian Gmeiner Reviewed-by: Bin Meng --- v2: Add Bin's R-b and remove the ending '.' from comment. v3: Add the patch