mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dinh Nguyen <dinguyen@kernel.org>
To: muhammad.nazim.amirul.nazle.asmade@altera.com,
	maxime.chevallier@bootlin.com
Cc: rmk+kernel@armlinux.org.uk, krzk+dt@kernel.org,
	conor+dt@kernel.org, robh@kernel.org, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	andrew+netdev@lunn.ch, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 0/4] Add Agilex5 SoCDK TSN Config2 board support
Date: Wed, 23 Sep 2026 08:47:33 -0500	[thread overview]
Message-ID: <1554dd31-79ce-4803-a12c-2f806275fe25@kernel.org> (raw)
In-Reply-To: <20260908070557.3585-1-muhammad.nazim.amirul.nazle.asmade@altera.com>



On 9/8/26 02:05, muhammad.nazim.amirul.nazle.asmade@altera.com wrote:
> From: Nazim Amirul <muhammad.nazim.amirul.nazle.asmade@altera.com>
> 
> This series adds support for the Intel SoCFPGA Agilex5 SoCDK TSN Config2
> board variant, which enables gmac1 as a TSN Ethernet port alongside the
> standard gmac2 port.
> 
> The TSN port (gmac1) connects to its PHY through a GMII-to-RGMII converter
> implemented as FPGA soft IP. This converter provides the RGMII TX/RX clock
> delays, requiring the MAC interface selector to be configured for GMII while
> the PHY-facing interface is configured as RGMII without delay duplication.
> 
> Add altr,socfpga-stmmac-agilex5-tsn for that integration. It is not listed
> as a DT fallback of altr,socfpga-stmmac-agilex5 because that port has no such
> converter. Patch 4 adds dedicated match .data ops for the required
> interface setup.
> 
> v6:
>    - Put altr,socfpga-stmmac-agilex5-tsn in the same compatible enum as
>      altr,socfpga-stmmac-agilex5 in the net binding, per Krzysztof Kozlowski.
> 
> v5:
>    - Replace of_device_is_compatible() probe check with dedicated
>      socfpga_agilex5_tsn_gmac_ops via match .data, per Krzysztof Kozlowski
>      and Dinh Nguyen.
>    - Drop altr,socfpga-stmmac-agilex5 fallback from the TSN compatible list
>      and rewrite the net binding commit message to explain the hardware
>      difference, per Krzysztof Kozlowski.
> 
> v4:
>    - Fix wrong email address in Acked-by tag from Krzysztof Kozlowski on patch 1.
>    - Add Reviewed-by from Andrew Lunn on patch 4.
> 
> v3:
>    - Add missing Acked-by from Krzysztof Kozlowski on patch 1, inadvertently
>      dropped in v2.
> 
> v2:
>    - Replace mac-mode DT property with compatible string-based detection per
>      Andrew Lunn's feedback.
>    - Use phy-mode = "rgmii-id" to correctly reflect MAC-side delay handling.
>    - Rename compatible string to altr,socfpga-stmmac-agilex5-tsn for
>      consistency with existing altr,socfpga-stmmac-* compatibles.
>    - Fix Makefile indentation reported by Krzysztof Kozlowski.
>    - Add DT binding documentation for new net compatible string (new patch).
> 
> Nazim Amirul (4):
>    dt-bindings: arm: altera: Add Agilex5 SoCDK TSN Config2 board
>    arm64: dts: socfpga: agilex5: Add SoCDK TSN Config2 board
>    dt-bindings: net: altr,socfpga-stmmac: Add
>      altr,socfpga-stmmac-agilex5-tsn compatible
>    net: stmmac: dwmac-socfpga: Add support for Agilex5 TSN GMAC with FPGA
>      converter
> 


Applied patches 1,2.

Thanks,
Dinh


      parent reply	other threads:[~2026-09-23 13:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-08  7:05 muhammad.nazim.amirul.nazle.asmade
2026-09-08  7:05 ` [PATCH v6 1/4] dt-bindings: arm: altera: Add Agilex5 SoCDK TSN Config2 board muhammad.nazim.amirul.nazle.asmade
2026-09-08  7:05 ` [PATCH v6 2/4] arm64: dts: socfpga: agilex5: Add " muhammad.nazim.amirul.nazle.asmade
2026-09-08  7:05 ` [PATCH v6 3/4] dt-bindings: net: altr,socfpga-stmmac: Add altr,socfpga-stmmac-agilex5-tsn compatible muhammad.nazim.amirul.nazle.asmade
2026-09-08  7:05 ` [PATCH net-next v6 4/4] net: stmmac: dwmac-socfpga: Add support for Agilex5 TSN GMAC with FPGA converter muhammad.nazim.amirul.nazle.asmade
2026-09-22  6:59   ` Maxime Chevallier
2026-09-21 20:39 ` [PATCH v6 0/4] Add Agilex5 SoCDK TSN Config2 board support Jakub Kicinski
2026-09-23  2:08   ` Nazle Asmade, Muhammad Nazim Amirul
2026-09-23 13:47 ` Dinh Nguyen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1554dd31-79ce-4803-a12c-2f806275fe25@kernel.org \
    --to=dinguyen@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=krzk+dt@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxime.chevallier@bootlin.com \
    --cc=muhammad.nazim.amirul.nazle.asmade@altera.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®