Message ID | cover.1574929426.git.eswara.kota@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix build warning and errors | expand |
[+Bjorn] On Thu, Nov 28, 2019 at 04:31:12PM +0800, Dilip Kota wrote: > Mark Intel PCIe driver depends on MSI IRQ Domain to fix > the below warnings and respective build errors. > > WARNING: unmet direct dependencies detected for PCIE_DW_HOST > Depends on [n]: PCI [=y] && PCI_MSI_IRQ_DOMAIN [=n] > Selected by [y]: > - PCIE_INTEL_GW [=y] && PCI [=y] && OF [=y] && (X86 [=y] || COMPILE_TEST [=n]) I don't know yet if we fix it up or I drop the series, given how late this is in the release cycle and very short time this code has been in -next. Lorenzo
On Thu, Nov 28, 2019 at 10:19:55AM +0000, Lorenzo Pieralisi wrote: > [+Bjorn] > > On Thu, Nov 28, 2019 at 04:31:12PM +0800, Dilip Kota wrote: > > Mark Intel PCIe driver depends on MSI IRQ Domain to fix > > the below warnings and respective build errors. > > > > WARNING: unmet direct dependencies detected for PCIE_DW_HOST > > Depends on [n]: PCI [=y] && PCI_MSI_IRQ_DOMAIN [=n] > > Selected by [y]: > > - PCIE_INTEL_GW [=y] && PCI [=y] && OF [=y] && (X86 [=y] || COMPILE_TEST [=n]) > > I don't know yet if we fix it up or I drop the series, given how > late this is in the release cycle and very short time this code > has been in -next. I think given the timing and the holiday we need to drop it for now.
On Thu, Nov 28, 2019 at 04:31:12PM +0800, Dilip Kota wrote: > Mark Intel PCIe driver depends on MSI IRQ Domain to fix > the below warnings and respective build errors. > > WARNING: unmet direct dependencies detected for PCIE_DW_HOST > Depends on [n]: PCI [=y] && PCI_MSI_IRQ_DOMAIN [=n] > Selected by [y]: > - PCIE_INTEL_GW [=y] && PCI [=y] && OF [=y] && (X86 [=y] || COMPILE_TEST [=n]) > > Dilip Kota (1): > PCI: dwc: Kconfig: Mark intel PCIe driver depends on MSI IRQ Domain > > drivers/pci/controller/dwc/Kconfig | 1 + > 1 file changed, 1 insertion(+) Hi Dilip, would you mind squashing this patch into the initial series and repost it (rebase it against current mainline) straight away ? I will rebase it to -rc1 and push it out next week (I am asking since then I am afk for a month so I would like to get your code queued asap, it is ready). Thanks, Lorenzo
On 12/6/2019 12:23 AM, Lorenzo Pieralisi wrote: > On Thu, Nov 28, 2019 at 04:31:12PM +0800, Dilip Kota wrote: >> Mark Intel PCIe driver depends on MSI IRQ Domain to fix >> the below warnings and respective build errors. >> >> WARNING: unmet direct dependencies detected for PCIE_DW_HOST >> Depends on [n]: PCI [=y] && PCI_MSI_IRQ_DOMAIN [=n] >> Selected by [y]: >> - PCIE_INTEL_GW [=y] && PCI [=y] && OF [=y] && (X86 [=y] || COMPILE_TEST [=n]) >> >> Dilip Kota (1): >> PCI: dwc: Kconfig: Mark intel PCIe driver depends on MSI IRQ Domain >> >> drivers/pci/controller/dwc/Kconfig | 1 + >> 1 file changed, 1 insertion(+) > Hi Dilip, > > would you mind squashing this patch into the initial series and repost > it (rebase it against current mainline) straight away ? I will > rebase it to -rc1 and push it out next week (I am asking since then > I am afk for a month so I would like to get your code queued asap, > it is ready). Sure, i will do it. Thanks for prioritizing. Regards, Dilip > > Thanks, > Lorenzo