lkml.org 
[lkml]   [2020]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
Subject[GIT PULL] pin control fixes for v5.6
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(-)

\
 
 \ /
  Last update: 2020-03-11 10:23    [W:0.035 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site