[PATCH v3 09/10] dt-bindings: pinctrl: stm32: Support I/O synchronization parameters
Linus Walleij
linus.walleij at linaro.org
Mon Oct 20 15:08:53 PDT 2025
On Mon, Oct 20, 2025 at 5:09 PM Antonio Borneo
<antonio.borneo at foss.st.com> wrote:
> pinconf-generic only accepts positive numeric values for
> both generic and custom properties in struct pinconf_generic_params.
Do you need it to support negative values?
Patches welcome!
> Plus, I haven't found any existing driver that mixes pinconf-generic with
> custom string values.
Maybe I misunderstand, but pinconf_generic_parse_dt_config()
looks at pctldev->desc->custom_params and
pctldev->desc->num_custom_params found in
struct pinctrl_desc in
include/linux/pinctrl/pinctrl.h
$ git grep custom_params drivers/pinctrl/
gives you a list of all drivers using this.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list