[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdax4qmftH974q+269YD65oMfLNFe-FrRSLyAZ_HY1OF0Q@mail.gmail.com>
Date: Fri, 10 Feb 2023 23:41:57 +0100
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 the v6.2 series
Hi Linus,
some assorted pin control fixes, the most interesting will be
the Intel patch fixing a classic problem: laptop touchpad IRQs...
Details in the signed tag, please pull it in!
Yours,
Linus Walleij
The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:
Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.2-3
for you to fetch changes up to a8520be3ffef3d25b53bf171a7ebe17ee0154175:
pinctrl: intel: Restore the pins that used to be in Direct IRQ mode
(2023-02-07 10:13:51 +0100)
----------------------------------------------------------------
Pin control fixes for the v6.2 series:
- Some pin drive register fixes in the Mediatek driver.
- Return proper error code in the Aspeed driver, and revert
and ill-advised force-disablement patch that needs to be
reworked.
- Fix AMD driver debug output.
- Fix potential NULL dereference in the Single driver.
- Fix a group definition error in the Qualcomm SM8450 LPASS
driver.
- Restore pins used in direct IRQ mode in the Intel driver.
(This fixes some laptop touchpads!)
----------------------------------------------------------------
Andy Shevchenko (1):
pinctrl: intel: Restore the pins that used to be in Direct IRQ mode
Guodong Liu (1):
pinctrl: mediatek: Fix the drive register definition of some Pins
Joel Stanley (2):
pinctrl: aspeed: Fix confusing types in return value
pinctrl: aspeed: Revert "Force to disable the function's signal"
Krzysztof Kozlowski (1):
pinctrl: qcom: sm8450-lpass-lpi: correct swr_rx_data group
Mario Limonciello (1):
pinctrl: amd: Fix debug output for debounce time
Maxim Korotkov (1):
pinctrl: single: fix potential NULL dereference
drivers/pinctrl/aspeed/pinctrl-aspeed.c | 13 +++++++++++--
drivers/pinctrl/intel/pinctrl-intel.c | 16 +++++++++++++---
drivers/pinctrl/mediatek/pinctrl-mt8195.c | 4 ++--
drivers/pinctrl/pinctrl-amd.c | 1 +
drivers/pinctrl/pinctrl-single.c | 2 ++
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c | 2 +-
6 files changed, 30 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists