Re: [PATCH v6 net-next 2/3] octeontx2-af: Add support for Marvell PTP coprocessor

2020-08-20 Thread sundeep subbaraya
Hi, On Wed, Aug 19, 2020 at 9:30 PM Jesse Brandeburg wrote: > > sundeep.l...@gmail.com wrote: > > > From: Aleksey Makarov > > > > This patch adds driver for Precision Time > > Protocol Clock and Timestamping block found on > > Octeontx2 platform. The driver does initial > > configuration and exp

Re: [PATCH v6 net-next 2/3] octeontx2-af: Add support for Marvell PTP coprocessor

2020-08-19 Thread Jesse Brandeburg
sundeep.l...@gmail.com wrote: > From: Aleksey Makarov > > This patch adds driver for Precision Time > Protocol Clock and Timestamping block found on > Octeontx2 platform. The driver does initial > configuration and exposes a function to adjust > PTP hardware clock. Please explain in the commit

[PATCH v6 net-next 2/3] octeontx2-af: Add support for Marvell PTP coprocessor

2020-08-18 Thread sundeep . lkml
From: Aleksey Makarov This patch adds driver for Precision Time Protocol Clock and Timestamping block found on Octeontx2 platform. The driver does initial configuration and exposes a function to adjust PTP hardware clock. Co-developed-by: Subbaraya Sundeep Signed-off-by: Subbaraya Sundeep Sign