From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D436C432C0 for ; Thu, 21 Nov 2019 07:11:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E115A20898 for ; Thu, 21 Nov 2019 07:11:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="br53oIpb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726613AbfKUHL5 (ORCPT ); Thu, 21 Nov 2019 02:11:57 -0500 Received: from mail-lf1-f65.google.com ([209.85.167.65]:41374 "EHLO mail-lf1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726230AbfKUHL4 (ORCPT ); Thu, 21 Nov 2019 02:11:56 -0500 Received: by mail-lf1-f65.google.com with SMTP id j14so1693100lfb.8 for ; Wed, 20 Nov 2019 23:11:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=C8kRodRL8XSmhyVZocIedEzxOc9YWRiTUdGRplCklx8=; b=br53oIpbhWMQuSOBZ85hloBwEXKLJa6ayX8pjCUt5ja0k5GVVkZPsX4Sg0buNDkSnl cYYKZaQ6Kg9yIs8i5OS8bzspp4023qzP8y3BtUdKZKZkdK1paYt2ZeHc6taGagwEWZP2 Kh5FC+xlQNXxwZf1bRlzQqoS7Rhs+j/iqLAU5kQMQ+Ta46YaNv4EMzkmIIEeB1TbgVJn Os6J01kqT+WreZVH53NTfc2EV6PtgaCcCpPDo4Tmxaz2Ys0YDdVNL3dbrqI/GVODO9NR ULZPQLtfRv22prhV0EdyQBeWJ9kVlQ9EG2XVL/0eUe/SF01OFoZhQZ1zOYFLyFmZKGF5 0xaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=C8kRodRL8XSmhyVZocIedEzxOc9YWRiTUdGRplCklx8=; b=UKiItGzjqm0WqHK9w8rCoL/kPtCmckVGcNM41nP29uS0kuJBms9gVoBjQiHI9Kqjpa xhNAwzahL+UxdC2GQPMr+qi9mn8stuZC1c9fiFUdY32PbyHwNtcXlZqczH4ze6MLZba/ NXJ50gsTFl5v5X5Px1TZEgumfA3DEKul0b+MCW4bmaiGvlzrME+zWrA8txHsGKv+FbYq l/0TW2ZhAcGSj4bsq0a01oOgPqh/oRWjLsS8Uj42/LNnxSIqejqgT4T0royjvde/9WE8 +vxZCR454I1Q9HNXdaPrErUl1ylHOtwHsEluAsrUdBCLTH0DslnUBGAjqUV1mEVqxBgO VvhQ== X-Gm-Message-State: APjAAAV++Q2C6KEKuHsrsj58junh/Hyp1Dyd6agVUv6XZpSr9XS4x7Wg l0ayt8Xbc0fEiofwUlEFezumHI7joDn+tGAC7O+zP7pH+urZ3y5V X-Google-Smtp-Source: APXvYqyNFkF/zk17TtnoDXV2+D0NUTf4ixhVv9c3tjT5yI5EgRyIj8a9Gf/3mBaaFZML6AdzHBAZfMhU2TypEvDE2Yw= X-Received: by 2002:ac2:4a8f:: with SMTP id l15mr6156904lfp.5.1574320314719; Wed, 20 Nov 2019 23:11:54 -0800 (PST) MIME-Version: 1.0 From: Linus Walleij Date: Thu, 21 Nov 2019 08:11:43 +0100 Message-ID: Subject: [GIT PULL] GPIO fixes for v5.4 To: Linus Torvalds Cc: linux-kernel , "open list:GPIO SUBSYSTEM" , "thierry.reding@gmail.com" , Laura Abbott , Hans de Goede Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)