On Fri, Dec 30, 2022 at 02:23:38PM +0100, Lorenzo Pieralisi wrote: > On Thu, 15 Dec 2022 11:34:52 +0100, Lukas Bulwahn wrote: > > Commit a474d3fbe287 ("PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN") removes the > > config PCI_MSI_IRQ_DOMAIN and makes all previous references to that config > > then refer to PCI_MSI instead. > > > > Commit ba6ed462dcf4 ("PCI: dwc: Add Baikal-T1 PCIe controller support") > > adds the config PCIE_BT1, which following the previous default pattern > > depends on the config PCI_MSI_IRQ_DOMAIN. > > > > [...] > > Applied to pci/dwc, thanks! > > [1/1] PCI: dwc: adjust to recent removal of PCI_MSI_IRQ_DOMAIN > https://git.kernel.org/lpieralisi/pci/c/3c9686173220 Since both commits appeared in v6.2-rc1, I cherry-picked the fix to for-linus so we can get it in v6.2. Lorenzo, can you drop it from your pci/dwc branch so we don't end up with a duplicate? Bjorn