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 C0A5DC27C65 for ; Tue, 11 Jun 2024 07:41:34 +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=Y4HZk2YC2bID5ar0qcl5cJjsVUSWwCVf2xHZ2CpcHSk=; b=OKVRXEnbwfuQZg yMEjtQgjHxgvRz+9Jy4kkAT7hdg8Vo1EtS0LKxxeg4guBR5+5Hk1EiP/CabMA1X+Y+0KtFyRcMaO0 5z6rna96jBx7ZiG8ifHZGixh3XhXG/lGCiKuKHeTAyxxCTDwIO3Y0ijn8zWfSvK9QqTxgRRCKHHKN lVxMQUyC7/tIAu2bqrVX1Z5NsFE/evw+mb7CgF/EEaZMPpgUXndMhOV+X1eG4otEjwpfMHTMvHwhv c/fX7qsw7oQSbADFXIo3XZu3V6sr9LimW7YHWQif9N3saxFUqWpbF4iY9Oo0FKtrrJYQ1YMbu9lTZ JWY1BNERCrFyI5rJhOvQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGw84-00000007tCK-0CvR; Tue, 11 Jun 2024 07:41:16 +0000 Received: from relay7-d.mail.gandi.net ([2001:4b98:dc4:8::227]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGw7n-00000007t2M-1vjw for linux-arm-kernel@lists.infradead.org; Tue, 11 Jun 2024 07:41:08 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id CA0A620014; Tue, 11 Jun 2024 07:40:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1718091655; 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=A5owhW0aHxqtWSeBDnEPBf5XAJzmMgnDRGVbxbD2efk=; b=XahVT1YGIW8Xos7jF9WPfgrfyyu963Ak4SqkoT20MmsSeup/NaY9GA3iHJ1rOyqyfgHtfN WABwCpInGx0rT5PCVMivFKHun34ywFc0LULVswhe/bsLBcr5hzDto7MIHuyuHq9gY5HVGE PM1o0t0yAGwdvvJ6nZ1gM6ats0oaFSp9AAMKRv1obr+fJJf3jF+I6AYUWh/Ur9WEso7eH0 /ChDShDg0MRM5TgEq0nqs4fhykllf0a+uFz0V5NlPYECbyZ061xtc+Hwy0zokR6bIdHcJF H01SguCr9944nNHj5VwgA44KBs2I4tAMCHawYME/Fe9a29Mv01PbUfEGVDjoiQ== 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 3/5] net: stmmac: dwmac-rzn1: provide select_pcs() implementation Date: Tue, 11 Jun 2024 09:41:37 +0200 Message-ID: <13858564.5d5uVuNtuT@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_004059_859159_AF538EBA X-CRM114-Status: UNSURE ( 5.66 ) 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:44 UTC+2 Russell King (Oracle) wrote: > Provide a .select_pcs() implementation which returns the phylink PCS > that was created in the .pcs_init() method. > > Signed-off-by: Russell King (Oracle) Tested-by: Romain Gantois Reviewed-by: Romain Gantois -- 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