Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1879960ybl; Thu, 5 Dec 2019 08:25:48 -0800 (PST) X-Google-Smtp-Source: APXvYqxlJzYKp98LrELvXYpczD7owjE/Sb3dk0nK8nWRcEHGx34Tk+5G4Dl+U6tT3RBb8cRT+G2K X-Received: by 2002:a05:6808:aac:: with SMTP id r12mr2318539oij.59.1575563148282; Thu, 05 Dec 2019 08:25:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575563148; cv=none; d=google.com; s=arc-20160816; b=X/YiGO1zZUjfu6F9rbCdvvKr9B8NT5emoRhvaQs9hKOfLUk/ar/N6RaZc4RIIhZDCN 4Ep9+llLocDwbetvpyve9YKpckp8I0Sz6zHAxvqrfBcV82G+KtHd4ZUzmbLZSrdnvaRB I2HEv+7S4pE4Zie3fdjcf9mDCceYrBb6lxZLD6KdoSBL7nQyaNnp0sRTkghE5ySE6LUP DeJ4+nZ+Chzx5/pWxdZBfUSVGnkTCQjDLZSJvDwTG8R5XAcG724AP6o1GXi8jLZcWPbc g0cIgOpcThI9om2KX5GxWv6Giph23UCPvDeiBiLKLfPsrKuG4fPY2KdxV2SKktx0T/eW 22tQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=UoL6iSmgHpGZxHBlZg5U+VvreyMhU+ZjxzxMEkr57qk=; b=jN1NvbRq+57w5Su534EZDajw3MABT8mnu2Hd2ztfwe/bJapaebF8/eb6zPdB0PMpwe 22jp0oKY9NXanNRlvpxt8WofeHzY6wJBGvMXgOvVRbokrpoKRY0fv7bLZkLcQD5g7YUm 3R05uFTAd85vqeUhekDdON4hFuwLt1YDKU/2dbAcuAoIbi8UgDZ46pDYcFT/OJKWL5cx ystGG9ukRAnRNyc5wqo8Eh67quTnynqmzCahH6+NtM6IM9eTaNTDvdDuT3Ux+r2qzjH8 033KMF7uk3hoTKAo6F4Cp1cznLC+XNXWGiiTbKQN1vxPCY3bbEN0NyiqOS4NwXTL2ezm fWAg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n129si4096268oih.193.2019.12.05.08.25.34; Thu, 05 Dec 2019 08:25:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729723AbfLEQYD (ORCPT + 99 others); Thu, 5 Dec 2019 11:24:03 -0500 Received: from foss.arm.com ([217.140.110.172]:39610 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729396AbfLEQYD (ORCPT ); Thu, 5 Dec 2019 11:24:03 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CA68E31B; Thu, 5 Dec 2019 08:24:02 -0800 (PST) Received: from e121166-lin.cambridge.arm.com (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7660C3F52E; Thu, 5 Dec 2019 08:24:01 -0800 (PST) Date: Thu, 5 Dec 2019 16:23:56 +0000 From: Lorenzo Pieralisi To: Dilip Kota Cc: linux-pci@vger.kernel.org, gustavo.pimentel@synopsys.com, andrew.murray@arm.com, linux-kernel@vger.kernel.org, andriy.shevchenko@intel.com, rdunlap@infradead.org, cheol.yong.kim@intel.com, chuanhua.lei@linux.intel.com, qi-ming.wu@intel.com Subject: Re: [PATCH v1 0/1]Fix build warning and errors Message-ID: <20191205162356.GA19365@e121166-lin.cambridge.arm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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