Linux GPIO subsystem development
 help / color / mirror / Atom feed
* [PATCH] pinctrl: Export pinctrl_get_group_selector()
@ 2026-06-13 20:02 Linus Walleij
  2026-06-15 10:16 ` Uwe Kleine-König
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2026-06-13 20:02 UTC (permalink / raw)
  To: Bartosz Golaszewski, Jia Wang
  Cc: linux-gpio, Nathan Chancellor, kernel test robot, Linus Walleij

The recently added UltraRISC DP1000 is using this symbol, and in
a reasonable way as well, so export it.

Reported-by: Nathan Chancellor <nathan@kernel.org>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202606130210.ytVPxHlm-lkp@intel.com/
Fixes: cb7037924836 ("pinctrl: ultrarisc: Add UltraRISC DP1000 pinctrl driver")
Signed-off-by: Linus Walleij <linusw@kernel.org>
---
 drivers/pinctrl/core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c
index 3fcb7e584a93..1675dd36bd5c 100644
--- a/drivers/pinctrl/core.c
+++ b/drivers/pinctrl/core.c
@@ -772,6 +772,7 @@ int pinctrl_get_group_selector(struct pinctrl_dev *pctldev,
 
 	return -EINVAL;
 }
+EXPORT_SYMBOL_GPL(pinctrl_get_group_selector);
 
 bool pinctrl_gpio_can_use_line(struct gpio_chip *gc, unsigned int offset)
 {

---
base-commit: e3d967e6ef2f9605b132eabac64e984d884c81cf
change-id: 20260613-export-get-group-selector-d41bc33539c8

Best regards,
--  
Linus Walleij <linusw@kernel.org>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-06-15 13:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-13 20:02 [PATCH] pinctrl: Export pinctrl_get_group_selector() Linus Walleij
2026-06-15 10:16 ` Uwe Kleine-König
2026-06-15 12:27   ` Linus Walleij
2026-06-15 12:49     ` Uwe Kleine-König
2026-06-15 13:01       ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox