[0/2] Add PTP support for sama7g5

Message ID 20230315095053.53969-1-durai.manickamkr@microchip.com
Headers
Series Add PTP support for sama7g5 |

Message

Durai Manickam KR March 15, 2023, 9:50 a.m. UTC
  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(-)
  

Comments

Michal Swiatkowski March 15, 2023, 11:43 a.m. UTC | #1
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?

> -- 
> 2.25.1
>
  
Durai Manickam KR March 15, 2023, 11:56 a.m. UTC | #2
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
>>
  
Piotr Raczynski March 15, 2023, 12:43 p.m. UTC | #3
On Wed, Mar 15, 2023 at 11:56:15AM +0000, Durai.ManickamKR@microchip.com wrote:
> 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.
> 

Also, since commits lack target tree (net-next?) I'm not sure if the
patches will be picked by bot and tested.

Piotr.
> >> --
> >> 2.25.1
> >>
>
  
Jakub Kicinski March 17, 2023, 12:22 a.m. UTC | #4
On Wed, 15 Mar 2023 13:43:17 +0100 Piotr Raczynski wrote:
> > It is already implemented. Here the scope is to just enable it for sama7g5.
> 
> Also, since commits lack target tree (net-next?) I'm not sure if the
> patches will be picked by bot and tested.

The tree_selection check reports what tree it ended up picking, FWIW
  
patchwork-bot+netdevbpf@kernel.org March 17, 2023, 12:30 a.m. UTC | #5
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 15 Mar 2023 15:20:51 +0530 you 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
> 
> [...]

Here is the summary with links:
  - [1/2] net: macb: Add PTP support to GEM for sama7g5
    https://git.kernel.org/netdev/net-next/c/abc783a7b0ff
  - [2/2] net: macb: Add PTP support to EMAC for sama7g5
    https://git.kernel.org/netdev/net-next/c/9bae0dd05e61

You are awesome, thank you!