Re: [PATCH net-next v2 1/3] net: phy: broadcom: Add PTP support for some Broadcom PHYs.
From: Paolo Abeni <pabeni@redhat.com>
Date: 2022-05-02 09:57:27
From: Paolo Abeni <pabeni@redhat.com>
Date: 2022-05-02 09:57:27
Hello, On Fri, 2022-04-29 at 19:57 -0700, Jonathan Lemon wrote:
This adds PTP support for BCM54210E Broadcom PHYs, in particular, the BCM54213PE, as used in the Rasperry PI CM4. It has only been tested on that hardware. Signed-off-by: Jonathan Lemon <redacted>
Another nit-pick, sorry ;) This introduces a few compiler warnings for undeclared functions (bcm_ptp_config_init and bcm_ptp_probe), see: https://patchwork.hopto.org/static/nipa/637209/12833026/build_allmodconfig_warn/summary The warnings could be addressed e.g. re-ordering patch 1/3 and 2/3. Thanks! Paolo