[PATCH v2 0/2] TJA1103 perout and extts

Radu Pirea (NXP OSS) posted 2 patches 4 years, 6 months ago
drivers/net/phy/nxp-c45-tja11xx.c | 224 +++++++++++++++++++++++++++++-
1 file changed, 221 insertions(+), 3 deletions(-)
[PATCH v2 0/2] TJA1103 perout and extts
Posted by Radu Pirea (NXP OSS) 4 years, 6 months ago
Hi,

This is the PEROUT and EXTTS implementation for TJA1103 and a small locking
improvement.

Changes in v2:
- removed the patch that implemented PTP_PEROUT_REVERSE_POLARITY and
reimplemented the functionality with PTP_PEROUT_PHASE
- call ptp_clock_event if the new timestamp is different than the old one,
not just greater
- improved description of mutex lock changes

Cheers,
Radu P.

Radu Pirea (NXP OSS) (2):
  phy: nxp-c45-tja11xx: add extts and perout support
  phy: nxp-c45-tja11xx: read the tx timestamp without lock

 drivers/net/phy/nxp-c45-tja11xx.c | 224 +++++++++++++++++++++++++++++-
 1 file changed, 221 insertions(+), 3 deletions(-)

-- 
2.34.1

Re: [PATCH v2 0/2] TJA1103 perout and extts
Posted by Richard Cochran 4 years, 6 months ago
On Wed, Dec 22, 2021 at 11:34:51PM +0200, Radu Pirea (NXP OSS) wrote:
> Hi,
> 
> This is the PEROUT and EXTTS implementation for TJA1103 and a small locking
> improvement.
> 
> Changes in v2:
> - removed the patch that implemented PTP_PEROUT_REVERSE_POLARITY and
> reimplemented the functionality with PTP_PEROUT_PHASE
> - call ptp_clock_event if the new timestamp is different than the old one,
> not just greater
> - improved description of mutex lock changes
> 
> Cheers,
> Radu P.
> 
> Radu Pirea (NXP OSS) (2):
>   phy: nxp-c45-tja11xx: add extts and perout support
>   phy: nxp-c45-tja11xx: read the tx timestamp without lock
> 
>  drivers/net/phy/nxp-c45-tja11xx.c | 224 +++++++++++++++++++++++++++++-
>  1 file changed, 221 insertions(+), 3 deletions(-)

For the series:

Acked-by: Richard Cochran <richardcochran@gmail.com>