All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] pin control fixes for the v5.11 kernel
@ 2021-01-21  8:52 Linus Walleij
  2021-01-21 19:48 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2021-01-21  8:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: open list:GPIO SUBSYSTEM, linux-kernel

Hi Linus,

here are some pin control fixes for the v5.11 kernel cycle.
Only driver fixes. The details are in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cf9d052aa6005f1e8dfaf491d83bf37f368af69e:

  pinctrl: qcom: Don't clear pending interrupts when enabling
(2021-01-18 16:07:08 +0100)

----------------------------------------------------------------
Pin control fixes for the v5.11 kernel.

These are all driver fixes, the Qualcomm stuff is the most
widely used and important:

- The main matter is a complicated fixup for the Qualcomm
  deep sleep states. This manifests in how interrupts get
  handled or in some cases not handled in cooperation with
  the PDC (Power Domain Controller). It's one of these really
  hardcore bug fixes that signifies high maturity of the
  platform.

- Fix a register layout problem in the JZ4760 driver.

- Fix a register offset in the Aspeed G6 driver.

- Fix a compiler warning in the Nomadik driver.

- Fix a fallback code path in the mediatek driver.

----------------------------------------------------------------
Billy Tsai (1):
      pinctrl: aspeed: g6: Fix PWMG0 pinctrl setting

Douglas Anderson (4):
      pinctrl: qcom: Allow SoCs to specify a GPIO function that's not 0
      pinctrl: qcom: No need to read-modify-write the interrupt status
      pinctrl: qcom: Properly clear "intr_ack_high" interrupts when unmasking
      pinctrl: qcom: Don't clear pending interrupts when enabling

Hsin-Yi Wang (1):
      pinctrl: mediatek: Fix fallback call path

Nathan Chancellor (1):
      pinctrl: nomadik: Remove unused variable in nmk_gpio_dbg_show_one

Paul Cercueil (2):
      pinctrl: ingenic: Fix JZ4760 support
      pinctrl: ingenic: Rename registers from JZ4760_GPIO_* to JZ4770_GPIO_*

 drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c       |  2 +-
 drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c |  4 +
 drivers/pinctrl/nomadik/pinctrl-nomadik.c        |  1 -
 drivers/pinctrl/pinctrl-ingenic.c                | 80 ++++++++++----------
 drivers/pinctrl/qcom/pinctrl-msm.c               | 96 +++++++++++++++---------
 drivers/pinctrl/qcom/pinctrl-msm.h               |  2 +
 6 files changed, 107 insertions(+), 78 deletions(-)

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

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

The pull request you sent on Thu, 21 Jan 2021 09:52:07 +0100:

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

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

Thank you!

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

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

end of thread, other threads:[~2021-01-21 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  8:52 [GIT PULL] pin control fixes for the v5.11 kernel Linus Walleij
2021-01-21 19:48 ` 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.