Re: [PATCH 03/16] fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API

From: Christophe JAILLET
Date: Fri Jan 07 2022 - 01:34:42 EST


Le 07/01/2022 à 01:58, Arnd Bergmann a écrit :
On Thu, Jan 6, 2022 at 6:06 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:


[1]: https://lore.kernel.org/kernel-janitors/20200421081257.GA131897@xxxxxxxxxxxxx/
[2]: https://lore.kernel.org/kernel-janitors/alpine.DEB.2.22.394.2007120902170.2424@hadrien/
[3]: https://lore.kernel.org/kernel-janitors/20200716192821.321233-1-christophe.jaillet@xxxxxxxxxx/

Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
Reviewed-by: Xu Yilun <yilun.xu@xxxxxxxxx>

This is a correct conversion of the driver, but I'd prefer to keep this separate
from the pci-dma-compat series.

Nevermind, I just misread the patch, and it is required after all to get
rid of pci_set_dma_mask()

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>


Hi,

I also have another WIP which removes these DMA(32) fallbacks.
It will be clean-up later-on.

CJ