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

Hi Linus,

here are some first fixes for GPIO, evening out some bumps
in the merge window and making everything generally nice
early in the cycle.

One patch hits the drivers/spmi subsystem, the maintainer
of that subsystem explicitly asked me to merge this patch
through the GPIO tree.

Details in the signed tag.

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-gpio.git
tags/gpio-v5.6-2

for you to fetch changes up to a924eae75106258c0797706a0578c5af499c9ff5:

  gpio: sifive: fix static checker warning (2020-02-10 13:54:17 +0100)

----------------------------------------------------------------
GPIO fixes for the v5.6 kernel cycle:

- Revert two patches to gpio_do_set_config() and implement
  the proper solution that works, also drop an unecessary
  call in set_config()

- Fix up the lockdep class for hierarchical IRQ domains.

- Remove some bridge code for line directions.

- Fix a register access bug in the Xilinx driver.

----------------------------------------------------------------
Andy Shevchenko (1):
      MAINTAINERS: Sort entries in database for GPIO

Axel Lin (1):
      gpio: bd71828: Remove unneeded defines for GPIO_LINE_DIRECTION_IN/OUT

Bartosz Golaszewski (3):
      Revert "gpiolib: Remove duplicated function gpio_do_set_config()"
      Revert "gpiolib: remove set but not used variable 'config'"
      gpiolib: fix gpio_do_set_config()

Kent Gibson (1):
      gpiolib: remove unnecessary argument from set_config call

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

Paul Thomas (1):
      gpio: xilinx: Fix bug where the wrong GPIO register is written to

Stephen Boyd (1):
      spmi: pmic-arb: Set lockdep class for hierarchical irq domains

Yash Shah (1):
      gpio: sifive: fix static checker warning

 MAINTAINERS                  | 28 ++++++++++++++--------------
 drivers/gpio/gpio-bd71828.c  | 10 ----------
 drivers/gpio/gpio-sifive.c   |  6 +++---
 drivers/gpio/gpio-xilinx.c   |  5 +++--
 drivers/gpio/gpiolib.c       | 30 +++++++++++++++++++++++++-----
 drivers/spmi/spmi-pmic-arb.c |  4 ++++
 6 files changed, 49 insertions(+), 34 deletions(-)

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

* Re: [GIT PULL] GPIO fixes for v5.6
  2020-02-13 12:06 [GIT PULL] GPIO fixes for v5.6 Linus Walleij
@ 2020-02-13 22:40 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-02-13 22:40 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, Bartosz Golaszewski, open list:GPIO SUBSYSTEM,
	linux-kernel, Stephen Boyd

The pull request you sent on Thu, 13 Feb 2020 13:06:38 +0100:

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

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

Thank you!

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

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

* Re: [GIT PULL] GPIO fixes for v5.6
  2020-03-25 19:00 Linus Walleij
@ 2020-03-25 21:20 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-03-25 21:20 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel,
	Bartosz Golaszewski, Hans de Goede

The pull request you sent on Wed, 25 Mar 2020 20:00:14 +0100:

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

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

Thank you!

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

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

* [GIT PULL] GPIO fixes for v5.6
@ 2020-03-25 19:00 Linus Walleij
  2020-03-25 21:20 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2020-03-25 19:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: open list:GPIO SUBSYSTEM, linux-kernel, Bartosz Golaszewski,
	Hans de Goede

Hi Linus,

here are some additional GPIO fixes for the v5.6 series.

Sorry that it is coming in late, we had some issues with retagging
one of the patches due to problems in -next but overall it is just
bad timing and me being a bit snowed under.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:

  Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 0c625ccfe6f754d0896b8881f5c85bcb81699f1f:

  gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT +
AXP288 model (2020-03-24 10:06:54 +0100)

----------------------------------------------------------------
GPIO fixes for the v5.6 series:

- One core quirk by myself to fix the .irq_disable()
  semantics when the gpiolib core takes over this callback.

- The rest is an elaborate series of 4 patches fixing Intel
  laptop ACPI wakeup quirks.

----------------------------------------------------------------
Hans de Goede (4):
      gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk
      gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option
      gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT +
AXP288 model
      gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT +
AXP288 model

Linus Walleij (1):
      gpiolib: Fix irq_disable() semantics

 drivers/gpio/gpiolib-acpi.c | 140 ++++++++++++++++++++++++++++++++++++--------
 drivers/gpio/gpiolib.c      |   9 ++-
 2 files changed, 122 insertions(+), 27 deletions(-)

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

end of thread, other threads:[~2020-03-25 21:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13 12:06 [GIT PULL] GPIO fixes for v5.6 Linus Walleij
2020-02-13 22:40 ` pr-tracker-bot
2020-03-25 19:00 Linus Walleij
2020-03-25 21:20 ` 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).