From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2E77EEEB3 for ; Mon, 21 Oct 2024 15:02:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729522974; cv=none; b=li/Z3UNpKZwXmY0DQkjihFcW62p8L3bSTLZjusWqYZmzlQ3LYsgjosulIeOyx3rPkLiYoaPkdmk8uonQU1LYgZ/juBcKOfWV7wIUvZpvgNYqj2t3ln0s5QgUWYbloBJLdIkeSTW/lg4ccyNloT44V/z/F4Alrx0jiwju6EWGAcE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729522974; c=relaxed/simple; bh=4QR0dzeIZVGa4RUzjY0+2JEeA1HBDNYiBXB6f3WnsEg=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=d3TJf8vda+3g24v2InJImRHeEYz3YnSUtxfq/wP/T9Vgp0Mo5O4/uMg1lpesjx3EMyG1Hc2/POGmkeX3dJQ4K4AeQn+yXY3zTwVpyJz3m+peYfl4OFgYVwnnjBC8VBjnjdnYqRNq1bj/TRPcpZImH4lfkathVnFeNW41rtMLNhc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1t2tvO-0007bh-B3; Mon, 21 Oct 2024 17:02:26 +0200 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1t2tvM-000iMa-1g; Mon, 21 Oct 2024 17:02:24 +0200 Received: from pza by lupine with local (Exim 4.96) (envelope-from ) id 1t2tvM-000J6d-1K; Mon, 21 Oct 2024 17:02:24 +0200 Message-ID: Subject: Re: [PATCH v10 0/6] Add support for the LAN966x PCI device using a DT overlay From: Philipp Zabel To: Herve Codina , Geert Uytterhoeven , Andy Shevchenko , Simon Horman , Lee Jones , Arnd Bergmann , Derek Kiernan , Dragan Cvetic , Greg Kroah-Hartman , Bjorn Helgaas , Lars Povlsen , Steen Hegelund , Daniel Machon , UNGLinuxDriver@microchip.com, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Saravana Kannan Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Horatiu Vultur , Andrew Lunn , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Allan Nielsen , Luca Ceresoli , Thomas Petazzoni Date: Mon, 21 Oct 2024 17:02:24 +0200 In-Reply-To: <20241021164135.494c8ff6@bootlin.com> References: <20241014124636.24221-1-herve.codina@bootlin.com> <20241021164135.494c8ff6@bootlin.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org Hi Herv=C3=A9, On Mo, 2024-10-21 at 16:41 +0200, Herve Codina wrote: > Hi Greg, Philip, Maintainers, >=20 > On Mon, 14 Oct 2024 14:46:29 +0200 > Herve Codina wrote: >=20 > > Hi, > >=20 > > This series adds support for the LAN966x chip when used as a PCI > > device. > >=20 > ... >=20 > All patches have received an 'Acked-by' and I didn't receive any > feedback on this v10. > > Is there anything that blocks the whole series merge? >=20 > Let me know if I need to do something else to have the series applied. Not that I am aware of. If there are no objections, I'll interpret the Acked-bys on patch 1 as permission to merge the whole series into reset/next. regards Philipp