On 7/8/20 2:23 AM, Ooi, Joyce 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 with the ptp clock.
Cc: Richard
Chin Liang ;
> Nguyen, Dinh ; Westergreen, Dalon
>
> Subject: Re: [PATCH v4 08/10] net: eth: altera: add support for ptp and
> timestamping
>
> On Wed, Jul 08, 2020 at 03:23:59PM +0800, Ooi, Joyce wrote:
>
> > @@ -222,6 +223,32 @@ static void tse_get_re
On Wed, Jul 08, 2020 at 03:23:59PM +0800, Ooi, Joyce wrote:
> @@ -222,6 +223,32 @@ static void tse_get_regs(struct net_device *dev, struct
> ethtool_regs *regs,
> buf[i] = csrrd32(priv->mac_dev, i * 4);
> }
>
> +static int tse_get_ts_info(struct net_device *dev,
> +
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