From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIM_INVALID, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B2DCC28CF6 for ; Wed, 1 Aug 2018 09:54:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C537E208A2 for ; Wed, 1 Aug 2018 09:54:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Eaet4ihQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C537E208A2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389032AbeHALjL (ORCPT ); Wed, 1 Aug 2018 07:39:11 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:46764 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388730AbeHALjL (ORCPT ); Wed, 1 Aug 2018 07:39:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=hvPyNLQm3ZyFXyddKd3YxqhUvwHCSQ0ceGsCnecee9w=; b=Eaet4ihQRkxekiI46Vi4SDWMo Q943qcqjfeE7fkaMjzZD7gmHMrwmuJGHrfiaEMfhL0W6Xem4l5gNKCM4h7Q2dDv8ApkAA3Z5i11r+ 3hkBoj973wp5BoaCzA5cqc89ZrUyMACtoBVbhVBAJDCttOyZjyS/5PCuLiGJs93CVK1D4vJ9CWUf4 PBgMQDgAD4i2udPuRpHs022HhbrQo7IS9EecgiG/Y5JIAzLdqac5HIosFSvkkqkUa+swVnV0MSL2D Liu5h8Xt7cVGkCOYH/qLGmsvrOSdmfx2/K0YcKMOj0w77at6B4+MNjh8by1k457XjMpTYRkbVFChG KnNU+8cfQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1fknpU-0004jZ-NB; Wed, 01 Aug 2018 09:54:04 +0000 Date: Wed, 1 Aug 2018 02:54:04 -0700 From: Christoph Hellwig To: Alexei Colin Cc: Alexandre Bounine , Catalin Marinas , Will Deacon , Andrew Morton , Russell King , John Paul Walters , x86@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-mips@linux-mips.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH 6/6] arm64: enable RapidIO menu in Kconfig Message-ID: <20180801095404.GA17585@infradead.org> References: <20180731142954.30345-1-acolin@isi.edu> <20180731142954.30345-7-acolin@isi.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180731142954.30345-7-acolin@isi.edu> User-Agent: Mutt/1.9.2 (2017-12-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 31, 2018 at 10:29:54AM -0400, Alexei Colin wrote: > Platforms with a PCI bus will be offered the RapidIO menu since they may > be want support for a RapidIO PCI device. Platforms without a PCI bus > that might include a RapidIO IP block will need to "select HAS_RAPIDIO" > in the platform-/machine-specific "config ARCH_*" Kconfig entry. > > Tested that kernel builds for arm64 with RapidIO subsystem and > switch drivers enabled, also that the modules load successfully > on a custom Aarch64 Qemu model. As said before, please include it from drivers/Kconfig so that _all_ architectures supporting PCI (or other Rapidio attachements) get it and not some arbitrary selection of architectures. From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@infradead.org (Christoph Hellwig) Date: Wed, 1 Aug 2018 02:54:04 -0700 Subject: [RESEND PATCH 6/6] arm64: enable RapidIO menu in Kconfig In-Reply-To: <20180731142954.30345-7-acolin@isi.edu> References: <20180731142954.30345-1-acolin@isi.edu> <20180731142954.30345-7-acolin@isi.edu> Message-ID: <20180801095404.GA17585@infradead.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 31, 2018 at 10:29:54AM -0400, Alexei Colin wrote: > Platforms with a PCI bus will be offered the RapidIO menu since they may > be want support for a RapidIO PCI device. Platforms without a PCI bus > that might include a RapidIO IP block will need to "select HAS_RAPIDIO" > in the platform-/machine-specific "config ARCH_*" Kconfig entry. > > Tested that kernel builds for arm64 with RapidIO subsystem and > switch drivers enabled, also that the modules load successfully > on a custom Aarch64 Qemu model. As said before, please include it from drivers/Kconfig so that _all_ architectures supporting PCI (or other Rapidio attachements) get it and not some arbitrary selection of architectures.