[GIT PULL] late pin control fixes for the v6.8 kernel

From: Linus Walleij
Date: Fri Mar 08 2024 - 09:04:58 EST


Hi Linus,

here are some two late fixes for pin control.

Details in the signed tag.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de:

Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.8-3

for you to fetch changes up to f6443e0177a55f78e94ccc1a43eb63a023a0b6fd:

pinctrl: don't put the reference to GPIO device in
pinctrl_pins_show() (2024-02-29 14:36:40 +0100)

----------------------------------------------------------------
Two pin control fixes for the v6.8 kernel series:

- Fix the PM suspend callback in the STM32 ST32MP257 driver to
properly support suspend.

- Drop an extraneous reference put in the debugfs code, this was
confusing the reference counts and causing unsolicited calls
to __free().

----------------------------------------------------------------
Antonio Borneo (1):
pinctrl: stm32: fix PM support for stm32mp257

Bartosz Golaszewski (1):
pinctrl: don't put the reference to GPIO device in pinctrl_pins_show()

drivers/pinctrl/core.c | 2 +-
drivers/pinctrl/stm32/pinctrl-stm32mp257.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)