netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add support for Broadcom DTE based PTP clock
@ 2017-06-12 20:25 Arun Parameswaran
  2017-06-12 20:26 ` [PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock Arun Parameswaran
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Arun Parameswaran @ 2017-06-12 20:25 UTC (permalink / raw)
  To: Richard Cochran, Rob Herring, Mark Rutland
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	netdev-u79uwXL29TY76Z2rM5mHXA,
	bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w,
	Arun Parameswaran

Hi,

This patchset adds support for the DTE based PTP clock for Broadcom SoCs.

The DTE nco based PTP clock can be used in both wired and wireless networks
for precision time-stmaping purposes.

Arun Parameswaran (2):
  dt-binding: ptp: add bindings document for dte based ptp clock
  ptp: Add a ptp clock driver for Broadcom DTE

 .../devicetree/bindings/ptp/brcm,ptp-dte.txt       |  13 +
 drivers/ptp/Kconfig                                |  16 +
 drivers/ptp/Makefile                               |   1 +
 drivers/ptp/ptp_dte.c                              | 353 +++++++++++++++++++++
 4 files changed, 383 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
 create mode 100644 drivers/ptp/ptp_dte.c

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-06-30  1:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12 20:25 [PATCH v1 0/2] Add support for Broadcom DTE based PTP clock Arun Parameswaran
2017-06-12 20:26 ` [PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock Arun Parameswaran
2017-06-13  5:09   ` Richard Cochran
     [not found]     ` <20170613050947.GA1684-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2017-06-13 17:46       ` Arun Parameswaran
     [not found]         ` <cb008f0f-1585-653e-0b89-47478f9f4734-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2017-06-14 18:18           ` Ray Jui
     [not found]             ` <a4586d75-2aca-94f3-ab7a-fc94c9dc5a4a-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2017-06-14 18:33               ` Arun Parameswaran
2017-06-14 18:39               ` Arun Parameswaran
     [not found]   ` <1497299161-6458-2-git-send-email-arun.parameswaran-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2017-06-18 14:04     ` Rob Herring
2017-06-19 16:50       ` Arun Parameswaran
2017-06-20 20:48       ` Scott Branden
     [not found]         ` <74b85a32-63c5-b7c5-47a2-831504be318e-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2017-06-22  3:19           ` Rob Herring
     [not found]             ` <CAL_JsqKddhWMXEaoxt=3_d+-STFH-OataxSgnnj9Q4A0Eqqwxg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-06-23  0:42               ` Scott Branden
     [not found]                 ` <1abad545-ee20-e047-8cb6-b130ad037213-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2017-06-23  1:04                   ` Florian Fainelli
2017-06-27  5:10                     ` Scott Branden
     [not found]                       ` <7bb41c9b-20d8-6003-8a0f-b09f0071ed71-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2017-06-29 22:40                         ` Rob Herring
     [not found]                           ` <CAL_Jsq+qaawVuX=oX=+LrM-nO7Q37osL05WL9b0mV5msLyG9yg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-06-30  1:05                             ` Scott Branden
2017-06-12 20:26 ` [PATCH v1 2/2] ptp: Add a ptp clock driver for Broadcom DTE Arun Parameswaran
     [not found] ` <1497299161-6458-1-git-send-email-arun.parameswaran-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2017-06-15 16:07   ` [PATCH v1 0/2] Add support for Broadcom DTE based PTP clock David Miller

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).