[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdZqoUZuLr9ra9JbSEQqqOWZvdh33Lk+R2P7qw8upx3nnA@mail.gmail.com>
Date: Sat, 1 Apr 2023 18:28:20 +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.3
Hi Linus,
here are some pin control fixes for the v6.3 series.
The most notable and urgent one is probably the AMD
fix which affects AMD laptops, found by the Chromium
people.
Please pull it in!
Yours,
Linus Walleij
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.3-2
for you to fetch changes up to e4056e38ec87b4c21eb34bb8e38b1b0ca1221744:
dt-bindings: pinctrl: qcom,sm8550-lpass-lpi: allow input-enabled and
bias-bus-hold (2023-03-29 10:41:57 +0200)
----------------------------------------------------------------
Pin control fixes for the v6.3 kernel cycle:
- Fix up the Kconfig options for MediaTek MT7981.
- Fix the irq domain name in the AT91-PIO4 driver.
- Fix some alternative muxing modes in the Ocelot
driver.
- Allocate the GPIO numbers dynamically in the STM32
driver.
- Disable and mask interrupts on resume in the AMD
driver.
- Fix a typo in the Qualcomm SM8550 pin control
device tree bindings.
----------------------------------------------------------------
Arınç ÜNAL (2):
pinctrl: mediatek: add missing options to PINCTRL_MT7981
pinctrl: mediatek: fix naming inconsistency
Dario Binacchi (1):
pinctrl: stm32: use dynamic allocation of GPIO base
Horatiu Vultur (1):
pinctrl: ocelot: Fix alt mode for ocelot
Johan Hovold (1):
pinctrl: at91-pio4: fix domain name assignment
Kornel Dulęba (1):
pinctrl: amd: Disable and mask interrupts on resume
Krzysztof Kozlowski (1):
dt-bindings: pinctrl: qcom,sm8550-lpass-lpi: allow input-enabled
and bias-bus-hold
.../pinctrl/qcom,sm8550-lpass-lpi-pinctrl.yaml | 2 +
drivers/pinctrl/mediatek/Kconfig | 44 +++++++++++-----------
drivers/pinctrl/pinctrl-amd.c | 36 ++++++++++--------
drivers/pinctrl/pinctrl-at91-pio4.c | 1 -
drivers/pinctrl/pinctrl-ocelot.c | 2 +-
drivers/pinctrl/stm32/pinctrl-stm32.c | 2 +-
6 files changed, 47 insertions(+), 40 deletions(-)
Powered by blists - more mailing lists