[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdbhYTFpA_jfMPFZ4t4bcVdO0+9iCsjtBnLpy9ok0U_wvQ@mail.gmail.com>
Date: Fri, 2 May 2025 13:56:10 +0200
From: Linus Walleij <linus.walleij@...aro.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: "open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>, linux-kernel <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] pin control fixes for v6.15
Hi Linus,
here are som Valborg-patches for pincontrol. All are driver
fixes, nothing exciting at all other than that they fix bugs which
is nice.
Details are in the signed tag, please pull it in!
Yours,
Linus Walleij
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.15-2
for you to fetch changes up to 12b8a672d2aa053064151659f49e7310674d42d3:
pinctrl: qcom: Fix PINGROUP definition for sm8750 (2025-04-29 10:27:25 +0200)
----------------------------------------------------------------
Pin control fixes for the v6.15 series:
- Fix potential NULL dereference in the i.MX driver.
- Fix the pull up/down resistor values in the Meson driver.
- Fix the mapping of the PHY LED pins in the Airhoa driver.
- Fix EINT interrupts on older controllers and a debounce value
issue in the Mediatek driver.
- Fix an erronoeus PINGROUP define in the Qualcomm driver.
----------------------------------------------------------------
Chen-Yu Tsai (1):
pinctrl: mediatek: common-v1: Fix EINT breakage on older controllers
Christian Marangi (1):
pinctrl: airoha: fix wrong PHY LED mapping and PHY2 LED defines
Dan Carpenter (1):
pinctrl: mediatek: common-v1: Fix error checking in mtk_eint_init()
Hao Chang (1):
pinctrl: mediatek: Fix new design debounce issue
Hui Wang (1):
pinctrl: imx: Return NULL if no group is matched and found
Martin Blumenstingl (1):
pinctrl: meson: define the pull up/down resistor value as 60 kOhm
Maulik Shah (1):
pinctrl: qcom: Fix PINGROUP definition for sm8750
drivers/pinctrl/freescale/pinctrl-imx.c | 6 +-
drivers/pinctrl/mediatek/mtk-eint.c | 2 +-
drivers/pinctrl/mediatek/pinctrl-airoha.c | 159 ++++++++++++--------------
drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 12 +-
drivers/pinctrl/meson/pinctrl-meson.c | 2 +-
drivers/pinctrl/qcom/pinctrl-sm8750.c | 4 +-
6 files changed, 87 insertions(+), 98 deletions(-)
Powered by blists - more mailing lists