Re: [PATCH v6 0/2] PCI: dwc: Add support for 64-bit MSI target addresses

From: Lorenzo Pieralisi
Date: Mon Aug 29 2022 - 04:03:56 EST


On Thu, 25 Aug 2022 23:54:01 +0000, Will McVicker wrote:
> I've update patch 2/2 to address Robin's suggestions. This includes:
>
> * Dropping the while-loop for retrying with a 64-bit mask in favor of
> retrying within the error if-statement.
> * Using an int for the DMA mask instead of a bool and ternary operation.
>
> Thanks again for the reviews and sorry for the extra revision today!
> Hopefully this is the last one :) If not, I'd be fine to submit patch 1/2
> without 2/2 to avoid resending patch 1/2 for future revisions of patch 2/2
> (unless I don't need to do that anyway).
>
> [...]

Applied to pci/dwc, thanks!

[1/2] PCI: dwc: Drop dependency on ZONE_DMA32
https://git.kernel.org/lpieralisi/pci/c/423511ec23e2
[2/2] PCI: dwc: Add support for 64-bit MSI target address
https://git.kernel.org/lpieralisi/pci/c/e99d8c5e803b

Thanks,
Lorenzo