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

Hi Linus,

here are some pin control fixes for the v5.6 series.
It comes down to memory leaks in the core and
driver fixes. Some should have been sent earlier
but they kept piling up and the world is just so full
of distractions these days.

Please pull it in.

Yours,
Linus Walleij

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 1cada2f307665e208a486d7ac2294ed9a6f74a6f:

  pinctrl: qcom: Assign irq_eoi conditionally (2020-03-09 16:31:34 +0100)

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

- Fix some inverted pins in the Meson GLX driver.

- Align the i.MX SC message structs causing warnings from
  KASan.

- Balance the kref in pinctrl hogs so they are actually free:d
  when removing a pin control module. We haven't seen it before
  as people don't use modules for pin control that much, I
  think.

- Add a missing call to pinctrl_unregister_mappings() another
  memory leak when using modules.

- Fix the fwspec parsing in the Qualcomm driver.

- Fix a syntax error in the Falcon driver.

- Assign .irq_eoi conditionally in the Qualcomm driver, fixing
  a bug affecting elder Qualcomm platforms.

----------------------------------------------------------------
Charles Keepax (2):
      pinctrl: core: Remove extra kref_get which blocks hogs being freed
      pinctrl: madera: Add missing call to pinctrl_unregister_mappings

Leonard Crestez (1):
      pinctrl: imx: scu: Align imx sc msg structs to 4

Linus Walleij (2):
      pinctrl: qcom: ssbi-gpio: Fix fwspec parsing bug
      pinctrl: qcom: Assign irq_eoi conditionally

Mathias Kresin (1):
      pinctrl: falcon: fix syntax error

Nicolas Belin (1):
      pinctrl: meson-gxl: fix GPIOX sdio pins

 drivers/pinctrl/cirrus/pinctrl-madera-core.c | 13 +++++++++++++
 drivers/pinctrl/core.c                       |  1 -
 drivers/pinctrl/freescale/pinctrl-scu.c      |  4 ++--
 drivers/pinctrl/meson/pinctrl-meson-gxl.c    |  4 ++--
 drivers/pinctrl/pinctrl-falcon.c             |  2 +-
 drivers/pinctrl/qcom/pinctrl-msm.c           |  3 +--
 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c     |  2 +-
 7 files changed, 20 insertions(+), 9 deletions(-)

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

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

The pull request you sent on Wed, 11 Mar 2020 10:22:42 +0100:

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

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

Thank you!

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

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

end of thread, other threads:[~2020-03-11 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11  9:22 [GIT PULL] pin control fixes for v5.6 Linus Walleij
2020-03-11 20:45 ` 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).