netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Support the MX6 FEC as a PTP hardware clock
@ 2012-10-31  4:24 Frank Li
  2012-11-01 16:30 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Li @ 2012-10-31  4:24 UTC (permalink / raw)
  To: lznua, richardcochran, shawn.guo, linux-arm-kernel, netdev, davem
  Cc: Frank Li

This patch series enables hardware time stamping and a PTP hardware clock
for mx6 ENET controller.

Frank Li (4):
  net: fec: move fec_enet_private to header file
  ARM: dts: imx6q: Add ENET PTP clock pin and clock source
  ARM: imx6q: Set enet tx reference clk from anatop to support 1588
  FEC: Add time stamping code and a PTP hardware clock

 arch/arm/boot/dts/imx6q.dtsi             |    5 +-
 arch/arm/mach-imx/mach-imx6q.c           |   12 +
 drivers/net/ethernet/freescale/Kconfig   |    9 +
 drivers/net/ethernet/freescale/Makefile  |    1 +
 drivers/net/ethernet/freescale/fec.c     |  161 +++++++------
 drivers/net/ethernet/freescale/fec.h     |  119 +++++++++
 drivers/net/ethernet/freescale/fec_ptp.c |  386 ++++++++++++++++++++++++++++++
 7 files changed, 617 insertions(+), 76 deletions(-)
 create mode 100644 drivers/net/ethernet/freescale/fec_ptp.c

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-05 11:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-31  4:24 [PATCH 0/4] Support the MX6 FEC as a PTP hardware clock Frank Li
2012-11-01 16:30 ` David Miller
2012-11-02  2:36   ` Frank Li
2012-11-02  8:43     ` Richard Cochran
2012-11-02 23:25       ` Ben Hutchings
2012-11-05 11:23         ` Frank Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).