Merge branch 'support-offload-led-blinking-to-phy'
authorJakub Kicinski <kuba@kernel.org>
Fri, 11 Aug 2023 00:35:02 +0000 (17:35 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Aug 2023 00:35:02 +0000 (17:35 -0700)
Andrew Lunn says:

====================
Support offload LED blinking to PHY.

Allow offloading of the LED trigger netdev to PHY drivers and
implement it for the Marvell PHY driver. Additionally, correct the
handling of when the initial state of the LED cannot be represented by
the trigger, and so an error is returned. As with ledtrig-timer,
disable offload when the trigger is deactivate, or replaced by another
trigger.
====================

Link: https://lore.kernel.org/r/20230808210436.838995-1-andrew@lunn.ch
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge