From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) (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 EB8961E52F for ; Tue, 11 Jun 2024 07:44:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.197 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718091879; cv=none; b=UW3KVXLyWl9fHZq+Tfqcus/ZZktik/n+nbAAe89F1282lLneyv06fqM8ij5X/NjAoT8QRlkahPlecr7d9SWgFLk0A+GOPqOX/ArAq4sEfbqlGKU8/3T/Ow+R+KCTOVAFbrhqQrr+r5qKMxcogdbJYa7JN4RRwEpZmb+qvL9Wzo0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718091879; c=relaxed/simple; bh=MsZdtWa0bZ7tblUJn9IBtDZ8PdeilUUDrBEaLeL9GW0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=HDlEs+dR9D3ZhcPWGsviQC+hCcnjZp0rLNwF8hGchxgfHPbZn3lwLWiz3CgJCN5XQ1oZJhPwFgJc9jjQX6+s3FaoMbFDmef/Jp7H86PsweTuUMeji8jsj+OoEdTiuBGSK+/6mL8NRYpE/0W4QObIX4t5vpRZY77SjTuyTEzaZjs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=VEU/7Sh4; arc=none smtp.client-ip=217.70.183.197 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="VEU/7Sh4" Received: by mail.gandi.net (Postfix) with ESMTPSA id 9CD961C0005; Tue, 11 Jun 2024 07:44:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1718091875; 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=ihufCtlwErxwfHYl3EzgqZNtueA4taxOagrZb+gbUz4=; b=VEU/7Sh4FRVxuUs2eVCAOggJ9zOOYwYL6GD9MfybnrFYuOVmJzPiYoi70vHL1XW5yWZvAY bNpufuxhrmdmH//cR+nc9gAx7c6Qs3VdpjAc5hpeAzsvm37Sm7KnxeIIzpcnoFavPASiP1 VSyQ79HaUD83pn5Ale6cG5EJ9txgjZH4Pt3BoUqPmruLmFCBBZKHdTuleRE8PXWtdSBGwO HQpa/8LS8kcXpFxABSWkbEp3nfEQCGHRr9VzSr+N14mUcNegL//9szYIu//GhZl6jOzKMB pJzVDNVk7Gcnw+EoMKfJYdcAAA/JX42Vnf7DX4xTN08XDRdbkyLfSU7+c5EbyQ== 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 4/5] net: stmmac: dwmac-socfpga: provide select_pcs() implementation Date: Tue, 11 Jun 2024 09:45:15 +0200 Message-ID: <171812177.LLWfzqLr5J@fw-rgant> In-Reply-To: References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" X-GND-Sasl: romain.gantois@bootlin.com On lundi 10 juin 2024 16:40:49 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) Reviewed-by: Romain Gantois -- Romain Gantois, Bootlin Embedded Linux and Kernel engineering https://bootlin.com