]> git.hungrycats.org Git - linux/commit
leds: is31fl319x: Modernize registration
authorAndreas Kemnade <andreas@kemnade.info>
Thu, 6 Aug 2026 11:51:36 +0000 (13:51 +0200)
committerLee Jones <lee@kernel.org>
Wed, 12 Aug 2026 11:45:11 +0000 (12:45 +0100)
commitf8cca63a0a4f3475199d9ab7f86782bdfeb0744d
treed28a5a9874d42230135de8b80ff1affd88d33e9c
parente36f8825616b73a09cd2308f2644aa12d7fb6db0
leds: is31fl319x: Modernize registration

Use _ext version to have properties parsed to avoid needing to parse
them in the driver itself. More modern properties are recognized and
the LEDs can be referenced via phandle.

Due to the maximum current mechanics, LEDs are not registered right
in the first iteration over the nodes.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Link: https://patch.msgid.link/20260806-led-modern-v4-1-eed715baab2e@kemnade.info
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-is31fl319x.c