From: Sergei Shtylyov Date: Wed, 10 Jun 2015 22:02:30 +0000 (+0300) Subject: Renesas Ethernet AVB PTP clock driver X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0d2f20650e81407d8e51ad2cbdc492861c74e9c;p=pandora-kernel.git Renesas Ethernet AVB PTP clock driver 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, so when that one leaves the operation mode, we have to unregister the PTP clock... :-( Based on the original patches by Masaru Nagai. Signed-off-by: Masaru Nagai Signed-off-by: Sergei Shtylyov Signed-off-by: David S. Miller --- Reading git-diff-tree failed