]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: renesas: sh-pfc: Implement .pin_config_group_get() callback
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 30 Apr 2026 15:24:42 +0000 (17:24 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 15 May 2026 09:15:19 +0000 (11:15 +0200)
commitc7c8352fe569d17e3d379a83075a8ea12168526f
tree305f893533f5c6bf7f5ea18774434f01604f1d26
parentec642ab9b76f8f5907e19778f035c49c3b192bbb
pinctrl: renesas: sh-pfc: Implement .pin_config_group_get() callback

When reading /sys/kernel/debug/pinctrl/*.pinctrl-sh-pfc/pinconf-groups
while CONFIG_DEBUG_PINCTRL is enabled, the user is confronted with a
seemlingly endless stream of identical messages on the console:

    sh-pfc e6060000.pinctrl: cannot get configuration for pin group, missing group config get function in driver

Fix this by implementing the sh_pfc_pinconf_ops.pin_config_group_get()
callback.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/130ce567f23fd6eef8f5fa7273480a0e3ff2d1d9.1777562482.git.geert+renesas@glider.be
drivers/pinctrl/renesas/pinctrl.c