linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] late GPIO fixes for v5.9
@ 2020-10-02  9:31 Linus Walleij
  2020-10-02 17:15 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2020-10-02  9:31 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: open list:GPIO SUBSYSTEM, linux-kernel, Bartosz Golaszewski

Hi Linus,

here is a batch of GPIO fixes for the v5.9 series.

I'm not entirely happy with myself over this, it is too much
and too late. New bugs kept popping up, in hindsight I
should have sent smaller installments, earlier of course.

I blame stuff like stress and weltschmertz and trying to
grok KASan and a few more things on my plate.

Please pull it in.

Yours,
Linus Walleij


The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v5.9-2

for you to fetch changes up to 8c1f1c34777bddb633d4a068a9c812d29974c6bd:

  gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x
(2020-10-01 10:00:18 +0200)

----------------------------------------------------------------
Some late GPIO fixes for the v5.9 series:

- Fix compiler warnings on the OMAP when PM is disabled

- Clear the interrupt when setting edge sensitivity on the
  Spreadtrum driver.

- Fix up spurious interrupts on the TC35894.

- Support threaded interrupts on the Siox controller.

- Fix resource leaks on the mockup driver.

- Fix line event handling in syscall compatible mode
  for the character device.

- Fix an unitialized variable in the PCA953A driver.

- Fix access to all GPIO IRQs on the Aspeed AST2600.

- Fix line direction on the AMD FCH driver.

- Use the bitmap API instead of compiler intrinsics for
  bit manipulation in the PCA953x driver.

----------------------------------------------------------------
Ahmad Fatoum (1):
      gpio: siox: explicitly support only threaded irqs

Andy Shevchenko (3):
      gpiolib: Fix line event handling in syscall compatible mode
      gpio: pca953x: Use bitmap API over implicit GCC extension
      gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x

Bartosz Golaszewski (1):
      gpio: mockup: fix resource leak in error path

Ed Wildgoose (1):
      gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION

Jeremy Kerr (2):
      gpio/aspeed-sgpio: enable access to all 80 input & output sgpios
      gpio/aspeed-sgpio: don't enable all interrupts by default

Linus Walleij (4):
      Merge tag 'gpio-fixes-for-v5.9-rc4' of
git://git.kernel.org/.../brgl/linux into fixes
      Merge tag 'gpio-fixes-for-v5.9-rc6' of
git://git.kernel.org/.../brgl/linux into fixes
      Merge tag 'gpio-fixes-for-v5.9-rc7' of
git://git.kernel.org/.../brgl/linux into fixes
      Merge tag 'gpio-fixes-for-v5.9' of
git://git.kernel.org/.../brgl/linux into fixes

Taiping Lai (1):
      gpio: sprd: Clear interrupt when setting the type as edge

Tao Ren (1):
      gpio: aspeed: fix ast2600 bank properties

Tony Lindgren (1):
      gpio: omap: Fix warnings if PM is disabled

Ye Li (1):
      gpio: pca953x: Fix uninitialized pending variable

dillon min (1):
      gpio: tc35894: fix up tc35894 interrupt configuration

 .../devicetree/bindings/gpio/sgpio-aspeed.txt      |   5 +-
 drivers/gpio/gpio-amd-fch.c                        |   2 +-
 drivers/gpio/gpio-aspeed-sgpio.c                   | 134 +++++++++++++--------
 drivers/gpio/gpio-aspeed.c                         |   4 +-
 drivers/gpio/gpio-mockup.c                         |   2 +
 drivers/gpio/gpio-omap.c                           |   4 +-
 drivers/gpio/gpio-pca953x.c                        |   7 +-
 drivers/gpio/gpio-siox.c                           |   1 +
 drivers/gpio/gpio-sprd.c                           |   3 +
 drivers/gpio/gpio-tc3589x.c                        |   2 +-
 drivers/gpio/gpiolib-cdev.c                        |  34 +++++-
 11 files changed, 138 insertions(+), 60 deletions(-)

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

* Re: [GIT PULL] late GPIO fixes for v5.9
  2020-10-02  9:31 [GIT PULL] late GPIO fixes for v5.9 Linus Walleij
@ 2020-10-02 17:15 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-10-02 17:15 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel,
	Bartosz Golaszewski

The pull request you sent on Fri, 2 Oct 2020 11:31:55 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.9-2

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

Thank you!

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

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

* Re: [GIT PULL] late GPIO fixes for v5.9
  2020-10-09  8:20 Linus Walleij
@ 2020-10-09 19:31 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-10-09 19:31 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel

The pull request you sent on Fri, 9 Oct 2020 10:20:48 +0200:

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

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

Thank you!

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

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

* [GIT PULL] late GPIO fixes for v5.9
@ 2020-10-09  8:20 Linus Walleij
  2020-10-09 19:31 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2020-10-09  8:20 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: open list:GPIO SUBSYSTEM, linux-kernel

Hi Linus,

some two late GPIO fixes: one IRQ issue and one compilation
issue for UML.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50:

  Linux 5.9-rc8 (2020-10-04 16:04:34 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8b81edd80baf12d64420daff1759380aa9a14998:

  gpio: pca953x: Survive spurious interrupts (2020-10-07 11:47:41 +0200)

----------------------------------------------------------------
Some late fixes for the v5.9 kernel:

- Fix a compilation issue with User Mode Linux.

- Handle spurious interrupts properly in the PCA953x driver.

----------------------------------------------------------------
Andy Shevchenko (1):
      gpiolib: Disable compat ->read() code in UML case

Marc Zyngier (1):
      gpio: pca953x: Survive spurious interrupts

 drivers/gpio/gpio-pca953x.c | 17 +++++++++++++++--
 drivers/gpio/gpiolib-cdev.c |  2 +-
 2 files changed, 16 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2020-10-09 19:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02  9:31 [GIT PULL] late GPIO fixes for v5.9 Linus Walleij
2020-10-02 17:15 ` pr-tracker-bot
2020-10-09  8:20 Linus Walleij
2020-10-09 19:31 ` 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).