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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9F9A3C43334 for ; Fri, 22 Jul 2022 23:37:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=9PLFm89sI488/rj3YPqmV+HVw1TUrn5SwzFv4w2ICEI=; b=pENxl4BztLHF/U e21KWiQXzJfTJmymBzyPY7M9Vd9ddcExAry7CwjTHuybl0AidAqwx+3iEgUtQAAU74j6HR789rnk3 uNgqWLraT1L65gQ25PTtbZakj4p9HaorWlSKVBZHRgeWHNFacw9iXL/Aipxh1ObVgfZVfdrlwZD4l CQggX6X7gnYjS4f9xzhW0J3EFlQMz0k9mCiyS+1YH5sjGnDY1Lei1ATuRtdFkRQHhbBgy35cccqX2 7ZOLQ2SIF4YoBC65VOc8Vu3D6MN9tTV7ufTIWwyKMvYGVuX8U74xpIHasQmkSc6tcTTfHD4hLXaiN PRS2SogopcxRAiUoJdjQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oF2Cr-00D9ke-Pu; Fri, 22 Jul 2022 23:37:17 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oF2Cg-00D9e7-AE; Fri, 22 Jul 2022 23:37:07 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9E191620EB; Fri, 22 Jul 2022 23:37:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC594C341C7; Fri, 22 Jul 2022 23:37:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658533025; bh=PJaGFQLRa9txN/olKBiKrgbs2T3hctN/egs90VvxxOE=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=WChINgofcA4PdmBLd1iw8dC6U0G4/Dlq1JSHtJ1xVewrVWtHtFTyT0SBrmG8eemkP 7GMuoOIjDYkuaS17Hg2g2J51ofLPRzy+rRxUvmmlScn/GAi3YC2oEefGm2+xIFVdMG FNZkkpwMv6ox5i0ikKJUVcSRZhQPErqfkVGEE5HUehg5SQAkZb5saktik8FsNYMszn HAfLwmwFJk2rzF4iLdDyS8jgMFn1ux09kZlsMK8je2c/yW4zYcrJT7yPGFDKFhpJSk 7lI3p1m3HPU2xoUrIppEInW+HPeOxiitEVNRQmXcJC8mIdtAbBu5wASR83uI40kw8+ UR6JG+5zFIl1g== Date: Fri, 22 Jul 2022 18:37:03 -0500 From: Bjorn Helgaas To: Stafford Horne Cc: Arnd Bergmann , LKML , Pierre Morel , Geert Uytterhoeven , Catalin Marinas , Will Deacon , Guo Ren , Paul Walmsley , Palmer Dabbelt , Albert Ou , Richard Weinberger , Anton Ivanov , Johannes Berg , Bjorn Helgaas , "Rafael J. Wysocki" , Linux ARM , linux-csky@vger.kernel.org, linux-riscv , linux-um , linux-pci , linux-arch Subject: Re: [PATCH v5 4/4] asm-generic: Add new pci.h and use it Message-ID: <20220722233703.GA1979513@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220722_163706_414791_74B718EB X-CRM114-Status: GOOD ( 16.05 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Sat, Jul 23, 2022 at 07:56:38AM +0900, Stafford Horne wrote: > On Fri, Jul 22, 2022 at 05:31:46PM -0500, Bjorn Helgaas wrote: > > On Sat, Jul 23, 2022 at 06:43:31AM +0900, Stafford Horne wrote: > > > > > I will respin a v6 as we didn't get a reply on this. Bjorn are you > > > planning to apply the series before the upcoming merge window? > > > > I see your v6, and I can apply it. I only got patches 1, 2, 4 > > (without the csky patch). Do you want that to go a separate route? I > > don't care either way, but not sure it improves things to split it > > across trees. > > I sent 3/4 directly to you now. Hopefully you see it. > > Patch 4/4 depends on it in a sense so its best to keep 3/4 together. I saw 3/4 before because b4 found it, but I didn't know what you had in mind. I applied all 4 patches to pci/header-cleanup-immutable for v5.20. It would be convenient if (in the future) you included a 0/n cover letter where replies like this could go. Bjorn _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv