All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] pin control fixes for v6.5
@ 2023-08-18  8:16 Linus Walleij
  2023-08-18 17:48 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2023-08-18  8:16 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: open list:GPIO SUBSYSTEM, linux-kernel, Bjorn Andersson,
	Ninad Naik, Shazad Hussain

Hi Linus,

here are some late fixes for v6.5 it's just two patches related
to a Qualcomm SoC but I think they put it into significant
devices so let's get the fixes out there.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:

  Linux 6.5-rc2 (2023-07-16 15:10:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.5-3

for you to fetch changes up to 9757300d2750ef76f139aa6f5f7eadd61a0de0d3:

  pinctrl: qcom: Add intr_target_width field to support increased
number of interrupt targets (2023-08-10 10:48:15 +0200)

----------------------------------------------------------------
Some pin control fixes for v6.5, fixes two issues with the
Qualcomm SA8775P platform:

- Some minor device tree binding flunky that is nice to iron
  out but more importantly:

- Support the increased interrupt targets mask from 3 to 4
  bits, making interrupts with higher (hardware) numbers
  work.

----------------------------------------------------------------
Ninad Naik (1):
      pinctrl: qcom: Add intr_target_width field to support increased
number of interrupt targets

Shazad Hussain (1):
      dt-bindings: pinctrl: qcom,sa8775p-tlmm: add gpio function constant

 Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm.c                               | 9 ++++++---
 drivers/pinctrl/qcom/pinctrl-msm.h                               | 2 ++
 drivers/pinctrl/qcom/pinctrl-sa8775p.c                           | 1 +
 4 files changed, 10 insertions(+), 4 deletions(-)

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

* Re: [GIT PULL] pin control fixes for v6.5
  2023-08-18  8:16 [GIT PULL] pin control fixes for v6.5 Linus Walleij
@ 2023-08-18 17:48 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-08-18 17:48 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel,
	Bjorn Andersson, Ninad Naik, Shazad Hussain

The pull request you sent on Fri, 18 Aug 2023 10:16:25 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.5-3

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

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 v6.5
  2023-07-16 15:26 Linus Walleij
@ 2023-07-16 19:58 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-07-16 19:58 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel,
	Mario Limonciello, Biju Das, Geert Uytterhoeven

The pull request you sent on Sun, 16 Jul 2023 17:26:36 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.5-2

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

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 v6.5
@ 2023-07-16 15:26 Linus Walleij
  2023-07-16 19:58 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2023-07-16 15:26 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: open list:GPIO SUBSYSTEM, linux-kernel, Mario Limonciello,
	Biju Das, Geert Uytterhoeven

Hi Linus,

I'm mostly on vacation but what would vacation be without a
few critical fixes so people can use their gaming laptops when
hiding away from the sun (or rain)?

Details in the signed tag as usual.

Please pull it in at your convenience!

Yours,
Linus Walleij

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.5-2

for you to fetch changes up to 04e601f2a71c804422a91df813e19fda5f4b845e:

  Merge tag 'renesas-pinctrl-fixes-for-v6.5-tag1' of
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers
into fixes (2023-07-13 00:05:52 +0200)

----------------------------------------------------------------
Pin control fixes for the v6.5 series:

- Fix a really annoying interrupt storm in the AMD driver
  affecting Asus TUF gaming notebooks.

- Fix device tree parsing in the Renesas driver.

----------------------------------------------------------------
Biju Das (1):
      pinctrl: renesas: rzg2l: Handle non-unique subnode names

Geert Uytterhoeven (1):
      pinctrl: renesas: rzv2m: Handle non-unique subnode names

Linus Walleij (1):
      Merge tag 'renesas-pinctrl-fixes-for-v6.5-tag1' of
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers
into fixes

Mario Limonciello (4):
      pinctrl: amd: Only use special debounce behavior for GPIO 0
      pinctrl: amd: Use amd_pinconf_set() for all config options
      pinctrl: amd: Drop pull up select configuration
      pinctrl: amd: Unify debounce handling into amd_pinconf_set()

 drivers/pinctrl/pinctrl-amd.c           | 61 +++++++++++++--------------------
 drivers/pinctrl/pinctrl-amd.h           |  1 -
 drivers/pinctrl/renesas/pinctrl-rzg2l.c | 28 ++++++++++-----
 drivers/pinctrl/renesas/pinctrl-rzv2m.c | 28 ++++++++++-----
 4 files changed, 63 insertions(+), 55 deletions(-)

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

end of thread, other threads:[~2023-08-18 17:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18  8:16 [GIT PULL] pin control fixes for v6.5 Linus Walleij
2023-08-18 17:48 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2023-07-16 15:26 Linus Walleij
2023-07-16 19:58 ` 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.