Re: [PATCH net-next v3 1/3] net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-lib
From: Jonathan Lemon <hidden>
Date: 2022-05-06 19:31:36
From: Jonathan Lemon <hidden>
Date: 2022-05-06 19:31:36
On Fri, May 06, 2022 at 10:17:29AM -0700, Florian Fainelli wrote:
On 5/4/22 15:43, Jonathan Lemon wrote:quoted
Add the public bcm_ptp_probe() and bcm_ptp_config_init() functions to the bcm-phy library. The PTP functions are contained in a separate file for clarity, and also to simplify the PTP clock dependencies. Signed-off-by: Jonathan Lemon <redacted>This could really be squashed into the next patch since you do not introduce the ability to build that code until patch #3. I would also re-order patches #2 and #3 thus making it ultimately a 2 patch series only.
Okay, squash #1 and #2 into one patch, then swap ordering so the main patch comes first. Will repost in a bit. -- Jonathan