mbox series

[GIT,PULL] gpio: fixes for v5.4-rc8

Message ID 20191113153024.18507-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.4-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.4-rc8-fixes-for-linus

Message

Bartosz Golaszewski Nov. 13, 2019, 3:30 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Hi Linus,

this is probably my last batch of fixes for this release. Please pull.

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/brgl/linux.git tags/gpio-v5.4-rc8-fixes-for-linus

for you to fetch changes up to 0161a94e2d1c713bd34d72bc0239d87c31747bf7:

  tools: gpio: Correctly add make dependencies for gpio_utils (2019-11-13 13:46:04 +0100)

----------------------------------------------------------------
gpio fixes for v5.4-rc8

- fix debounce times in max776520 and bd70528
- fix parallel build of gpio tools

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

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 +++---
 tools/gpio/Build             |  1 +
 tools/gpio/Makefile          | 10 +++++++---
 4 files changed, 14 insertions(+), 9 deletions(-)

Comments

Linus Walleij Nov. 13, 2019, 9:58 p.m. UTC | #1
On Wed, Nov 13, 2019 at 4:30 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> Hi Linus,
>
> this is probably my last batch of fixes for this release. Please pull.
>
> 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/brgl/linux.git tags/gpio-v5.4-rc8-fixes-for-linus
>
> for you to fetch changes up to 0161a94e2d1c713bd34d72bc0239d87c31747bf7:
>
>   tools: gpio: Correctly add make dependencies for gpio_utils (2019-11-13 13:46:04 +0100)

Thanks Bartosz, pulled in!

Excellent work, as always.

Yours,
Linus Walleij