From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 BC492369209 for ; Mon, 19 Jan 2026 13:23:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768829010; cv=none; b=Ny15lkinagf3ZRi5Sqa3B+xY5rulrptM34REX2Zmd3+JBUnBRQ23g9+glJSBDOu5WvLVGjLoTqU8jiBeMUmm0wc7XCsqWl0bJXGlOXjF/QNSKNXa/by+UiIPexSOkbnaMEicvbKTfmBFpUpXXuEqNAYdCHkifspOl6VMx3w37JU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768829010; c=relaxed/simple; bh=2mMpGF31gxFSYAU1G+CVR79yzgpfZ2L1xziab/aUumY=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=lUHObglHq7yV2VurzKaSe6QSn3+Q3FX5FxWWE6RnX1XSzT46w9Vmcl2VOCDbpNV7DqimCBS+jx72wdjkqz0qcgrvdIl5GyJYL3TcsBkSYkCPE3wyNmqpee1VwvaBPpCG7yw/7A2vxjWSJ1qyqldnyszTPRfy3ondwbKIFk1O8V0= 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=ESSnzD+e; arc=none smtp.client-ip=185.171.202.116 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="ESSnzD+e" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 046A4C214CA; Mon, 19 Jan 2026 13:23:00 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 0CEAD60731; Mon, 19 Jan 2026 13:23:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 8E70110B6AFE5; Mon, 19 Jan 2026 14:23:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1768829005; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=KxedpuQaJ1XVwtqrotV402P4SEf92fFjf3lBHShSz7o=; b=ESSnzD+eNodO3pGQ2VSksmhDzLtD7Haf02tWs6UM3s/aJs+45FX3aI+D3WUocDRTjKq7Md 8QGsn5A52b5/RW7IDBhL914t4h1n2Z/srz32S8oyBhriGrlU+VjUZSirqC0AJmnvg92bRl BzuT/6IaT9Hz2v9w4Sen77kLVMmJnVn+scvXb/5Hum5EiJCM8o07ElwOV8p2eGGfIpi0+9 +lbbbKgtI4C53cf/Irpq2USu1GgbzJPfcqrvdKgsX+w7uNE5nPEoJMKC06UcyQNhELg26X XeqYLxf8d1c8+pvLsbp6FFEorRAqk8M1gd4aocJcRV7DCpLu53w+fHmBpJ+Fxg== Message-ID: <2c5a7b0c-b58f-4b6a-9669-fde434f995e6@bootlin.com> Date: Mon, 19 Jan 2026 14:23:22 +0100 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next 11/14] net: stmmac: add struct stmmac_pcs_info To: "Russell King (Oracle)" , Andrew Lunn , Heiner Kallweit Cc: Alexandre Torgue , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, Maxime Coquelin , Mohd Ayaan Anwar , Neil Armstrong , netdev@vger.kernel.org, Paolo Abeni , Vinod Koul References: From: Maxime Chevallier Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 On 19/01/2026 13:34, Russell King (Oracle) wrote: > We need to describe one more register (offset and field bitmask) to > the PCS code. Move the existing PCS offset and interrupt enable bits > to a new struct and pass that in to stmmac_integrated_pcs_init(). > > Signed-off-by: Russell King (Oracle) Reviewed-by: Maxime Chevallier Maxime