Files
linux/drivers
Russell King (Oracle) 687e7863f0 net: stmmac: ptp: remove redundant priv->pps[].available
priv->pps[].available is set in stmmac_ptp_register() for all PPS
outputs reported by hardware up to STMMAC_PPS_MAX.

Since we now set priv->ptp_clock_ops.n_per_out to the number of PPS
outputs that both the hardware and driver can support to prevent
array overflow in stmmac_enable(), this makes priv->pps[].available
redundant. Remove this struct member.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/E1vypHc-0000000CSbl-1X6v@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2026-03-09 19:45:27 -07:00
..
2026-02-26 21:51:33 +01:00
2026-01-07 21:17:43 +01:00
2026-02-24 17:31:56 +00:00