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 CC100C54EBC for ; Thu, 12 Jan 2023 15:52:08 +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:References: 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: List-Owner; bh=NCPHT6jELkG/xiK/16BDcruX96k3XBYKEO8EV8hNnVk=; b=2/58WGkHWx8n2B u1F8HJEfoB+fHcl+ssdkgcXtCFki/8C+Hc9JlqXlEB7S1TrYhdwBkGuAVv75CyrmtkPYzGafnzyCO yDFI1vH02y8u2B8fryWE+oyfVXMUp8pUp/7hyaNKPtboPZ/UqxfPVjfBYGEeydRnRq1NNwIdyBI9s jwbamJv8Ktt+dFWvzDOTU2xG4vGDvEFkpBhuk/+kCng6qe0d7mtdTRCH+CAyu5Bt5wHfgb5/4rdo+ NNi+GLZEUA/AYpE9K1Vtn0bt5ffrx7AIGqJiQfelrJt9N3+yiYPDVdIy2W+x+BeUjyV4cRidyg0d1 2ybLYBIdAPuM52sWYs+w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFzr6-00Fksg-Pd; Thu, 12 Jan 2023 15:51:04 +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 1pFzqp-00Fkmj-4C for linux-arm-kernel@lists.infradead.org; Thu, 12 Jan 2023 15:50:48 +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 A747062064; Thu, 12 Jan 2023 15:50:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10935C433EF; Thu, 12 Jan 2023 15:50:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673538644; bh=56hHJDsmg+aMaj3QZPHGVjwdZvjGg+53Y+wWNaKhYAw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d4giMpFzAv8KQ4w0ui8ugaeRwaolxyDPbRIHurora702Io29haIJ9ZySWNUBH5ltK wxEHrB2x1YUZQtlOvLNeL5K7BDpDPjIXMMRMMtTHxKcD14FXROAOCUNx0LjlJhU9gC jAazybdLcqwV9L4LoNlPNCRhdXWOqO5YKtFGrRTkk/qrVfj2FXgr3CGRZ2bqQJ2pO8 bfxRQL0vi14RmaBNmI06t6Ptrsc9gKadgFQwC3GUlotBaRvITT8+69xaBM6s+P64fO LMX6cKvlI3TvuMG+V8yDR/lceuhTXYxQqVEIhxo6Ixowmb9/99dAZDbbcDhnW91Y/s 99IUpoA/3O8rg== Date: Thu, 12 Jan 2023 16:50:37 +0100 From: Lorenzo Pieralisi To: Frank Li Cc: "M.H. Lian" , Mingkai Hu , Roy Zang , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Bjorn Helgaas , "open list:PCI DRIVER FOR FREESCALE LAYERSCAPE" , "open list:PCI DRIVER FOR FREESCALE LAYERSCAPE" , "moderated list:PCI DRIVER FOR FREESCALE LAYERSCAPE" , open list , "imx@lists.linux.dev" Subject: Re: [PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a Message-ID: References: <20221216161537.1003595-1-Frank.Li@nxp.com> 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-20230112_075047_265109_06806863 X-CRM114-Status: GOOD ( 14.50 ) X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jan 09, 2023 at 03:41:31PM +0000, Frank Li wrote: > > > > From: Xiaowei Bao > > > > Add PCIe EP mode support for ls1028a. > > > > Signed-off-by: Xiaowei Bao > > Signed-off-by: Hou Zhiqiang > > --- > > > > All other patches were already accepte by maintainer in > > https://lore.kernel.org/lkml/20211112223457.10599-1-leoyang.li@nxp.com/ > > > > But missed this one. > > > > Re-post. > > > > Ping. You must sign it off since you obviously are in the patch delivery chain: https://docs.kernel.org/process/submitting-patches.html > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel