mbox series

[0/1,v3,net-next] Add OpenCompute timecard driver

Message ID 20201204035128.2219252-1-jonathan.lemon@gmail.com (mailing list archive)
Headers show
Series Add OpenCompute timecard driver | expand

Message

Jonathan Lemon Dec. 4, 2020, 3:51 a.m. UTC
From: Jonathan Lemon <bsd@fb.com>

v2->v3:
 remove dev_info() informational lines
v1->v2:
 make the driver dependent on CONFIG_PCI, for the test robot.
 move the config option under PTP_1588_CLOCK hierarcy
v1:
 initial submission

Jonathan Lemon (1):
  ptp: Add clock driver for the OpenCompute TimeCard.

 drivers/ptp/Kconfig   |  14 ++
 drivers/ptp/Makefile  |   1 +
 drivers/ptp/ptp_ocp.c | 400 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 415 insertions(+)
 create mode 100644 drivers/ptp/ptp_ocp.c