Merge branch 'PTP-support-for-macb-driver'
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Jun 2017 17:11:43 +0000 (13:11 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Jun 2017 17:11:43 +0000 (13:11 -0400)
commit574a60208794d97ce571db93797f30c36ab38425
tree5bcc4aab1d4509c2fbe87e37859c3005edcf658b
parentb07911593719828cac023bdcf6bf4da1c9ba546f
parentab91f0a9b5f4b9b5b341fdc0ed457121e69c20e1
Merge branch 'PTP-support-for-macb-driver'

Rafal Ozieblo says:

====================
PTP support for macb driver

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

Signed-off-by: David S. Miller <davem@davemloft.net>