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 C4264C27C5E for ; Tue, 11 Jun 2024 07:36:07 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Q2EdJF0Whc9vNeojSlW/cQFeYEOzsPbXm/U4sxL2tgA=; b=1VtSvCR0btfoSZ AFs5rOdBAXBPVu7WZFJNrauAVyw9WND3GbwriKUZfuX3VMP2/xXNs6ANKw6Kf+JXjQiNDTBMo1B18 iGWE2WdvATcJouSjOu9xM4g2vs+AlYY4Rr3W/lemPLtp8meOIIRvwnVZLnijW9NVOqWbyU2Qk97vF eE6IzpusGV+WndLrznUlvS2+pexeS9M+Jlj39zU8p0sYl734yvV/XWYtKQ2bq1JncH2vEycBDEUPU nG9LUYOB4EGZBJWEWb7n1ac8ay468kvR7oVd4x4uiqygFgsa0C8YnF6JqvwOoETDB72WUdrDDUQfc Ir513ouf8+Qg6RLJ0MAQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGw2s-00000007s1h-1RkY; Tue, 11 Jun 2024 07:35:54 +0000 Received: from relay9-d.mail.gandi.net ([2001:4b98:dc4:8::229]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGw2n-00000007s0j-1gay for linux-arm-kernel@lists.infradead.org; Tue, 11 Jun 2024 07:35:52 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 01FE7FF809; Tue, 11 Jun 2024 07:35:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1718091344; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tfBmIBfBFzgmDf9ez+C3sLKXREaPjawEgC3PAYhHrqA=; b=G1dHZpSPZiMZx6xplQlDZzeRp6StTvRQv1HEpmvQyVDcd2aJFAAK/JH4+M0lqgfzatidja JAjuIfNfY2MxV6kUzZ/QxPYq3AwjB6TmVlyrVrCJe7X2OzvE810KJmwBnicYekTlDHHwJs MEqATZ2+1icOGjraYCMRambWf3TQddcO0nsLtOjEBV3TKmmh/sHpn/fZJolbyQKWcsD4Oz zgp5MsoQSh969n8Ush2XO63WXl9uaPxH22Fu/PyjXm+ws+gfiZ9a8S4Sj0pBJMgc/yOmeh CnrWfNKfjw517ZrhYLv2FbBo4Y5OH7np1o51qJLleEHZnFRMt3RQPEiEPEyv8g== From: Romain Gantois To: Serge Semin , "Russell King (Oracle)" Cc: Alexandre Torgue , Andrew Halaney , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Jose Abreu , linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, Maxime Coquelin , netdev@vger.kernel.org, Paolo Abeni Subject: Re: [PATCH net-next 1/5] net: stmmac: add select_pcs() platform method Date: Tue, 11 Jun 2024 09:36:26 +0200 Message-ID: <5509689.FacUkMOHz6@fw-rgant> In-Reply-To: References: MIME-Version: 1.0 X-GND-Sasl: romain.gantois@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240611_003549_759631_D7EA2582 X-CRM114-Status: UNSURE ( 5.32 ) X-CRM114-Notice: Please train this message. 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 lundi 10 juin 2024 16:40:33 UTC+2 Russell King (Oracle) wrote: > Allow platform drivers to provide their logic to select an appropriate > PCS. > > Signed-off-by: Russell King (Oracle) Tested-by: Romain Gantois Reviewed-by: Romain Gantois Thanks, -- Romain Gantois, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel