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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D3BBC4332F for ; Wed, 23 Nov 2022 17:12:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239221AbiKWRMR (ORCPT ); Wed, 23 Nov 2022 12:12:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239223AbiKWRMD (ORCPT ); Wed, 23 Nov 2022 12:12:03 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21AE7FD17; Wed, 23 Nov 2022 09:12:03 -0800 (PST) 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 B320B61E0C; Wed, 23 Nov 2022 17:12:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 481B1C433D6; Wed, 23 Nov 2022 17:11:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669223522; bh=a81ckGxirIH6Asoiw6/cJVl5Ehwh4kZoTuM4zBBmWxY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=izmtaBSFLiyc52jNd0kuciaBQZJ+mOeuBCv1OqXfHjkHwXYfzGSGZ1wyQi0dG+CYo lzp65Eoa1TPcPr0lNgIpma+FA7cVgiwwCPJ30gL4lriCh6ZxCoS+Cg5LWK4PfFbz3L j34WzvRGHdwPw0WhEKstFE4VZrU401wd6ltsqAXEWEzYc2z9jQS+4PV/2qdmwBIpv4 8L6uoUyCTwSw52rjhXYA9eunKGBXzn8VSfcn2nD02e5aocbgM31q3uW7K1D1iDU4x4 /31w8kLc95wtGM2GeTwfGP671wPKKOQ4AxkqHZ0DySvNQZPMdouVqyx78xt170BfYq PY+toJQ2T0WXQ== From: Lorenzo Pieralisi To: mani@kernel.org, Frank Li Cc: Lorenzo Pieralisi , bhelgaas@google.com, allenbh@gmail.com, dave.jiang@intel.com, kw@linux.com, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-pci@vger.kernel.org, helgaas@kernel.org, ntb@lists.linux.dev, jdmason@kudzu.us Subject: Re: [PATCH v16 0/7] pci-epf-vntb clean up Date: Wed, 23 Nov 2022 18:11:54 +0100 Message-Id: <166922348979.29467.5900392743930970597.b4-ty@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221102141014.1025893-1-Frank.Li@nxp.com> References: <20221102141014.1025893-1-Frank.Li@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Wed, 2 Nov 2022 10:10:07 -0400, Frank Li wrote: > continue patch series https://www.spinics.net/lists/linux-pci/msg130372.html > https://www.spinics.net/lists/linux-pci/msg130924.html > > Lorenzo suggest create new series. Version number continue from old one > Change from v15 to v16 > consistent subject > Add () after pci_epc_mem_free_addr > > [...] Applied to pci/endpoint, thanks! [1/7] PCI: endpoint: pci-epf-vntb: clean up kernel_doc warning https://git.kernel.org/lpieralisi/pci/c/929880484045 [2/7] PCI: endpoint: pci-epf-vntb: fix indentation of the struct epf_ntb_ctrl https://git.kernel.org/lpieralisi/pci/c/1d118fed348f [3/7] PCI: endpoint: pci-epf-vntb: fix call pci_epc_mem_free_addr() at err path https://git.kernel.org/lpieralisi/pci/c/0c031262d2dd [4/7] PCI: endpoint: pci-epf-vntb: remove unused field epf_db_phy https://git.kernel.org/lpieralisi/pci/c/03d426ae5426 [5/7] PCI: endpoint: pci-epf-vntb: replace hardcode 4 with sizeof(u32) https://git.kernel.org/lpieralisi/pci/c/2b35c886556a [6/7] PCI: endpoint: pci-epf-vntb: fix sparse build warning at epf_db https://git.kernel.org/lpieralisi/pci/c/01dcec6d57ce [7/7] PCI: endpoint: pci-epf-vntb: fix sparse build warning at ntb->reg https://git.kernel.org/lpieralisi/pci/c/5f697b25009c Thanks, Lorenzo