Re: [PATCH] PCI: dwc/intel-gw: Fix enabling the legacy PCI interrupt lines

From: Lorenzo Pieralisi
Date: Wed Jun 23 2021 - 10:10:57 EST


On Wed, 6 Jan 2021 14:55:40 +0100, Martin Blumenstingl wrote:
> The legacy PCI interrupt lines need to be enabled using PCIE_APP_IRNEN
> bits 13 (INTA), 14 (INTB), 15 (INTC) and 16 (INTD). The old code however
> was taking (for example) "13" as raw value instead of taking BIT(13).
> Define the legacy PCI interrupt bits using the BIT() macro and then use
> these in PCIE_APP_IRN_INT.

Applied to pci/dwc, thanks!

[1/1] PCI: dwc/intel-gw: Fix enabling the legacy PCI interrupt lines
https://git.kernel.org/lpieralisi/pci/c/263dcd1abf

Thanks,
Lorenzo