netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v7 0/5] ptp: clockmatrix: support 32-bit address space
@ 2024-03-18 17:32 Min Li
  2024-03-19 10:26 ` Jiri Pirko
  2024-03-21 18:04 ` Lee Jones
  0 siblings, 2 replies; 7+ messages in thread
From: Min Li @ 2024-03-18 17:32 UTC (permalink / raw)
  To: richardcochran, lee; +Cc: linux-kernel, netdev, Min Li

From: Min Li <min.li.xe@renesas.com>

The main porpose of this series is [PATCH 1/5], which is to support read/write
to the whole 32-bit address space. Other changes are increamental since
[PATCH 1/5].
 

Min Li (5):
  ptp: clockmatrix: support 32-bit address space
  ptp: clockmatrix: set write phase timer to 0 when not in PCW mode
  ptp: clockmatrix: dco input-to-output delay is 20 FOD cycles + 8ns
  ptp: clockmatrix: Fix caps.max_adj to reflect
    DPLL_MAX_FREQ_OFFSET[MAX_FFO]
  ptp: clockmatrix: move register and firmware related definition to
    idt8a340_reg.h

 drivers/ptp/ptp_clockmatrix.c    | 120 ++++--
 drivers/ptp/ptp_clockmatrix.h    |  66 +--
 include/linux/mfd/idt8a340_reg.h | 664 ++++++++++++++++++-------------
 3 files changed, 482 insertions(+), 368 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net-next v7 0/5] ptp: clockmatrix: support 32-bit address space
  2024-03-18 17:32 [PATCH net-next v7 0/5] ptp: clockmatrix: support 32-bit address space Min Li
@ 2024-03-19 10:26 ` Jiri Pirko
  2024-03-19 11:15   ` Jiri Pirko
  2024-03-21 18:04 ` Lee Jones
  1 sibling, 1 reply; 7+ messages in thread
From: Jiri Pirko @ 2024-03-19 10:26 UTC (permalink / raw)
  To: Min Li; +Cc: richardcochran, lee, linux-kernel, netdev, Min Li

Mon, Mar 18, 2024 at 06:32:08PM CET, lnimi@hotmail.com wrote:
>From: Min Li <min.li.xe@renesas.com>
>
>The main porpose of this series is [PATCH 1/5], which is to support read/write
>to the whole 32-bit address space. Other changes are increamental since
>[PATCH 1/5].

net-next is closed, send again next week.

> 
>
>Min Li (5):
>  ptp: clockmatrix: support 32-bit address space
>  ptp: clockmatrix: set write phase timer to 0 when not in PCW mode
>  ptp: clockmatrix: dco input-to-output delay is 20 FOD cycles + 8ns
>  ptp: clockmatrix: Fix caps.max_adj to reflect
>    DPLL_MAX_FREQ_OFFSET[MAX_FFO]
>  ptp: clockmatrix: move register and firmware related definition to
>    idt8a340_reg.h
>
> drivers/ptp/ptp_clockmatrix.c    | 120 ++++--
> drivers/ptp/ptp_clockmatrix.h    |  66 +--
> include/linux/mfd/idt8a340_reg.h | 664 ++++++++++++++++++-------------
> 3 files changed, 482 insertions(+), 368 deletions(-)
>
>-- 
>2.39.2
>
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net-next v7 0/5] ptp: clockmatrix: support 32-bit address space
  2024-03-19 10:26 ` Jiri Pirko
@ 2024-03-19 11:15   ` Jiri Pirko
  0 siblings, 0 replies; 7+ messages in thread
From: Jiri Pirko @ 2024-03-19 11:15 UTC (permalink / raw)
  To: Min Li; +Cc: richardcochran, lee, linux-kernel, netdev, Min Li

Tue, Mar 19, 2024 at 11:26:32AM CET, jiri@resnulli.us wrote:
>Mon, Mar 18, 2024 at 06:32:08PM CET, lnimi@hotmail.com wrote:
>>From: Min Li <min.li.xe@renesas.com>
>>
>>The main porpose of this series is [PATCH 1/5], which is to support read/write
>>to the whole 32-bit address space. Other changes are increamental since
>>[PATCH 1/5].
>
>net-next is closed, send again next week.

Ah, different tree. Sorry.

>
>> 
>>
>>Min Li (5):
>>  ptp: clockmatrix: support 32-bit address space
>>  ptp: clockmatrix: set write phase timer to 0 when not in PCW mode
>>  ptp: clockmatrix: dco input-to-output delay is 20 FOD cycles + 8ns
>>  ptp: clockmatrix: Fix caps.max_adj to reflect
>>    DPLL_MAX_FREQ_OFFSET[MAX_FFO]
>>  ptp: clockmatrix: move register and firmware related definition to
>>    idt8a340_reg.h
>>
>> drivers/ptp/ptp_clockmatrix.c    | 120 ++++--
>> drivers/ptp/ptp_clockmatrix.h    |  66 +--
>> include/linux/mfd/idt8a340_reg.h | 664 ++++++++++++++++++-------------
>> 3 files changed, 482 insertions(+), 368 deletions(-)
>>
>>-- 
>>2.39.2
>>
>>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net-next v7 0/5] ptp: clockmatrix: support 32-bit address space
  2024-03-18 17:32 [PATCH net-next v7 0/5] ptp: clockmatrix: support 32-bit address space Min Li
  2024-03-19 10:26 ` Jiri Pirko
@ 2024-03-21 18:04 ` Lee Jones
  1 sibling, 0 replies; 7+ messages in thread
From: Lee Jones @ 2024-03-21 18:04 UTC (permalink / raw)
  To: Min Li; +Cc: richardcochran, linux-kernel, netdev, Min Li

On Mon, 18 Mar 2024, Min Li wrote:

> From: Min Li <min.li.xe@renesas.com>
> 
> The main porpose of this series is [PATCH 1/5], which is to support read/write
> to the whole 32-bit address space. Other changes are increamental since
> [PATCH 1/5].
>  
> 
> Min Li (5):
>   ptp: clockmatrix: support 32-bit address space
>   ptp: clockmatrix: set write phase timer to 0 when not in PCW mode
>   ptp: clockmatrix: dco input-to-output delay is 20 FOD cycles + 8ns
>   ptp: clockmatrix: Fix caps.max_adj to reflect
>     DPLL_MAX_FREQ_OFFSET[MAX_FFO]
>   ptp: clockmatrix: move register and firmware related definition to
>     idt8a340_reg.h
> 
>  drivers/ptp/ptp_clockmatrix.c    | 120 ++++--
>  drivers/ptp/ptp_clockmatrix.h    |  66 +--

>  include/linux/mfd/idt8a340_reg.h | 664 ++++++++++++++++++-------------

Acked-by: Lee Jones <lee@kernel.org>

>  3 files changed, 482 insertions(+), 368 deletions(-)

-- 
Lee Jones [李琼斯]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH net-next v7 0/5] ptp: clockmatrix: support 32-bit address space
  2024-05-02  6:58 ` Horatiu Vultur
@ 2024-05-03 14:06   ` Min Li
  0 siblings, 0 replies; 7+ messages in thread
From: Min Li @ 2024-05-03 14:06 UTC (permalink / raw)
  To: Horatiu Vultur, Min Li; +Cc: richardcochran, lee, linux-kernel, netdev

> 
> I can see that now you are at version 7, it would be nice to have kept an
> history of changes between each version of your patch series so other
> people can see what has been changed between versions. Maybe you can
> do it from now on.
> 

Hi Horatiu

Thanks for your review. I kept history in [PATCH 1/5] instead of cover-letter. I
Will remember to use cover-letter later on.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net-next v7 0/5] ptp: clockmatrix: support 32-bit address space
  2024-05-01 16:03 Min Li
@ 2024-05-02  6:58 ` Horatiu Vultur
  2024-05-03 14:06   ` Min Li
  0 siblings, 1 reply; 7+ messages in thread
From: Horatiu Vultur @ 2024-05-02  6:58 UTC (permalink / raw)
  To: Min Li; +Cc: richardcochran, lee, linux-kernel, netdev, Min Li

The 05/01/2024 12:03, Min Li wrote:

Hi Min Li,

> 
> From: Min Li <min.li.xe@renesas.com>
> 
> The main porpose of this series is [PATCH 1/5], which is to support read/write
> to the whole 32-bit address space. Other changes are increamental since
> [PATCH 1/5].

I can see that now you are at version 7, it would be nice to have kept
an history of changes between each version of your patch series so other
people can see what has been changed between versions. Maybe you can do
it from now on.

> 
> 
> Min Li (5):
>   ptp: clockmatrix: support 32-bit address space
>   ptp: clockmatrix: set write phase timer to 0 when not in PCW mode
>   ptp: clockmatrix: dco input-to-output delay is 20 FOD cycles + 8ns
>   ptp: clockmatrix: Fix caps.max_adj to reflect
>     DPLL_MAX_FREQ_OFFSET[MAX_FFO]
>   ptp: clockmatrix: move register and firmware related definition to
>     idt8a340_reg.h
> 
>  drivers/ptp/ptp_clockmatrix.c    | 120 ++++--
>  drivers/ptp/ptp_clockmatrix.h    |  66 +--
>  include/linux/mfd/idt8a340_reg.h | 664 ++++++++++++++++++-------------
>  3 files changed, 482 insertions(+), 368 deletions(-)
> 
> --
> 2.39.2
> 
> 

-- 
/Horatiu

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH net-next v7 0/5] ptp: clockmatrix: support 32-bit address space
@ 2024-05-01 16:03 Min Li
  2024-05-02  6:58 ` Horatiu Vultur
  0 siblings, 1 reply; 7+ messages in thread
From: Min Li @ 2024-05-01 16:03 UTC (permalink / raw)
  To: richardcochran, lee; +Cc: linux-kernel, netdev, Min Li

From: Min Li <min.li.xe@renesas.com>

The main porpose of this series is [PATCH 1/5], which is to support read/write
to the whole 32-bit address space. Other changes are increamental since
[PATCH 1/5].
 

Min Li (5):
  ptp: clockmatrix: support 32-bit address space
  ptp: clockmatrix: set write phase timer to 0 when not in PCW mode
  ptp: clockmatrix: dco input-to-output delay is 20 FOD cycles + 8ns
  ptp: clockmatrix: Fix caps.max_adj to reflect
    DPLL_MAX_FREQ_OFFSET[MAX_FFO]
  ptp: clockmatrix: move register and firmware related definition to
    idt8a340_reg.h

 drivers/ptp/ptp_clockmatrix.c    | 120 ++++--
 drivers/ptp/ptp_clockmatrix.h    |  66 +--
 include/linux/mfd/idt8a340_reg.h | 664 ++++++++++++++++++-------------
 3 files changed, 482 insertions(+), 368 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-03 14:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-18 17:32 [PATCH net-next v7 0/5] ptp: clockmatrix: support 32-bit address space Min Li
2024-03-19 10:26 ` Jiri Pirko
2024-03-19 11:15   ` Jiri Pirko
2024-03-21 18:04 ` Lee Jones
2024-05-01 16:03 Min Li
2024-05-02  6:58 ` Horatiu Vultur
2024-05-03 14:06   ` Min Li

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).