Hello.
On 6/11/2015 10:24 AM, David Miller wrote:
Ethernet AVB device includes the gPTP timer, so we can implement a PTP clock
driver. We're doing that in a separate file, with the main Ethernet driver
calling the PTP driver's [de]initialization and interrupt handler functions.
Unfortunately
From: David Miller
Date: Thu, 11 Jun 2015 00:14:55 -0700 (PDT)
> From: Sergei Shtylyov
> Date: Thu, 11 Jun 2015 01:02:30 +0300
>
>> Ethernet AVB device includes the gPTP timer, so we can implement a PTP clock
>> driver. We're doing that in a separate file, with the main Ethernet driver
>> ca
From: Sergei Shtylyov
Date: Thu, 11 Jun 2015 01:02:30 +0300
> Ethernet AVB device includes the gPTP timer, so we can implement a PTP clock
> driver. We're doing that in a separate file, with the main Ethernet driver
> calling the PTP driver's [de]initialization and interrupt handler functions.
Ethernet AVB device includes the gPTP timer, so we can implement a PTP clock
driver. We're doing that in a separate file, with the main Ethernet driver
calling the PTP driver's [de]initialization and interrupt handler functions.
Unfortunately, the clock seems tightly coupled with the AVB-DMAC, s