Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp253911pxf; Wed, 24 Mar 2021 04:29:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzsHrgfOBMWB9AY4WEhykOsSLK8sL4Y1cFpCDPonfHl3s/wu2L5WMJJ5xG1EShpYIWQadHs X-Received: by 2002:a17:906:1a4b:: with SMTP id j11mr3159541ejf.55.1616585346665; Wed, 24 Mar 2021 04:29:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616585346; cv=none; d=google.com; s=arc-20160816; b=NWokYDB16fM6qEIrsxQTQN3gXi196k1e76MHNMddT7rPvNY2itBbHYFibyRUtZmGyt O0o7dYVQsNBxDAhSIWgjHfvVZkQo+0C6Llg9lWRsSpTpuuQ8MkwTo1LDvIhTUgG4we+H ermdUWAms5W/fapn0lkWaPOmicOwVC5bwfLu5c4IzS4sFawDgwQXE5r2AwGtBrZ3f98v QlObZNMB0v+baiPUigQDjWOUOlDRznMSz8vVtwnQRp+VjopjI6lyCLYdZJ8OoTxGmqL6 +giVnMLHpY7UsP+5e4KisEtiObTJ5kKeaTxBw7K+D7na+EtP3qipXLtLVNVrbWE4X8+K RDhA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=jHHyJBShED3gWdTYRcgFXtFpsygV4HDpMywq2V9Jz+E=; b=SPXCQdByflpCQ/84cy/J4jH/D8hSPO5F3lRbM8NP3Qg1oFL4SqyNHsClMEopD1Gmv+ nWckCbAi/c6gwbruFzpG0815M/TGP87m+qCPGxCAZaUufu+rWVjwIQil0E7Qin0mEh46 Dfm5IbyvjtF4n3uJW1LXtfeq9OraLyjbR1L9DZ9o5Cr9BU+f6q9H/8B5aI9z+wapNXvr GB8iSnPp4qY5fhwbpzd0fjvfm3726mCotPrHaGGZ/IPBWd7whB+e6jfxqMgqskv3elid W6Axoe0gbM53rBRpY+YyW4FtIjIlzUe59UV2mxdoQstl5xKhpwpDD2yZJ+cFnuUfhKRt j8wg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hc43si1789604ejc.21.2021.03.24.04.28.43; Wed, 24 Mar 2021 04:29:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235426AbhCXKIy (ORCPT + 99 others); Wed, 24 Mar 2021 06:08:54 -0400 Received: from elvis.franken.de ([193.175.24.41]:55076 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235232AbhCXKIo (ORCPT ); Wed, 24 Mar 2021 06:08:44 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1lP0RM-0008Sw-08; Wed, 24 Mar 2021 11:08:40 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 03A1DC1C69; Wed, 24 Mar 2021 11:02:04 +0100 (CET) Date: Wed, 24 Mar 2021 11:02:04 +0100 From: Thomas Bogendoerfer To: "Maciej W. Rozycki" Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH 0/2] MIPS: SiByte: Update SWARM defconfig for PATA support Message-ID: <20210324100204.GI2378@alpha.franken.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 21, 2021 at 08:55:37PM +0100, Maciej W. Rozycki wrote: > Hi, > > In the course of looking into Christoph's recent proposal to drop legacy > IDE drivers I have noticed that SiByte SWARM's defconfig does not enable > the pata_platform driver for the onboard PATA interface. I think default > configuration ought to enable all the supported onboard devices unless > there are specific reasons so as not to, and the PATA interface is one of > the boot devices supported by the CFE firmware, so I think even more then > that it should be included by default. > > Change split into two because the defconfig has become stale since the > last update, so 1/2 first regenerates it, and then 2/2 applies the actual > modification. > > Sadly I'm currently away from my SWARM board for the foreseeable future > and I have no remote access to it either, but this is supposed not to need > run-time verification. Build-tested only then. > > Please apply. series applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]