mbox series

[GIT,PULL] pinctrl: samsung: Pull for v5.5

Message ID 20191104175744.12041-1-krzk@kernel.org (mailing list archive)
State Mainlined
Commit 6fbd92a8337786802326f5e7b7aa7d1a6b8f54e3
Headers show
Series [GIT,PULL] pinctrl: samsung: Pull for v5.5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-5.5

Message

Krzysztof Kozlowski Nov. 4, 2019, 5:57 p.m. UTC
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-5.5

for you to fetch changes up to a322b3377f4bac32aa25fb1acb9e7afbbbbd0137:

  pinctrl: samsung: Fix device node refcount leaks in init code (2019-10-01 20:22:04 +0200)

----------------------------------------------------------------
Samsung pinctrl drivers changes for v5.5

Fix several device node refcnt leaks (missing of_node_put()) in several
drivers.

----------------------------------------------------------------
Krzysztof Kozlowski (4):
      pinctrl: samsung: Fix device node refcount leaks in Exynos wakeup controller init
      pinctrl: samsung: Fix device node refcount leaks in S3C24xx wakeup controller init
      pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup controller init
      pinctrl: samsung: Fix device node refcount leaks in init code

Nishka Dasgupta (1):
      pinctrl: samsung: Add of_node_put() before return in error path

 drivers/pinctrl/samsung/pinctrl-exynos.c  | 14 +++++++++++---
 drivers/pinctrl/samsung/pinctrl-s3c24xx.c |  6 +++++-
 drivers/pinctrl/samsung/pinctrl-s3c64xx.c |  6 +++++-
 drivers/pinctrl/samsung/pinctrl-samsung.c | 10 ++++++++--
 4 files changed, 29 insertions(+), 7 deletions(-)

Comments

Linus Walleij Nov. 5, 2019, 2:41 p.m. UTC | #1
On Mon, Nov 4, 2019 at 6:57 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:

> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
>
>   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-5.5
>
> for you to fetch changes up to a322b3377f4bac32aa25fb1acb9e7afbbbbd0137:
>
>   pinctrl: samsung: Fix device node refcount leaks in init code (2019-10-01 20:22:04 +0200)

Pulled into my pinctrl "devel" branch for v5.5, thanks!

Yours,
Linus Walleij