Re: [PATCH 1/4] of: Introduce of_property_read_s32_index()

From: Rob Herring (Arm)

Date: Tue Apr 07 2026 - 20:21:59 EST



On Mon, 30 Mar 2026 12:16:05 +0200, Herve Codina wrote:
> 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@xxxxxxxxxxx>
> ---
> include/linux/of.h | 7 +++++++
> 1 file changed, 7 insertions(+)
>

Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>