Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp282642pxb; Thu, 2 Sep 2021 04:10:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzewUNzH+8RAb7XGMF2BzshBfZ1wYII9b1HFnMke1LMhpwiYioTqk6YTluhLRqEZvyhq5Oz X-Received: by 2002:a92:290f:: with SMTP id l15mr1895834ilg.290.1630581039744; Thu, 02 Sep 2021 04:10:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630581039; cv=none; d=google.com; s=arc-20160816; b=fGvd1DkhAvpOrl+VQnQVcmde62wtyj+2uA2OzcsKvp5uzps3tu3krSlBpL9/00/rzp wCYwHgo8gTyeQJbsuD7XLb8gjRJPql8hlA0SHm7Xsf9BUYXE0uCRCU9MobCB/GUCdXVj YipGYpM1Dmx+f9HNoICxeJLb3qk9e1+5OCDf/0ztzOYq7VLsnLmwjG/bKy3fGxNFJ/ht VvAc/xEOwZ7+nWGX1sFfnkOM2BrIR6OJ46MxPdzXcPFxXhXPLdDaNGpYd8vhbdS77lFb kSmIg/8tMQ77WcxYXuP/MetB8/DrXfk2waH3rj/3aL5c7yddwSfrrDdVcZNO7kyF9JE2 8PdA== 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=RGje2MyacQDxIpDBczOE7StjZWcAfK/1aqfhvSwXEAM=; b=O0WRsxKFsKVyU/7IiNGZ74CFxSFfepHZ54i/PZ5pVriWdGvwR1ZFwXKfXBPY2qbN0c totJ3d15SlbpHofw3rvahDvzFRe4W4QYwt0u7fubMhwHFed8ax3rcW7fj/119+O8Dmmw 5NW5VZ5Dc+4GJRAXaWW6SGlui9e7k9enyKCyHSY2+NiIWLphmH1hntuVVYKVPgsRb5fo RxsPHW2W3FoncPBt8TOqWP7U4BqZePGJrcwhekDm59JFDT3CX+K+nfEtncEY3zpN9TPm lgQlfoz5jb9MWHXu+u/Efyww+rC0/rmL7Puu8mZSiPmubA0juh+3gi21mo/u2DfsKYZA SOLQ== 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 a16si1649124ilq.77.2021.09.02.04.10.27; Thu, 02 Sep 2021 04:10:39 -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 S243737AbhIBLJr (ORCPT + 99 others); Thu, 2 Sep 2021 07:09:47 -0400 Received: from elvis.franken.de ([193.175.24.41]:60890 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231133AbhIBLJp (ORCPT ); Thu, 2 Sep 2021 07:09:45 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1mLkaL-0002IW-01; Thu, 02 Sep 2021 13:08:45 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 4297DC0A09; Thu, 2 Sep 2021 13:08:35 +0200 (CEST) Date: Thu, 2 Sep 2021 13:08:35 +0200 From: Thomas Bogendoerfer To: Sergio Paracuellos Cc: Greg KH , Bjorn Helgaas , Matthias Brugger , "open list:MIPS" , linux-pci , linux-staging@lists.linux.dev, NeilBrown , linux-kernel Subject: Re: [PATCH v2 3/3] staging: mt7621-pci: set end limit for 'ioport_resource' Message-ID: <20210902110835.GB7614@alpha.franken.de> References: <20210822161005.22467-1-sergio.paracuellos@gmail.com> <20210822161005.22467-4-sergio.paracuellos@gmail.com> 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 Thu, Sep 02, 2021 at 12:15:12PM +0200, Sergio Paracuellos wrote: > On Thu, Sep 2, 2021 at 11:15 AM Greg KH wrote: > > > > On Sun, Aug 29, 2021 at 05:14:27PM +0200, Sergio Paracuellos wrote: > > > On Fri, Aug 27, 2021 at 11:01 AM Greg KH wrote: > > > > > > > > On Sun, Aug 22, 2021 at 06:10:05PM +0200, Sergio Paracuellos wrote: > > > > > We have increase IO_SPACE_LIMIT for ralink platform to get PCI IO resources > > > > > properly handled using PCI core APIs. To align those changes with driver > > > > > code we have to set 'ioport_resource' end limit to IO_SPACE_LIMIT to avoid > > > > > errors. > > > > > > > > > > Signed-off-by: Sergio Paracuellos > > > > > > > > Acked-by: Greg Kroah-Hartman > > > > > > Thanks. Since I am planning to move 'mt7621-pci' from staging to > > > 'drivers/pci/controller' and send v3 after the next merge window, I > > > prefer this patch to go through the staging tree. For the other two I > > > don't have any preference and it is ok for me to go through mips or > > > pci trees. So, Bjorn and Thomas is up to you if you are ok with the > > > changes. > > > > Yes, I would need acks for the other patches in the series if this is to > > come through the staging tree. > > Yes, I know it. Let's wait for Thomas and Bjorn preference for those > remaining two. I've sent my acked-by for the MIPS patch. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]