Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp473402pxy; Wed, 21 Apr 2021 07:26:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzJnPDE3LnZFLw7KhCEX9wDxzV8PJFYkf+P7QMcWgPI1foKm+RDescQbRJSRVjpytmLTWeX X-Received: by 2002:a05:6402:202a:: with SMTP id ay10mr21912343edb.225.1619015178068; Wed, 21 Apr 2021 07:26:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619015178; cv=none; d=google.com; s=arc-20160816; b=P7TFSGobp4sDmnrZQ22EvN7rh5GG+1NN9Jpe14yUq2o9HTyJTjb8iP2NviHcuO8TwW L0c9cQHhuxq633ydA9XGPGZvKr/YcvXtoUTqHU8oI2j2tq2SR8rGtFLcdIPel6LxXrS5 pJQyI65MSXCEOz9UiOPA3rIPL5LuX4YPpz1hs/NMKwdB5NBh2sDZXdK4BY16IJyVJgoF fbeb6NPtrdziZfvdF9BR2NW0/1w1E/iS1nMJ9q573LR7VrC9RUepDQAsTePBkhM4hA3V fsgSl9RLaillHzd9v12DkSX+y41gTp/7d6l1pAuBYK7o37nC4OweCVyekDoj8FhXzuGZ 50Ww== 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=daUPwUmdhbs3D6zFFevtB+bcKrmPjDQXlbYwW+eJDB8=; b=gY40+geEWSm/wpQ0QEqCvejOPwQmYPf3S4ywUV0RMyOiCH0LxG6mlK/aSvXdHYEXLG +GNT/nHkSuOM7tWu2XzWQBFDC5Zxd9BHS6T0oWRlI4OFcX0L9RpvtzXRB8qVbjro7t8V d1LxL11+fFifpMf3aO7jc/ZXVK0Yd8ttc49gUyTksiVYg6VPl9Nbsi1bM4yyqiCooUiR cd0DBvsS2FMNeGVfbiV4HezsTV2Km8oPv3vCqE7oVh3VY809IMP0QByoSrST4Emxa2XJ ivfumNSPAYTjQLXR1iekQ2gKCG08+EOfm9xfjD46hOHxNCEdJNFLD7NB9n6BbhfTcb/U uazQ== 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 r8si2167320edw.146.2021.04.21.07.25.51; Wed, 21 Apr 2021 07:26:18 -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 S240002AbhDUMwc (ORCPT + 99 others); Wed, 21 Apr 2021 08:52:32 -0400 Received: from elvis.franken.de ([193.175.24.41]:35169 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239954AbhDUMw1 (ORCPT ); Wed, 21 Apr 2021 08:52:27 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1lZCKf-0004Cw-03; Wed, 21 Apr 2021 14:51:53 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 2C349C0840; Wed, 21 Apr 2021 14:02:14 +0200 (CEST) Date: Wed, 21 Apr 2021 14:02:14 +0200 From: Thomas Bogendoerfer To: Ilya Lipnitskiy Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Guenter Roeck Subject: Re: [PATCH] MIPS: pci-legacy: revert "use generic pci_enable_resources" Message-ID: <20210421120214.GD8637@alpha.franken.de> References: <20210420052319.GA162457@roeck-us.net> <20210420063942.7041-1-ilya.lipnitskiy@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210420063942.7041-1-ilya.lipnitskiy@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 19, 2021 at 11:39:43PM -0700, Ilya Lipnitskiy wrote: > This mostly reverts commit 99bca615d895 ("MIPS: pci-legacy: use generic > pci_enable_resources"). Fixes regressions such as: > ata_piix 0000:00:0a.1: can't enable device: BAR 0 [io 0x01f0-0x01f7] not > claimed > ata_piix: probe of 0000:00:0a.1 failed with error -22 > > The only changes from the strict revert are to fix checkpatch errors: > ERROR: spaces required around that '=' (ctx:VxV) > #33: FILE: arch/mips/pci/pci-legacy.c:252: > + for (idx=0; idx < PCI_NUM_RESOURCES; idx++) { > ^ > > ERROR: do not use assignment in if condition > #67: FILE: arch/mips/pci/pci-legacy.c:284: > + if ((err = pcibios_enable_resources(dev, mask)) < 0) > > Reported-by: Guenter Roeck > Signed-off-by: Ilya Lipnitskiy > --- > Guenter, sorry about this - let's just revert this for now to minimize > turmoil to the legacy PCI code. Obviously, this needs more testing > before applying. Thanks for your report! > > arch/mips/pci/pci-legacy.c | 38 +++++++++++++++++++++++++++++++++++++- > 1 file changed, 37 insertions(+), 1 deletion(-) 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 ]