Re: [PATCHv2 08/10] net: eth: altera: add support for ptp and timestamping

2020-05-04 Thread Richard Cochran
On Mon, May 04, 2020 at 04:25:56PM +0800, Joyce Ooi wrote: > From: Dalon Westergreen > > Add support for the ptp clock used with the tse, and update > the driver to support timestamping when enabled. We also > enable debugfs entries for the ptp clock to allow some user > control and interaction

[PATCHv2 08/10] net: eth: altera: add support for ptp and timestamping

2020-05-04 Thread Joyce Ooi
From: Dalon Westergreen Add support for the ptp clock used with the tse, and update the driver to support timestamping when enabled. We also enable debugfs entries for the ptp clock to allow some user control and interaction with the ptp clock. Cc: Richard Cochran Signed-off-by: Dalon Westergr