]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'qed-ptp-enhancements'
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Apr 2017 20:51:35 +0000 (16:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Apr 2017 20:51:35 +0000 (16:51 -0400)
commit9a28eeae82aed6c8156ecd8c554b49a7fc17fc65
tree8b356b9b565dcce8e052eaccc5e89334bc23694e
parentac374a19e50fc46a6d1b67f098ef7e11c524c16f
parent6ef226fe7cbab5758169cff48aa9d89b0873c089
Merge branch 'qed-ptp-enhancements'

Sudarsana Reddy Kalluru says:

====================
qed*: PTP enhancements.

The patch series contains set of enhancements for qed/qede ptp
implementation.
Patches (1)-(3) adds resource locking implementation to allow
PTP functionality only on the first detected ethernet PF of the port.
The change is required as the adapter currently supports only one
instance of the PTP client on a given port.
Patch (4) removes the un-needed header file.
Patch (5) moves the ptt-lock get/release logic to the ptp specific
code.

Please consider applying this series to "net-next" branch.
====================

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