]> git.baikalelectronics.ru Git - kernel.git/commit
ptp: Add a driver for InES time stamping IP core.
authorRichard Cochran <richardcochran@gmail.com>
Thu, 26 Dec 2019 02:16:20 +0000 (18:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Dec 2019 03:51:34 +0000 (19:51 -0800)
commitaa2e4a276dfd06fc940660487b3b615d55790a36
treede3033d12c14de2f97ca7a2442ff630e49c4ccad
parentee06e5b45e7af9bd2a22e428bf0376551bf45c05
ptp: Add a driver for InES time stamping IP core.

The InES at the ZHAW offers a PTP time stamping IP core.  The FPGA
logic recognizes and time stamps PTP frames on the MII bus.  This
patch adds a driver for the core along with a device tree binding to
allow hooking the driver to MII buses.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/Kconfig
drivers/ptp/Makefile
drivers/ptp/ptp_ines.c [new file with mode: 0644]