Re: [PATCH net v3] net: stmmac: xgmac: Enable support for multiple Flexible PPS outputs

From: Jacob Keller
Date: Tue Oct 31 2023 - 15:48:07 EST




On 10/30/2023 7:27 PM, Furong Xu wrote:
> From XGMAC Core 3.20 and later, each Flexible PPS has individual PPSEN bit
> to select Fixed mode or Flexible mode. The PPSEN must be set, or it stays
> in Fixed PPS mode by default.
> XGMAC Core prior 3.20, only PPSEN0(bit 4) is writable. PPSEN{1,2,3} are
> read-only reserved, and they are already in Flexible mode by default, our
> new code always set PPSEN{1,2,3} do not make things worse ;-)
>
> Fixes: 95eaf3cd0a90 ("net: stmmac: dwxgmac: Add Flexible PPS support")
> Reviewed-by: Serge Semin <fancer.lancer@xxxxxxxxx>
> Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx>
> Signed-off-by: Furong Xu <0x1207@xxxxxxxxx>
> ---
> Changes in v3:
> - Tagged Fixes: and sent through net instead of net-next, thanks Jacob Keller.
>

Thanks!

-Jake