linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] pin control fixes for v5.16
@ 2021-11-20  2:26 Linus Walleij
  2021-11-20 19:20 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2021-11-20  2:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, open list:GPIO SUBSYSTEM

Hi Linus,

here are some post-mergewindow fixes for the pin control subsystem.

There is an ACPI stubs fix which is ACKed by the ACPI maintainer
for merging through my tree.

One item stand out and that is that I delete the <linux/sdb.h> header
that is used by nothing. I deleted this subsystem (through the GPIO
tree) a while back so I feel responsible for tidying up the floor.

Other than that it is the usual mistakes, a bit noisy around build issue
and Kconfig then driver fixes.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 62209e805b5c68577602a5803a71d8e2e11ee0d3:

  pinctrl: qcom: sm8350: Correct UFS and SDC offsets (2021-11-16 02:19:15 +0100)

----------------------------------------------------------------
Pin control fixes for the v5.16 kernel series:

- Fix some stubs causing compile issues for ACPI.

- Fix some wakeups on AMD IRQs shared between GPIO and SCI.

- Fix a build warning in the Tegra driver.

- Fix a Kconfig issue in the Qualcomm driver.

- Add a missing include the RALink driver.

- Return a valid type for the Apple pinctrl IRQs.

- Implement some Qualcomm SDM845 dual-edge errata.

- Remove the unused <linux/sdb.h> header. (The subsystem was
  once deleted by the pinctrl maintainer...)

- Fix a duplicate initialized in the Tegra driver.

- Fix register offsets for UFS and SDC in the Qualcomm SM8350
  driver.

----------------------------------------------------------------
Arnd Bergmann (1):
      pinctrl: tegra194: remove duplicate initializer again

Bjorn Andersson (2):
      pinctrl: qcom: sdm845: Enable dual edge errata
      pinctrl: qcom: sm8350: Correct UFS and SDC offsets

Jonathan Corbet (1):
      Remove unused header <linux/sdb.h>

Julian Braha (1):
      pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOLIB_IRQCHIP

Mario Limonciello (2):
      ACPI: Add stubs for wakeup handler functions
      pinctrl: amd: Fix wakeups when IRQ is shared with SCI

Prathamesh Shete (1):
      pinctrl: tegra: Return const pointer from tegra_pinctrl_get_group()

Sergio Paracuellos (1):
      pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c'

Sven Peter (1):
      pinctrl: apple: Always return valid type in apple_gpio_irq_type

 drivers/pinctrl/pinctrl-amd.c            |  29 +++++-
 drivers/pinctrl/pinctrl-apple-gpio.c     |  12 +--
 drivers/pinctrl/qcom/Kconfig             |   2 +
 drivers/pinctrl/qcom/pinctrl-sdm845.c    |   1 +
 drivers/pinctrl/qcom/pinctrl-sm8350.c    |   8 +-
 drivers/pinctrl/ralink/pinctrl-mt7620.c  |   1 +
 drivers/pinctrl/tegra/pinctrl-tegra.c    |   4 +-
 drivers/pinctrl/tegra/pinctrl-tegra194.c |   1 -
 include/linux/acpi.h                     |   9 ++
 include/linux/sdb.h                      | 160 -------------------------------
 10 files changed, 51 insertions(+), 176 deletions(-)
 delete mode 100644 include/linux/sdb.h

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

* Re: [GIT PULL] pin control fixes for v5.16
  2021-11-20  2:26 [GIT PULL] pin control fixes for v5.16 Linus Walleij
@ 2021-11-20 19:20 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-11-20 19:20 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linus Torvalds, linux-kernel, open list:GPIO SUBSYSTEM

The pull request you sent on Sat, 20 Nov 2021 03:26:42 +0100:

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

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

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.16
  2021-12-26  3:15 Linus Walleij
@ 2021-12-26  4:02 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-12-26  4:02 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linus Torvalds, linux-kernel, open list:GPIO SUBSYSTEM

The pull request you sent on Sun, 26 Dec 2021 04:15:32 +0100:

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

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

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.16
@ 2021-12-26  3:15 Linus Walleij
  2021-12-26  4:02 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2021-12-26  3:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, open list:GPIO SUBSYSTEM

Hi Linus,

here are some hopefully final pin control fixes for the
v5.16 kernel series.

Please pull it in!

God Jul och Gott Nytt År
Linus Walleij

The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b67210cc217f9ca1c576909454d846970c13dfd4:

  pinctrl: stm32: consider the GPIO offset to expose all the GPIO
lines (2021-12-16 04:14:56 +0100)

----------------------------------------------------------------
Some hopefully final pin control fixes for the v5.16 kernel:

- Fix an out-of-bounds bug in the Mediatek driver
- Fix an init order bug in the Broadcom BCM2835 driver
- Fix a GPIO offset bug in the STM32 driver

----------------------------------------------------------------
Fabien Dessenne (1):
      pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines

Guodong Liu (1):
      pinctrl: mediatek: fix global-out-of-bounds issue

Phil Elwell (1):
      pinctrl: bcm2835: Change init order for gpio hogs

 drivers/pinctrl/bcm/pinctrl-bcm2835.c            | 29 +++++++++++++-----------
 drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c |  8 +++++--
 drivers/pinctrl/stm32/pinctrl-stm32.c            |  8 +++----
 3 files changed, 26 insertions(+), 19 deletions(-)

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

end of thread, other threads:[~2021-12-26  4:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-20  2:26 [GIT PULL] pin control fixes for v5.16 Linus Walleij
2021-11-20 19:20 ` pr-tracker-bot
2021-12-26  3:15 Linus Walleij
2021-12-26  4:02 ` pr-tracker-bot

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