[GIT PULL] pin control fixes for v6.14
From: Linus Walleij
Date: Mon Feb 10 2025 - 02:24:06 EST
Hi Linus,
a few pin control fixes have collected so far, a driver fix and a minor
debugfs fix that I think we can take in because we are early in the
cycle.
Details in the signed tag. Please pull it in!
Yours,
Linus Walleij
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -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-2
for you to fetch changes up to 0af4c120f5e7a1ea70aff7da2dfb65b6148a3e84:
pinctrl: pinconf-generic: Print unsigned value if a format is
registered (2025-02-06 10:13:15 +0100)
----------------------------------------------------------------
Fixes for the v6.14 series:
- A series of IRQ and behaviour stabilization fixes for the
CY8C95x0 pin control expander.
- A print format fix for the generic debugfs output.
----------------------------------------------------------------
Andy Shevchenko (5):
pinctrl: cy8c95x0: Fix off-by-one in the regmap range settings
pinctrl: cy8c95x0: Avoid accessing reserved registers
pinctrl: cy8c95x0: Enable regmap locking for debug
pinctrl: cy8c95x0: Rename PWMSEL to SELPWM
pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
Claudiu Beznea (1):
pinctrl: pinconf-generic: Print unsigned value if a format is registered
drivers/pinctrl/pinconf-generic.c | 8 ++++----
drivers/pinctrl/pinctrl-cy8c95x0.c | 42 +++++++++++++++++++++++---------------
2 files changed, 29 insertions(+), 21 deletions(-)