linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pinctrl: stm32: Add possibility to configure only one pin
@ 2020-06-15 12:59 Alexandre Torgue
  2020-06-15 12:59 ` [PATCH 1/2] pinctrl: stm32: return proper error code in pin_config_set Alexandre Torgue
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexandre Torgue @ 2020-06-15 12:59 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-kernel, linux-gpio, linux-stm32, alexandre.torgue

Hi,

Currently stm32 pinctrl driver offers only the possibility to configure pins
groups thanks "pin_config_group_set" callback. To configure pins thanks to the
GPIOlib (i.e. GPIO_PULL_UP ...) this driver needs also to support
"pin_config_set" callback.

Regards
Alex

Alexandre Torgue (2):
  pinctrl: stm32: return proper error code in pin_config_set
  pinctrl: stm32: add possibility to configure pins individually

 drivers/pinctrl/stm32/pinctrl-stm32.c | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-06-20 21:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15 12:59 [PATCH 0/2] pinctrl: stm32: Add possibility to configure only one pin Alexandre Torgue
2020-06-15 12:59 ` [PATCH 1/2] pinctrl: stm32: return proper error code in pin_config_set Alexandre Torgue
2020-06-15 12:59 ` [PATCH 2/2] pinctrl: stm32: add possibility to configure pins individually Alexandre Torgue
2020-06-20 21:08 ` [PATCH 0/2] pinctrl: stm32: Add possibility to configure only one pin Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).