All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] pin control fixes for v5.15
@ 2021-09-28 22:11 Linus Walleij
  2021-09-29  0:56 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2021-09-28 22:11 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, open list:GPIO SUBSYSTEM, Rajendra Nayak,
	Basavaraj Natikar, Heiko Stübner

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] pin control fixes for v5.15
  2021-09-28 22:11 [GIT PULL] pin control fixes for v5.15 Linus Walleij
@ 2021-09-29  0:56 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-09-29  0:56 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, linux-kernel, open list:GPIO SUBSYSTEM,
	Rajendra Nayak, Basavaraj Natikar, Heiko Stübner

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] pin control fixes for v5.15
  2021-10-24 20:16 Linus Walleij
@ 2021-10-25 17:36 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-10-25 17:36 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel,
	Rafał Miłecki, Sachi King

The pull request you sent on Sun, 24 Oct 2021 22:16:56 +0200:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] pin control fixes for v5.15
@ 2021-10-24 20:16 Linus Walleij
  2021-10-25 17:36 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2021-10-24 20:16 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: open list:GPIO SUBSYSTEM, linux-kernel, Rafał Miłecki,
	Sachi King

Hi Linus,

here are some late pin control fixes, the most generally annoying
will probably be the AMD IRQ storm fix affecting the Microsoft
surface.

Details in the signed tag.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc:

  Linux 5.15-rc5 (2021-10-10 17:01:59 -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-3

for you to fetch changes up to 4e5a04be88fe335ad5331f4f8c17f4ebd357e065:

  pinctrl: amd: disable and mask interrupts on probe (2021-10-16 23:56:59 +0200)

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

- Three fixes pertaining to Broadcom DT bindings. Some stuff
  didn't work out as inteded, we need to back out.

- A resume bug fix in the STM32 driver.

- Disable and mask the interrupts on probe in the AMD pinctrl
  driver, affecting Microsoft surface.

----------------------------------------------------------------
Fabien Dessenne (1):
      pinctrl: stm32: use valid pin identifier in stm32_pinctrl_resume()

Rafał Miłecki (3):
      Revert "dt-bindings: pinctrl: bcm4708-pinmux: rework binding to
use syscon"
      dt-bindings: pinctrl: brcm,ns-pinmux: drop unneeded CRU from example
      Revert "pinctrl: bcm: ns: support updated DT binding as syscon subnode"

Sachi King (1):
      pinctrl: amd: disable and mask interrupts on probe

 .../devicetree/bindings/mfd/brcm,cru.yaml          | 11 ++++----
 .../bindings/pinctrl/brcm,ns-pinmux.yaml           | 33 +++++++++-------------
 drivers/pinctrl/bcm/pinctrl-ns.c                   | 29 +++++++------------
 drivers/pinctrl/pinctrl-amd.c                      | 31 ++++++++++++++++++++
 drivers/pinctrl/stm32/pinctrl-stm32.c              |  4 +--
 5 files changed, 63 insertions(+), 45 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-25 17:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 22:11 [GIT PULL] pin control fixes for v5.15 Linus Walleij
2021-09-29  0:56 ` pr-tracker-bot
2021-10-24 20:16 Linus Walleij
2021-10-25 17:36 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.