]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
of: Introduce of_property_read_s32_index()
authorHerve Codina <herve.codina@bootlin.com>
Wed, 13 May 2026 08:16:45 +0000 (10:16 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 18 May 2026 16:44:01 +0000 (17:44 +0100)
commit37dba38ac8d0910f31788368bce4d93aa4059040
treed00c62a4f99152c1a650cb9bb99b3611a6d26c0f
parent5200f5f493f79f14bbdc349e402a40dfb32f23c8
of: Introduce of_property_read_s32_index()

Signed integers can be read from single value properties using
of_property_read_s32() but nothing exist to read signed integers
from multi-value properties.

Fix this lack adding of_property_read_s32_index().

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20260513081702.317117-2-herve.codina@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/of.h