netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] PTP support for macb driver
@ 2017-06-16 11:58 Rafal Ozieblo
  2017-06-16 12:00 ` [PATCH v3 1/4] net: macb: Add support for PTP timestamps in DMA descriptors Rafal Ozieblo
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Rafal Ozieblo @ 2017-06-16 11:58 UTC (permalink / raw)
  To: David Miller, nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w,
	Richard Cochran, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	harini.katakam-gjFFaj9aHVfQT0dZR+AlfA,
	andrei.pistirica-UWL1GkI3JZL3oGB3hsPCZA
  Cc: Rafal Ozieblo

This patch series adds support for PTP synchronization protocol
in Cadence GEM driver based on PHC.

v2 changes:
* removed alarm's support
* removed external time stamp support
* removed PTP event interrupt handling
* removed ptp_hw_support flag
* removed all extra sanity checks
* removed unnecessary #ifdef
* fixed coding style and alligment issues
* renamed macb.c to macb_main.c

v3 changes:
* added checking NULL ptr from ptp_clock_register()
* fixed error codes return
* locals list in "upside down Christmas tree" style
* fixed some other issues from review

Rafal Ozieblo (4):
  net: macb: Add support for PTP timestamps in DMA descriptors
  net: macb: Add tsu_clk to device tree
  net: macb: macb.c changed to macb_main.c
  net: macb: Add hardware PTP support

 Documentation/devicetree/bindings/net/macb.txt |    1 +
 drivers/net/ethernet/cadence/Kconfig           |   10 +-
 drivers/net/ethernet/cadence/Makefile          |    5 +
 drivers/net/ethernet/cadence/macb.c            | 3509 -----------------------
 drivers/net/ethernet/cadence/macb.h            |  158 +-
 drivers/net/ethernet/cadence/macb_main.c       | 3646 ++++++++++++++++++++++++
 drivers/net/ethernet/cadence/macb_ptp.c        |  518 ++++
 7 files changed, 4330 insertions(+), 3517 deletions(-)
 delete mode 100644 drivers/net/ethernet/cadence/macb.c
 create mode 100644 drivers/net/ethernet/cadence/macb_main.c
 create mode 100755 drivers/net/ethernet/cadence/macb_ptp.c

-- 
2.4.5

--
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] 6+ messages in thread

end of thread, other threads:[~2017-06-19 18:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-16 11:58 [PATCH v3 0/4] PTP support for macb driver Rafal Ozieblo
2017-06-16 12:00 ` [PATCH v3 1/4] net: macb: Add support for PTP timestamps in DMA descriptors Rafal Ozieblo
2017-06-16 12:00 ` [PATCH v3 2/4] net: macb: Add tsu_clk to device tree Rafal Ozieblo
     [not found] ` <1497614298-14074-1-git-send-email-rafalo-vna1KIf7WgpBDgjK7y7TUQ@public.gmane.org>
2017-06-16 12:01   ` [PATCH v3 3/4] net: macb: macb.c changed to macb_main.c Rafal Ozieblo
2017-06-16 12:01 ` [PATCH v3 4/4] net: macb: Add hardware PTP support Rafal Ozieblo
2017-06-19 18:29 ` [PATCH v3 0/4] PTP support for macb driver 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).