[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdbWs10eU-jSiN9H6UNkTNA7K8PS3gAfUxe+T6dktJsSyA@mail.gmail.com>
Date: Tue, 27 Aug 2024 17:25:15 +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.11
Hi Linus,
here are some pin control fixes that have been stacking
up in my tree. All driver fixes!
Details in the signed tag as usual.
Please pull it in!
Yours,
Linus Walleij
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.11-2
for you to fetch changes up to 128f71fe014fc91efa1407ce549f94a9a9f1072c:
pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins
(2024-08-24 16:39:51 +0200)
----------------------------------------------------------------
Pin control fixes for the v6.11 series:
- Fix the hwirq map and pin offsets in the Qualcomm X1E80100 driver.
- Fix the pin range handling in the AT91 driver so it works again.
- Fix a NULL-dereference risk in pinctrl single.
- Fix a serious biasing bug in the Mediatek driver.
- Fix the level trigged IRQ in the StarFive JH7110.
- Fix the iomux width in the Rockchip GPIO2-B pin handling.
----------------------------------------------------------------
Hal Feng (1):
pinctrl: starfive: jh7110: Correct the level trigger
configuration of iev register
Huang-Huang Bao (1):
pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins
Konrad Dybcio (2):
pinctrl: qcom: x1e80100: Update PDC hwirq map
pinctrl: qcom: x1e80100: Fix special pin offsets
Ma Ke (1):
pinctrl: single: fix potential NULL dereference in pcs_get_function()
NĂcolas F. R. A. Prado (1):
pinctrl: mediatek: common-v2: Fix broken bias-disable for
PULL_PU_PD_RSEL_TYPE
Thomas Blocher (1):
pinctrl: at91: make it work with current gpiolib
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 55 ++++++++++++----------
drivers/pinctrl/pinctrl-at91.c | 5 +-
drivers/pinctrl/pinctrl-rockchip.c | 2 +-
drivers/pinctrl/pinctrl-single.c | 2 +
drivers/pinctrl/qcom/pinctrl-x1e80100.c | 35 +++++++-------
drivers/pinctrl/starfive/pinctrl-starfive-jh7110.c | 4 +-
6 files changed, 57 insertions(+), 46 deletions(-)
Powered by blists - more mailing lists