Re: [PATCH v6 2/2] Renesas Ethernet AVB PTP clock driver

2015-06-11 Thread Sergei Shtylyov
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

Re: [PATCH v6 2/2] Renesas Ethernet AVB PTP clock driver

2015-06-11 Thread David Miller
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

Re: [PATCH v6 2/2] Renesas Ethernet AVB PTP clock driver

2015-06-11 Thread David Miller
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.

[PATCH v6 2/2] Renesas Ethernet AVB PTP clock driver

2015-06-10 Thread Sergei Shtylyov
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