All of lore.kernel.org
 help / color / mirror / Atom feed
From: <Durai.ManickamKR@microchip.com>
To: <michal.swiatkowski@linux.intel.com>
Cc: <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>
Subject: Re: [PATCH 0/2] Add PTP support for sama7g5
Date: Wed, 15 Mar 2023 11:56:15 +0000	[thread overview]
Message-ID: <cedc50dc-bbfa-d44c-1420-f72acba4bb81@microchip.com> (raw)
In-Reply-To: <ZBGvbuue5e3vR8Fs@localhost.localdomain>

On 15/03/23 17:13, Michal Swiatkowski wrote:
> [Some people who received this message don't often get email from michal.swiatkowski@linux.intel.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> On Wed, Mar 15, 2023 at 03:20:51PM +0530, Durai Manickam KR wrote:
>> This patch series is intended to add PTP capability to the GEM and
>> EMAC for sama7g5.
>>
>> Durai Manickam KR (2):
>>    net: macb: Add PTP support to GEM for sama7g5
>>    net: macb: Add PTP support to EMAC for sama7g5
>>
>>   drivers/net/ethernet/cadence/macb_main.c | 5 +++--
>>   1 file changed, 3 insertions(+), 2 deletions(-)
>>
> Reviewed-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
>
> Side question, doesn't it need any software implementation? Or it is
> already implemented, or it is only hw caps?

Hi Michal,

It is already implemented. Here the scope is to just enable it for sama7g5.

>> --
>> 2.25.1
>>


WARNING: multiple messages have this Message-ID (diff)
From: <Durai.ManickamKR@microchip.com>
To: <michal.swiatkowski@linux.intel.com>
Cc: <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>
Subject: Re: [PATCH 0/2] Add PTP support for sama7g5
Date: Wed, 15 Mar 2023 11:56:15 +0000	[thread overview]
Message-ID: <cedc50dc-bbfa-d44c-1420-f72acba4bb81@microchip.com> (raw)
In-Reply-To: <ZBGvbuue5e3vR8Fs@localhost.localdomain>

On 15/03/23 17:13, Michal Swiatkowski wrote:
> [Some people who received this message don't often get email from michal.swiatkowski@linux.intel.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> On Wed, Mar 15, 2023 at 03:20:51PM +0530, Durai Manickam KR wrote:
>> This patch series is intended to add PTP capability to the GEM and
>> EMAC for sama7g5.
>>
>> Durai Manickam KR (2):
>>    net: macb: Add PTP support to GEM for sama7g5
>>    net: macb: Add PTP support to EMAC for sama7g5
>>
>>   drivers/net/ethernet/cadence/macb_main.c | 5 +++--
>>   1 file changed, 3 insertions(+), 2 deletions(-)
>>
> Reviewed-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
>
> Side question, doesn't it need any software implementation? Or it is
> already implemented, or it is only hw caps?

Hi Michal,

It is already implemented. Here the scope is to just enable it for sama7g5.

>> --
>> 2.25.1
>>

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2023-03-15 11:56 UTC|newest]

Thread overview: 24+ 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
2023-03-15  9:50 ` [PATCH 1/2] net: macb: Add PTP support to GEM " Durai Manickam KR
2023-03-15  9:50   ` Durai Manickam KR
2023-03-16 11:18   ` Claudiu.Beznea
2023-03-16 11:18     ` Claudiu.Beznea
2023-03-15  9:50 ` [PATCH 2/2] net: macb: Add PTP support to EMAC " Durai Manickam KR
2023-03-15  9:50   ` Durai Manickam KR
2023-03-16 11:19   ` Claudiu.Beznea
2023-03-16 11:19     ` Claudiu.Beznea
2023-03-15 11:43 ` [PATCH 0/2] Add PTP support " Michal Swiatkowski
2023-03-15 11:43   ` Michal Swiatkowski
2023-03-15 11:56   ` Durai.ManickamKR [this message]
2023-03-15 11:56     ` Durai.ManickamKR
2023-03-15 12:43     ` Piotr Raczynski
2023-03-15 12:43       ` Piotr Raczynski
2023-03-17  0:22       ` Jakub Kicinski
2023-03-17  0:22         ` Jakub Kicinski
2023-03-17  0:30 ` patchwork-bot+netdevbpf
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 ` Durai Manickam KR
2023-02-21 12:20 ` Paolo Abeni
2023-02-21 12:20   ` Paolo Abeni

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=cedc50dc-bbfa-d44c-1420-f72acba4bb81@microchip.com \
    --to=durai.manickamkr@microchip.com \
    --cc=Balakrishnan.S@microchip.com \
    --cc=Balamanikandan.Gunasundar@microchip.com \
    --cc=Claudiu.Beznea@microchip.com \
    --cc=Cristian.Birsan@microchip.com \
    --cc=Dharma.B@microchip.com \
    --cc=Hari.PrasathGE@microchip.com \
    --cc=Manikandan.M@microchip.com \
    --cc=Nayabbasha.Sayed@microchip.com \
    --cc=Nicolas.Ferre@microchip.com \
    --cc=Varshini.Rajendran@microchip.com \
    --cc=davem@davemloft.net \
    --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=michal.swiatkowski@linux.intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=richardcochran@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.