mbox series

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

Message ID CACRpkdYZbx_3AgtTYSwtBcr0G4PisWt8As=T7nqq60rTPXjYCA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for v5.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git

Message

Linus Walleij March 11, 2020, 9:22 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 11, 2020, 8:45 p.m. UTC | #1
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!