[GIT PULL] pin control fixes for v6.14

From: Linus Walleij
Date: Tue Mar 11 2025 - 06:43:39 EST


Hi Linus,

some three pin control fixes for the v6.14 series.

Details in the signed tag.

Please pull it in.

Yours,
Linus Walleij

The following changes since commit d082ecbc71e9e0bf49883ee4afd435a77a5101b6:

Linux 6.14-rc4 (2025-02-23 12:32:57 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7ff4faba63571c51004280f7eb5d6362b15ec61f:

pinctrl: spacemit: enable config option (2025-02-25 17:22:36 +0100)

----------------------------------------------------------------
Some further v6.14 fixes:

- Fix the regmap settings for bcm281xx, this was missing the
stride.

- NULL check for the Nuvoton npcm8xx devm_kasprintf()

- Enable the Spacemit pin controller by default in the
SoC config. The SoC will not boot without it so this one
is prett much required.

----------------------------------------------------------------
Artur Weber (1):
pinctrl: bcm281xx: Fix incorrect regmap max_registers value

Charles Han (1):
pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw

Yixun Lan (1):
pinctrl: spacemit: enable config option

arch/riscv/Kconfig.socs | 1 +
drivers/pinctrl/bcm/pinctrl-bcm281xx.c | 2 +-
drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 3 +++
drivers/pinctrl/spacemit/Kconfig | 3 ++-
drivers/pinctrl/spacemit/pinctrl-k1.c | 2 +-
5 files changed, 8 insertions(+), 3 deletions(-)