mbox series

[GIT,PULL] pin control fixes for v5.15

Message ID CACRpkdYa_patWBGC=gnVHkPQeo5BtvKrG2hzNKi3vZGvo5bKQA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for v5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.15-2

Message

Linus Walleij Sept. 28, 2021, 10:11 p.m. UTC
Hi Linus,

here are some few pin control fixes for the v5.15 kernel cycle.
The most critical is the AMD fixes.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.15-2

for you to fetch changes up to 28406a21999152ff7faa30b194f734565bdd8e0d:

  pinctrl: qcom: sc7280: Add PM suspend callbacks (2021-09-23 23:09:14 +0200)

----------------------------------------------------------------
Pin control fixes for v5.15:

- Fix wakeup interrupts in the AMD driver affecting AMD laptops.

- Fix parent irqspec translation in the Qualcomm SPMI GPIO driver.

- Fix deferred probe handling in the Rockchip driver, this is a
  stopgap solution while we look for something more elegant.

- Add PM suspend callbacks to the Qualcomm SC7280 driver.

- Some minor doc fix (should have come in earlier, sorry)

----------------------------------------------------------------
Basavaraj Natikar (2):
      pinctrl: amd: Add irq field data
      pinctrl: amd: Handle wake-up interrupt

David Collins (1):
      pinctrl: qcom: spmi-gpio: correct parent irqspec translation

Heiko Stuebner (2):
      pinctrl/rockchip: add a queue for deferred pin output settings on probe
      gpio/rockchip: fetch deferred output settings on probe

Michal Simek (1):
      pinctrl: core: Remove duplicated word from devm_pinctrl_unregister()

Rajendra Nayak (1):
      pinctrl: qcom: sc7280: Add PM suspend callbacks

 drivers/gpio/gpio-rockchip.c             | 22 +++++++++++
 drivers/pinctrl/core.c                   |  2 +-
 drivers/pinctrl/pinctrl-amd.c            | 19 ++++++---
 drivers/pinctrl/pinctrl-amd.h            |  1 +
 drivers/pinctrl/pinctrl-rockchip.c       | 67 ++++++++++++++++++++++++++++++++
 drivers/pinctrl/pinctrl-rockchip.h       | 10 +++++
 drivers/pinctrl/qcom/pinctrl-sc7280.c    |  1 +
 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 37 ++++++++++++++++--
 8 files changed, 150 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 29, 2021, 12:56 a.m. UTC | #1
The pull request you sent on Wed, 29 Sep 2021 00:11:13 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.15-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a4e6f95a891ac08bd09d62e3e6dae239b150f4c1

Thank you!