From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Tianfei Zhang <tianfei.zhang@intel.com>
Cc: richardcochran@gmail.com, Netdev <netdev@vger.kernel.org>,
linux-fpga@vger.kernel.org,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
vinicius.gomes@intel.com, pierre-louis.bossart@linux.intel.com,
marpagan@redhat.com, Russ Weight <russell.h.weight@intel.com>,
matthew.gerlach@linux.intel.com, nico@fluxnic.net,
Raghavendra Khadatare <raghavendrax.anand.khadatare@intel.com>
Subject: Re: [PATCH v2] ptp: add ToD device driver for Intel FPGA cards
Date: Wed, 22 Mar 2023 17:07:08 +0200 (EET) [thread overview]
Message-ID: <e2684d7c-903f-2a7e-4bf3-ad2edd485e60@linux.intel.com> (raw)
In-Reply-To: <20230322143547.233250-1-tianfei.zhang@intel.com>
On Wed, 22 Mar 2023, Tianfei Zhang wrote:
> Adding a DFL (Device Feature List) device driver of ToD device for
> Intel FPGA cards.
>
> The Intel FPGA Time of Day(ToD) IP within the FPGA DFL bus is exposed
> as PTP Hardware clock(PHC) device to the Linux PTP stack to synchronize
> the system clock to its ToD information using phc2sys utility of the
> Linux PTP stack. The DFL is a hardware List within FPGA, which defines
> a linked list of feature headers within the device MMIO space to provide
> an extensible way of adding subdevice features.
>
> Signed-off-by: Raghavendra Khadatare <raghavendrax.anand.khadatare@intel.com>
> Signed-off-by: Tianfei Zhang <tianfei.zhang@intel.com>
>
> ---
> v2:
> - handle NULL for ptp_clock_register().
> - use readl_poll_timeout_atomic() instead of readl_poll_timeout(), and
> change the interval timeout to 10us.
> - fix the uninitialized variable.
> ---
> MAINTAINERS | 7 +
> drivers/ptp/Kconfig | 13 ++
> drivers/ptp/Makefile | 1 +
> drivers/ptp/ptp_dfl_tod.c | 333 ++++++++++++++++++++++++++++++++++++++
> 4 files changed, 354 insertions(+)
> create mode 100644 drivers/ptp/ptp_dfl_tod.c
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d8ebab595b2a..3fd603369464 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15623,6 +15623,13 @@ L: netdev@vger.kernel.org
> S: Maintained
> F: drivers/ptp/ptp_ocp.c
>
> +INTEL PTP DFL ToD DRIVER
> +M: Tianfei Zhang <tianfei.zhang@intel.com>
> +L: linux-fpga@vger.kernel.org
> +L: netdev@vger.kernel.org
> +S: Maintained
> +F: drivers/ptp/ptp_dfl_tod.c
> +
> OPENCORES I2C BUS DRIVER
> M: Peter Korsgaard <peter@korsgaard.com>
> M: Andrew Lunn <andrew@lunn.ch>
> diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig
> index fe4971b65c64..e0d6f136ee46 100644
> --- a/drivers/ptp/Kconfig
> +++ b/drivers/ptp/Kconfig
> @@ -186,4 +186,17 @@ config PTP_1588_CLOCK_OCP
>
> More information is available at http://www.timingcard.com/
>
> +config PTP_DFL_TOD
> + tristate "FPGA DFL ToD Driver"
> + depends on FPGA_DFL
Should this also have depends on PTP_1588_CLOCK?
--
i.
next prev parent reply other threads:[~2023-03-22 15:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 14:35 [PATCH v2] ptp: add ToD device driver for Intel FPGA cards Tianfei Zhang
2023-03-22 14:48 ` Andy Shevchenko
2023-03-22 14:59 ` Zhang, Tianfei
2023-03-22 15:03 ` Andy Shevchenko
2023-03-22 15:36 ` Zhang, Tianfei
2023-03-22 15:07 ` Ilpo Järvinen [this message]
2023-03-22 15:17 ` Zhang, Tianfei
2023-03-23 3:33 ` Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e2684d7c-903f-2a7e-4bf3-ad2edd485e60@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=linux-fpga@vger.kernel.org \
--cc=marpagan@redhat.com \
--cc=matthew.gerlach@linux.intel.com \
--cc=netdev@vger.kernel.org \
--cc=nico@fluxnic.net \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=raghavendrax.anand.khadatare@intel.com \
--cc=richardcochran@gmail.com \
--cc=russell.h.weight@intel.com \
--cc=tianfei.zhang@intel.com \
--cc=vinicius.gomes@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).