linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Late GPIO fixes for v5.10
@ 2020-12-11  8:38 Linus Walleij
  2020-12-11 18:35 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2020-12-11  8:38 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: open list:GPIO SUBSYSTEM, Bartosz Golaszewski, linux-kernel

Hi Linus,

these are hopefully the last GPIO fixes for this cycle. All are driver
fixes except a small resource leak for pin ranges in the gpiolib.
Two are PM related, which is nice because when developers start
to find PM bugs it is usually because they have smoked out the
bugs of more severe nature.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da:

  Linux 5.10-rc6 (2020-11-29 15:50:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/v5.10-3

for you to fetch changes up to 263ade7166a2e589c5b605272690c155c0637dcb:

  gpio: eic-sprd: break loop when getting NULL device resource
(2020-12-09 09:41:49 +0100)

----------------------------------------------------------------
GPIO fixes for the v5.10 kernel series:

- Fix runtime PM balancing on the errorpath of the Arizona driver.
- Fix a suspend NULL pointer reference in the dwapb driver.
- Balance free:ing in gpiochip_generic_free()
- Fix runtime PM balancing on the errorpath of the zynq driver.
- Fix irqdomain use-after-free in the mvebu driver.
- Break an eternal loop in the spreadtrum EIC driver.

----------------------------------------------------------------
Baruch Siach (1):
      gpio: mvebu: fix potential user-after-free on probe

Chunyan Zhang (1):
      gpio: eic-sprd: break loop when getting NULL device resource

Edmond Chung (1):
      gpiolib: Don't free if pin ranges are not defined

Linus Walleij (1):
      Merge tag 'gpio-fixes-for-v5.10-rc7' of
git://git.kernel.org/.../brgl/linux into fixes

Luo Jiaxing (1):
      gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()

Qinglang Miao (1):
      gpio: zynq: fix reference leak in zynq_gpio functions

Zheng Liang (1):
      gpio: arizona: disable pm_runtime in case of failure

 drivers/gpio/gpio-arizona.c  |  1 +
 drivers/gpio/gpio-dwapb.c    |  2 ++
 drivers/gpio/gpio-eic-sprd.c |  2 +-
 drivers/gpio/gpio-mvebu.c    | 16 +++++++++++-----
 drivers/gpio/gpio-zynq.c     |  4 ++--
 drivers/gpio/gpiolib.c       |  5 +++++
 6 files changed, 22 insertions(+), 8 deletions(-)

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

* Re: [GIT PULL] Late GPIO fixes for v5.10
  2020-12-11  8:38 [GIT PULL] Late GPIO fixes for v5.10 Linus Walleij
@ 2020-12-11 18:35 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-12-11 18:35 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, Bartosz Golaszewski,
	linux-kernel

The pull request you sent on Fri, 11 Dec 2020 09:38:23 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/v5.10-3

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

Thank you!

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

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11  8:38 [GIT PULL] Late GPIO fixes for v5.10 Linus Walleij
2020-12-11 18:35 ` 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).