mbox series

[v2,0/2] ptp_qoriq: support FIPER3

Message ID 20200918094801.37514-1-yangbo.lu@nxp.com
Headers show
Series ptp_qoriq: support FIPER3 | expand

Message

Yangbo Lu Sept. 18, 2020, 9:47 a.m. UTC
The FIPER3 (fixed interval period pulse generator) is supported on
DPAA2 and ENETC network controller hardware. This patch-set is to
support it in ptp_qoriq driver and dt-binding.

Changes for v2:
- Some improvement in code.
- Added ACK from Vladimir.

Yangbo Lu (2):
  dt-binding: ptp_qoriq: support fsl,tmr-fiper3 property
  ptp_qoriq: support FIPER3

 Documentation/devicetree/bindings/ptp/ptp-qoriq.txt |  2 ++
 drivers/ptp/ptp_qoriq.c                             | 20 +++++++++++++++++++-
 include/linux/fsl/ptp_qoriq.h                       |  3 +++
 3 files changed, 24 insertions(+), 1 deletion(-)

Comments

David Miller Sept. 19, 2020, 12:49 a.m. UTC | #1
From: Yangbo Lu <yangbo.lu@nxp.com>
Date: Fri, 18 Sep 2020 17:47:59 +0800

> The FIPER3 (fixed interval period pulse generator) is supported on
> DPAA2 and ENETC network controller hardware. This patch-set is to
> support it in ptp_qoriq driver and dt-binding.
> 
> Changes for v2:
> - Some improvement in code.
> - Added ACK from Vladimir.

Series applied, thanks.