From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) (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 63052172BC2 for ; Tue, 11 Jun 2024 07:40:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.193 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718091615; cv=none; b=o3Oa5RA/wjyjm8mLbq2XF01aaDZ1NKWzoL/a81fE82jNZpjpAxu6+3nRYMcsmrafgEQH3c59FLilrmQdA8iGMjf5ikumLiWr90A5ZgBrn4TZqX3mwx9CVRJCNSPRKx6Yc3b8jbz/Q7MExwvMMocceedO6r6C7FJxGCnOe4cFcCM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718091615; c=relaxed/simple; bh=vj03+hGKLemneKvyvURBGNwjO2j3h6ysiuk/8K42vNw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=UNh3uiAl+1GjNELy67XMkgO3oBEHQLgquq3ieYBig46N7RwfA8osDJEunpk9aOuyJ4iOAcwGtYE+bNQXUDA9wdPblR93iG1c5hYlYlY+U+Ll7kIvNh27DfyBw/NBORdfqjgJfgWOyTpvZwgAdvRQl9VIzzyRAAaPSLQve9kBVzo= 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=W2pG7pe9; arc=none smtp.client-ip=217.70.183.193 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="W2pG7pe9" Received: by mail.gandi.net (Postfix) with ESMTPSA id 2B15E24000E; Tue, 11 Jun 2024 07:40:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1718091611; 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=12jWhPIUnOw/RKwQiE4XQ7cBa4eoelBDbdF0jGh8WZg=; b=W2pG7pe9lyBpyZie7mu2wpgUjZVchYnYUM5Vxcl52qCiH1Yu7BNv5tE3F7fEsjssxijh0s v85gyRgwxsFD1oeh5fvChc89+50kx+di54loOYwi73ojCJ7CfPCEUqpMB2g4zdqqRH0OqV ZgD/uLbi0aI7g+2x6A+rJ+6bt53EWtDFWdunFOaVY8i3nwHAN/f4geiru2/ygoc1h/wwrh f4wo/X5wLfvXqV+b94InQ92kMx3+eKiPil7CYfMEtTbtF2MRcPrijjI+/Ij0maK2/q6Uoi jQZrE4ei2H20qLh150jB8qwcl6A1A78rmvrLLJ+CZucxCzyevMaGpeOGo6cOAA== 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 2/5] net: stmmac: dwmac-intel: provide a select_pcs() implementation Date: Tue, 11 Jun 2024 09:40:51 +0200 Message-ID: <572700203.5assNPOG8s@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:39 UTC+2 Russell King (Oracle) wrote: > Move the code returning the XPCS into dwmac-intel, which is the only > user of XPCS. Fill in the select_pcs() implementation only when we are > going to setup the XPCS, thus when it should be present. > > Signed-off-by: Russell King (Oracle) Reviewed-by: Romain Gantois -- Romain Gantois, Bootlin Embedded Linux and Kernel engineering https://bootlin.com