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)
commitc042502ce201bc1f1b0b38b2e89694048b6b047d
treeda9c44d53a08c3571871c58a67edaf56984ed9c7
parent215c44fa69d7a873e058b2e1c451c12025d94bee
parente8fbcc47a8e935f36f044d85f21a99acecbd7bfb
Merge branch 'support-offload-led-blinking-to-phy'

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>