Re: [PATCH v8 10/10] pinctrl: s32cc: set num_custom_params to 0
From: Daniel Baluta <hidden>
Date: 2026-01-20 13:43:08
Also in:
imx, linux-devicetree, linux-gpio, lkml
From: Daniel Baluta <hidden>
Date: 2026-01-20 13:43:08
Also in:
imx, linux-devicetree, linux-gpio, lkml
On Tue, Jan 20, 2026 at 2:26 PM Bartosz Golaszewski [off-list ref] wrote:
On Tue, 20 Jan 2026 12:59:22 +0100, Khristine Andreea Barbulescu [off-list ref] said:quoted
From: Andrei Stefanescu <redacted> The `num_custom_params` was not set to 0 and the pinctrl_desc structure was not initialized with 0. This would result in errors when parsing pinconf properties from the device tree.Shoudn't this come as first in the series and with a Fixes tag?
Hi Khristine, The entire series could use a better patch reordering to arrange the code as follows: * Bug fixes * Code refactorization or API changes * Device tree bindings * Driver implementation * DTS changes