mbox series

[GIT,PULL] pin control fixes for v5.19

Message ID CACRpkdYD6anQsCdZcC=RbRUVRraWm2hOauYB314bE0rxJ9PN=A@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for v5.19 | expand

Pull-request

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

Message

Linus Walleij July 22, 2022, 12:24 p.m. UTC
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(-)