From: Durai Manickam KR <durai.manickamkr@microchip.com>
To: <Hari.PrasathGE@microchip.com>,
<balamanikandan.gunasundar@microchip.com>,
<manikandan.m@microchip.com>, <varshini.rajendran@microchip.com>,
<dharma.b@microchip.com>, <nayabbasha.sayed@microchip.com>,
<balakrishnan.s@microchip.com>, <claudiu.beznea@microchip.com>,
<cristian.birsan@microchip.com>, <nicolas.ferre@microchip.com>,
<davem@davemloft.net>, <linux-kernel@vger.kernel.org>,
<edumazet@google.com>, <kuba@kernel.org>,
<richardcochran@gmail.com>, <linux@armlinux.org.uk>,
<palmer@dabbelt.com>, <paul.walmsley@sifive.com>,
<netdev@vger.kernel.org>, <linux-riscv@lists.infradead.org>,
<pabeni@redhat.com>
Cc: Durai Manickam KR <durai.manickamkr@microchip.com>
Subject: [PATCH 1/2] net: macb: Add PTP support to GEM for sama7g5
Date: Wed, 15 Mar 2023 15:20:52 +0530 [thread overview]
Message-ID: <20230315095053.53969-2-durai.manickamkr@microchip.com> (raw)
In-Reply-To: <20230315095053.53969-1-durai.manickamkr@microchip.com>
Add PTP capability to the Gigabit Ethernet MAC.
Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
---
drivers/net/ethernet/cadence/macb_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/cadence/macb_main.c b/drivers/net/ethernet/cadence/macb_main.c
index 6e141a8bbf43..27fc6c903d25 100644
--- a/drivers/net/ethernet/cadence/macb_main.c
+++ b/drivers/net/ethernet/cadence/macb_main.c
@@ -4844,7 +4844,7 @@ static const struct macb_config mpfs_config = {
static const struct macb_config sama7g5_gem_config = {
.caps = MACB_CAPS_GIGABIT_MODE_AVAILABLE | MACB_CAPS_CLK_HW_CHG |
- MACB_CAPS_MIIONRGMII,
+ MACB_CAPS_MIIONRGMII | MACB_CAPS_GEM_HAS_PTP,
.dma_burst_length = 16,
.clk_init = macb_clk_init,
.init = macb_init,
--
2.25.1
next prev parent reply other threads:[~2023-03-15 9:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-15 9:50 [PATCH 0/2] Add PTP support for sama7g5 Durai Manickam KR
2023-03-15 9:50 ` Durai Manickam KR [this message]
2023-03-16 11:18 ` [PATCH 1/2] net: macb: Add PTP support to GEM " Claudiu.Beznea
2023-03-15 9:50 ` [PATCH 2/2] net: macb: Add PTP support to EMAC " Durai Manickam KR
2023-03-16 11:19 ` Claudiu.Beznea
2023-03-15 11:43 ` [PATCH 0/2] Add PTP support " Michal Swiatkowski
2023-03-15 11:56 ` Durai.ManickamKR
2023-03-15 12:43 ` Piotr Raczynski
2023-03-17 0:22 ` Jakub Kicinski
2023-03-17 0:30 ` patchwork-bot+netdevbpf
-- strict thread matches above, loose matches on Subject: below --
2023-02-21 9:21 Durai Manickam KR
2023-02-21 9:21 ` [PATCH 1/2] net: macb: Add PTP support to GEM " Durai Manickam KR
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=20230315095053.53969-2-durai.manickamkr@microchip.com \
--to=durai.manickamkr@microchip.com \
--cc=Hari.PrasathGE@microchip.com \
--cc=balakrishnan.s@microchip.com \
--cc=balamanikandan.gunasundar@microchip.com \
--cc=claudiu.beznea@microchip.com \
--cc=cristian.birsan@microchip.com \
--cc=davem@davemloft.net \
--cc=dharma.b@microchip.com \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux@armlinux.org.uk \
--cc=manikandan.m@microchip.com \
--cc=nayabbasha.sayed@microchip.com \
--cc=netdev@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=pabeni@redhat.com \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=richardcochran@gmail.com \
--cc=varshini.rajendran@microchip.com \
/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;
as well as URLs for NNTP newsgroup(s).