linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] GPIO fixes for v5.4
@ 2019-11-21  7:11 Linus Walleij
  2019-11-21 20:30 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2019-11-21  7:11 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, open list:GPIO SUBSYSTEM, thierry.reding,
	Laura Abbott, Hans de Goede

Hi Linus,

a last set of small fixes for GPIO, this cycle was quite busy.

Details in the signed tag, please pull it in!

Yours,
Linus Walleij

The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c:

  Linux 5.4-rc7 (2019-11-10 16:17:15 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v5.4-5

for you to fetch changes up to cbdaa5e7bd90db9980ff6187baea9d49fc4de960:

  Merge tag 'gpio-v5.4-rc8-fixes-for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes
(2019-11-13 22:58:01 +0100)

----------------------------------------------------------------
GPIO fixes for v5.4:

- Fix debounce delays on the MAX77620 GPIO expander
- Use the correct unit for debounce times on the BD70528 GPIO expander
- Get proper deps for parallel builds of the GPIO tools
- Add a specific ACPI quirk for the Terra Pad 1061

----------------------------------------------------------------
Hans de Goede (1):
      gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist

Laura Abbott (1):
      tools: gpio: Correctly add make dependencies for gpio_utils

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

Thierry Reding (2):
      gpio: max77620: Fixup debounce delays
      gpio: bd70528: Use correct unit for debounce times

 drivers/gpio/gpio-bd70528.c  |  6 +++---
 drivers/gpio/gpio-max77620.c |  6 +++---
 drivers/gpio/gpiolib-acpi.c  | 17 +++++++++++++++++
 tools/gpio/Build             |  1 +
 tools/gpio/Makefile          | 10 +++++++---
 5 files changed, 31 insertions(+), 9 deletions(-)

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

* Re: [GIT PULL] GPIO fixes for v5.4
  2019-11-21  7:11 [GIT PULL] GPIO fixes for v5.4 Linus Walleij
@ 2019-11-21 20:30 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-11-21 20:30 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, linux-kernel, open list:GPIO SUBSYSTEM,
	thierry.reding, Laura Abbott, Hans de Goede

The pull request you sent on Thu, 21 Nov 2019 08:11:43 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.4-5

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

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.4
  2019-11-05 15:00 Linus Walleij
@ 2019-11-05 19:05 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-11-05 19:05 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel

The pull request you sent on Tue, 5 Nov 2019 16:00:04 +0100:

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

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

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.4
@ 2019-11-05 15:00 Linus Walleij
  2019-11-05 19:05 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2019-11-05 15:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: open list:GPIO SUBSYSTEM, linux-kernel

Hi Linus,

more GPIO fixes! We found a late regression in the Intel
Merrifield driver. Oh well. We fixed it up.

More details in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 7d194c2100ad2a6dded545887d02754948ca5241:

  Linux 5.4-rc4 (2019-10-20 15:56:22 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 1173c3c28abfc3d7b7665db502280ba9322320e6:

  Revert "gpio: merrifield: Pass irqchip when adding gpiochip"
(2019-11-03 23:41:11 +0100)

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

- Fix a build error in the tools used for kselftest.
- A series of reverts to bring the Intel Merrifield back to
  working. We will likely unrevert the reverts for v5.5
  but we can't have v5.4 broken.

----------------------------------------------------------------
Linus Walleij (4):
      Merge tag 'gpio-v5.4-rc5-fixes-for-linus' of
git://git.kernel.org/.../brgl/linux into fixes
      Revert "gpio: merrifield: Move hardware initialization to callback"
      Revert "gpio: merrifield: Restore use of irq_base"
      Revert "gpio: merrifield: Pass irqchip when adding gpiochip"

Shuah Khan (1):
      tools: gpio: Use !building_out_of_srctree to determine srctree

 drivers/gpio/gpio-merrifield.c | 33 +++++++++++++--------------------
 tools/gpio/Makefile            |  6 +++++-
 2 files changed, 18 insertions(+), 21 deletions(-)

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

end of thread, other threads:[~2019-11-21 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-21  7:11 [GIT PULL] GPIO fixes for v5.4 Linus Walleij
2019-11-21 20:30 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2019-11-05 15:00 Linus Walleij
2019-11-05 19:05 ` 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).