From: Jonathan Lemon <b...@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 -- 2.24.1