All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] pin control fixes for v5.19
@ 2022-07-22 12:24 Linus Walleij
  2022-07-22 20:07 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2022-07-22 12:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: open list:GPIO SUBSYSTEM, linux-kernel

Hi Linus,

here are some late pin control fixes for the v5.19 series.

Only driver fixes. Details in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 32346491ddf24599decca06190ebca03ff9de7f8:

  Linux 5.19-rc6 (2022-07-10 14:40:51 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4546760619cfa9b718fe2059ceb07101cf9ff61e:

  pinctrl: armada-37xx: use raw spinlocks for regmap to avoid invalid
wait context (2022-07-19 00:57:38 +0200)

----------------------------------------------------------------
Pin control fixes for the v5.19 kernel cycle:

- NULL check for the ralink and sunplus drivers.

- Add Jacky Bai as maintainer for the Freescale pin controllers.

- Fix pin config ops for the Ocelot LAN966x and SparX5.

- Disallow AMD pin control to be a module: the GPIO lines
  need to be active in early boot, so no can do.

- Fix the Armada 37xx to use raw spinlocks in the interrupt
  handler path to avoid wait context.

----------------------------------------------------------------
Horatiu Vultur (2):
      pinctrl: ocelot: Fix pincfg for lan966x
      pinctrl: ocelot: Fix pincfg

Jacky Bai (1):
      MAINTAINERS: Update freescale pin controllers maintainer

Mario Limonciello (1):
      pinctrl: Don't allow PINCTRL_AMD to be a module

Vladimir Oltean (2):
      pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid
invalid wait context
      pinctrl: armada-37xx: use raw spinlocks for regmap to avoid
invalid wait context

William Dean (2):
      pinctrl: ralink: Check for null return of devm_kcalloc
      pinctrl: sunplus: Add check for kcalloc

 MAINTAINERS                                 |   2 +-
 drivers/pinctrl/Kconfig                     |   2 +-
 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c |  65 +++++----
 drivers/pinctrl/pinctrl-ocelot.c            | 214 ++++++++++++++++++----------
 drivers/pinctrl/ralink/pinctrl-ralink.c     |   2 +
 drivers/pinctrl/sunplus/sppctl.c            |   3 +
 6 files changed, 184 insertions(+), 104 deletions(-)

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

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

The pull request you sent on Fri, 22 Jul 2022 14:24:27 +0200:

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

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

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.19
  2022-07-07  9:05 Linus Walleij
@ 2022-07-07 17:44 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-07-07 17:44 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel

The pull request you sent on Thu, 7 Jul 2022 11:05:44 +0200:

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

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

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.19
@ 2022-07-07  9:05 Linus Walleij
  2022-07-07 17:44 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2022-07-07  9:05 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: open list:GPIO SUBSYSTEM, linux-kernel

Hi Linus,

here are some minor pin control fixes, all driver-related.

Details in the signed tag, please pull it in!

Yours,
Linus Walleij

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a1d4ef1adf8bbd302067534ead671a94759687ed:

  pinctrl: stm32: fix optional IRQ support to gpios (2022-06-28 16:12:40 +0200)

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

- Tag Intel pin control as supported in MAINTAINERS
- Fix a NULL pointer exception in the Aspeed driver
- Correct some NAND functions in the Sunxi A83T driver
- Use the right offset for some Sunxi pins
- Fix a zero base offset in the Freescale (NXP) i.MX93
- Fix the IRQ support in the STM32 driver

----------------------------------------------------------------
Andrei Lalaev (1):
      pinctrl: sunxi: sunxi_pconf_set: use correct offset

Andy Shevchenko (1):
      MAINTAINERS: Update Intel pin control to Supported

Fabien Dessenne (1):
      pinctrl: stm32: fix optional IRQ support to gpios

Haowen Bai (1):
      pinctrl: aspeed: Fix potential NULL dereference in aspeed_pinmux_set_mux()

Jacky Bai (1):
      pinctrl: imx: Add the zero base flag for imx93

Linus Walleij (1):
      Merge tag 'intel-pinctrl-v5.19-3' of
gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes

Samuel Holland (1):
      pinctrl: sunxi: a83t: Fix NAND function name for some pins

 MAINTAINERS                                |  2 +-
 drivers/pinctrl/aspeed/pinctrl-aspeed.c    |  4 ++--
 drivers/pinctrl/freescale/pinctrl-imx93.c  |  1 +
 drivers/pinctrl/stm32/pinctrl-stm32.c      | 20 ++++++++++++--------
 drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c | 10 +++++-----
 drivers/pinctrl/sunxi/pinctrl-sunxi.c      |  2 ++
 6 files changed, 23 insertions(+), 16 deletions(-)

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

end of thread, other threads:[~2022-07-22 20:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22 12:24 [GIT PULL] pin control fixes for v5.19 Linus Walleij
2022-07-22 20:07 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2022-07-07  9:05 Linus Walleij
2022-07-07 17:44 ` 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.