mbox series

[GIT,PULL] pin control fixes for v6.13

Message ID CACRpkdYCDUW5QMh5Tx9zkSniEhWzmVBVnAQ-6tTvUWeZ+eZTTw@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for v6.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.13-2

Message

Linus Walleij Jan. 3, 2025, 8:18 a.m. UTC
Hi Linus,

two small pin control fixes I have harvested over the holidays,
nothing special about them. Details in the signed tag, please
pull it in!

Yours,
Linus Walleij

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.13-2

for you to fetch changes up to a37eecb705f33726f1fb7cd2a67e514a15dfe693:

  pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap
locking (2024-12-17 15:10:32 +0100)

----------------------------------------------------------------
Pin control fixes for the v6.13 series:

- A small Kconfig fixup for the i.MX, in principle this
  could come in from the SoC tree but the bug was introduced
  from the pin control tree so let's fix it from here.

- Fix a sleep in atomic context in the MCP23xxx GPIO expander
  by disabling the regmap locking and using explicit
  mutex locks.

----------------------------------------------------------------
Evgenii Shatokhin (1):
      pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking

Fabio Estevam (1):
      ARM: imx: Re-introduce the PINCTRL selection

 arch/arm/mach-imx/Kconfig          | 1 +
 drivers/pinctrl/pinctrl-mcp23s08.c | 6 ++++++
 2 files changed, 7 insertions(+)