Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp430929imd; Wed, 31 Oct 2018 22:49:44 -0700 (PDT) X-Google-Smtp-Source: AJdET5fB+Kp2o0g6FhOuJUtiH/HjNyjCyfgOtconGtK8eQXXg0YHDRwFQAy7JP/sTz3eUDzPrLG1 X-Received: by 2002:a63:e20a:: with SMTP id q10mr3216651pgh.206.1541051384360; Wed, 31 Oct 2018 22:49:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1541051384; cv=none; d=google.com; s=arc-20160816; b=ZDpPwDz3eKA4qtg/HlNelYh3I0O5xe3ghFgiw3qZ9Im8ynY7WsXTT90rMMimmiPuSj Ga2YGzCMlVZZ5herJth51xVnekqo+7zlBNGmZ9EcVP0q2pURm2CjsBJLnQ9KYAEu0nSW RDPfXpbjuc9NmdNF9QZtZLcv0mBZkGVxirNhezH+hPvJrKeMY5Kj5Bg1YKHXQSbKlC3y XNuz7/UMRyI/0n023Hz/p6DdbNeiJVxRIIjiBffODhCCzRt6klqWS78xPNz0BYbpZ5F1 ZHKEQJzsEFtaz1uHiWSOoXbs74ogwlRKPSQkkPDhgyPwV73szD4bWaWdTfKycCwUHubE 6k6Q== 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=9BcIi/P6/tEh8ZFIOUo07l/+OKbwOVkv5vCBIM8G7wY=; b=BQQ9pPVp23l32wv2t7PLeuP2KRvPahGicDNhyHpAtm+sb+qKzMPvNSKeCv6QjPlT29 J92i+M2iXRqT5lyARG2P2+/HkK1GUogbOm9H9EkgizBndrMy9/ltk0ys4ptrlFr2OnNV IXS55cn10souYUNLOcaSA0Kc3wrKA0amHVIoj/Fdxh6PIEXuw1dm97etG+og+eHQNY5y PVWSseA3fvvLU68AcVZiMFaLEMMPDuMk4tnN2oc/wngH+Vn/rO/Dnd9vYM1TQX6x7Rsz 5gItCyZWTUL+3+rtxKk1ZSn6el5QCyho5IsYogpp3iaNDnb3SZ75xyiaPwoZPByYodE0 Wq0w== 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 x3-v6si801602plr.76.2018.10.31.22.49.15; Wed, 31 Oct 2018 22:49:44 -0700 (PDT) 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 S1727726AbeKAOuD (ORCPT + 99 others); Thu, 1 Nov 2018 10:50:03 -0400 Received: from verein.lst.de ([213.95.11.211]:42421 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727533AbeKAOuC (ORCPT ); Thu, 1 Nov 2018 10:50:02 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id E4D6E6F9B7; Thu, 1 Nov 2018 06:48:31 +0100 (CET) Date: Thu, 1 Nov 2018 06:48:31 +0100 From: Christoph Hellwig To: Masahiro Yamada Cc: Christoph Hellwig , linux-arch , linux-scsi , Linux Kbuild mailing list , linux-pci@vger.kernel.org, Linux Kernel Mailing List , Dominik Brodowski , Alex Bounine , mporter@kernel.crashing.org, linuxppc-dev , linux-arm-kernel , Russell King Subject: Re: [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci Message-ID: <20181101054831.GA4589@lst.de> References: <20181019120952.32763-1-hch@lst.de> <20181019120952.32763-7-hch@lst.de> <20181019122228.GJ30658@n2100.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 01, 2018 at 01:05:26AM +0900, Masahiro Yamada wrote: > > How about letting CONFIG_ARM to select HAVE_PCI ? > > > > > I applied 1/9, 3/9, 4/9, 5/9. > (I think 2/9 should be squashed to 9/9) > > As Russell pointed out, we need to avoid > the unmet dependency. Yes, I think the HAVE_PCI is probably the nicest way, but we'll need to wait what Russell as the maintainer wants. > Are you planning to send > the updated version for 6/9 through - 9/9 ? > > If so, could you please rebase 6/9 > so that it is cleanly applicable ? Will do once I find some time after rc1.