Re: [PATCH v4 0/9] ptp: Add generic helper functions

2020-08-19 Thread David Miller
From: Kurt Kanzenbach Date: Tue, 18 Aug 2020 12:32:42 +0200 > in order to reduce code duplication (and cut'n'paste errors) in the ptp code > of > DSA, Ethernet and Phy drivers, create helper functions and move them to > ptp_classify. This way all drivers can share the same implementation. ...

[PATCH v4 0/9] ptp: Add generic helper functions

2020-08-18 Thread Kurt Kanzenbach
Hi! in order to reduce code duplication (and cut'n'paste errors) in the ptp code of DSA, Ethernet and Phy drivers, create helper functions and move them to ptp_classify. This way all drivers can share the same implementation. This is version four and contains bugfixes. Implemented as discussed [1