linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] pin control fixes for the v6.2 series
Date: Fri, 10 Feb 2023 23:41:57 +0100	[thread overview]
Message-ID: <CACRpkdax4qmftH974q+269YD65oMfLNFe-FrRSLyAZ_HY1OF0Q@mail.gmail.com> (raw)

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(-)

             reply	other threads:[~2023-02-10 22:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-10 22:41 Linus Walleij [this message]
2023-02-10 23:38 ` [GIT PULL] pin control fixes for the v6.2 series pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACRpkdax4qmftH974q+269YD65oMfLNFe-FrRSLyAZ_HY1OF0Q@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).