netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] PTP support for macb driver
@ 2017-06-29  6:08 Rafal Ozieblo
       [not found] ` <1498716526-1372-1-git-send-email-rafalo-vna1KIf7WgpBDgjK7y7TUQ@public.gmane.org>
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Rafal Ozieblo @ 2017-06-29  6:08 UTC (permalink / raw)
  To: David Miller, nicolas.ferre, Richard Cochran, netdev,
	linux-kernel, devicetree, linux-arm-kernel, harini.katakam,
	andrei.pistirica
  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

v4 changes:
* respin to the newest next-next (28 Jun 2017)
 
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            | 3529 -----------------------
 drivers/net/ethernet/cadence/macb.h            |  158 +-
 drivers/net/ethernet/cadence/macb_main.c       | 3666 ++++++++++++++++++++++++
 drivers/net/ethernet/cadence/macb_ptp.c        |  518 ++++
 7 files changed, 4350 insertions(+), 3537 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

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29  6:08 [PATCH v4 0/4] PTP support for macb driver Rafal Ozieblo
     [not found] ` <1498716526-1372-1-git-send-email-rafalo-vna1KIf7WgpBDgjK7y7TUQ@public.gmane.org>
2017-06-29  6:12   ` [PATCH v4 1/4] net: macb: Add support for PTP timestamps in DMA descriptors Rafal Ozieblo
2017-06-30 17:12   ` [PATCH v4 0/4] PTP support for macb driver David Miller
2017-06-29  6:13 ` [PATCH v4 2/4] net: macb: Add tsu_clk to device tree Rafal Ozieblo
2017-06-29  6:13 ` [PATCH v4 3/4] net: macb: macb.c changed to macb_main.c Rafal Ozieblo
2017-06-29  6:14 ` [PATCH v4 4/4] net: macb: Add hardware PTP support Rafal Ozieblo

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