Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp2470530ybp; Thu, 10 Oct 2019 07:52:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqwlvoev7Tx18nW2a5DCQczRYtLpS/4KjozwMaK02ICBHfDaT1B4p8m5wpilutn/o6hgloz4 X-Received: by 2002:a17:906:48d4:: with SMTP id d20mr3747935ejt.246.1570719146861; Thu, 10 Oct 2019 07:52:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570719146; cv=none; d=google.com; s=arc-20160816; b=l/TpIfsxnjlPtvGOgxJhiznndl3spq9O2GPIZ+Jwy8+MdZR3p6PoXjSYZP57O8MVvY oLwzYGjis5ikrs/af/oA5q7Mm16/Ezdf5lZj3UylYzpWvnwjsB5oX4/EOaB3MaZTYZ0f ugX1xm6kT/kPCEBmFBWjFTFX6UB08D+uZX5w5EGXp8gxUeKU4hkSxvEw2hwRMEeql2+k DrrYkZGOmPhK08DGTaR4lj+AIlJ5upL6qj8QC/5Uo8tCOH5JiUqAXGjv61ykFfiyovRY 39AQWbji/5pFiNefY6DAP4c9OAzUAp3e7R7zo24xh2gBi2eJO/RUM/TJNS5QmQmOCOfI O4VA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=+XA15lFh7beG+pPptTF/xEY45p4q7VhuLaU1jgItcog=; b=rW6GkCIBYrqFzWWoUFUFnefy+5mbw/omqkxQQVzNqSHeVzlGyVvOjI3EP/WvJYwTmr OzckFN4M1qG1nm0K7LITF7IPgQDumhbpsQKQztLatwrtfd4DGVpk0ncP3hTapx816ah8 gAd4Vs04N2dp3UMExtEabd7bWAVK0gZJzXGKqPMH9TVUuDuiyh5mtAMBlyzUkaQaF35I xByqc1nDGoeWYNpHqTyUA07YQ9J628wTqIT5shgYDYZNUd8jhy5ZknhyXlKIERjyaClp eN1gmyv3tjHk5IDOAPUcXGLNhRPZcO6WYCHRaWTDKV1S9TCA3mJovj8HsC2dLVGSYKlS HlJQ== 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 h13si3765954edh.242.2019.10.10.07.52.02; Thu, 10 Oct 2019 07:52:26 -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 S1726220AbfJJOsw convert rfc822-to-8bit (ORCPT + 99 others); Thu, 10 Oct 2019 10:48:52 -0400 Received: from mx2.suse.de ([195.135.220.15]:38142 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725862AbfJJOsw (ORCPT ); Thu, 10 Oct 2019 10:48:52 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id EB287AC7B; Thu, 10 Oct 2019 14:48:50 +0000 (UTC) Date: Thu, 10 Oct 2019 16:48:50 +0200 From: Thomas Bogendoerfer To: Christoph Hellwig Cc: Ralf Baechle , Paul Burton , James Hogan , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: add support for SGI Octane (IP30) Message-Id: <20191010164850.34a8d2274720e1bc26fd34d8@suse.de> In-Reply-To: <20191010135308.GA2052@infradead.org> References: <20191009155928.3047-1-tbogendoerfer@suse.de> <20191009184311.GA20261@infradead.org> <20191010150136.a30e47b37f8c8aed9e863a5e@suse.de> <20191010135308.GA2052@infradead.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Oct 2019 06:53:08 -0700 Christoph Hellwig wrote: > On Thu, Oct 10, 2019 at 03:01:36PM +0200, Thomas Bogendoerfer wrote: > > ok, as far as I can anticipate IP35 verion of this functions will be > > the same as well. So I'll move both into pci-xtalk-bridge.c in the > > next version of the patch. > > Sounds good. In fact you probably want to send a prep patch just > moving pci-ip27.c to pci-xtalk-bridge.c and adding a new > CONFIG_MIPS_PCI_XTALK_BRIDGE option that all these ports can select. the option is already there and used by IP27. Thomas. -- SUSE Software Solutions Germany GmbH HRB 247165 (AG M?nchen) Gesch?ftsf?hrer: Felix Imend?rffer