lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1351657480-24745-1-git-send-email-Frank.Li@freescale.com> Date: Wed, 31 Oct 2012 12:24:40 +0800 From: Frank Li <Frank.Li@...escale.com> To: <lznua@...il.com>, <richardcochran@...il.com>, <shawn.guo@...aro.org>, <linux-arm-kernel@...ts.infradead.org>, <netdev@...r.kernel.org>, <davem@...emloft.net> CC: Frank Li <Frank.Li@...escale.com> Subject: [PATCH 0/4] Support the MX6 FEC as a PTP hardware clock 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 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists