From patchwork Fri Feb 25 20:42:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 545988 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 502F2C433FE for ; Fri, 25 Feb 2022 20:42:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236827AbiBYUmm (ORCPT ); Fri, 25 Feb 2022 15:42:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48014 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236790AbiBYUmk (ORCPT ); Fri, 25 Feb 2022 15:42:40 -0500 Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33D732177CF for ; Fri, 25 Feb 2022 12:42:07 -0800 (PST) Received: by mail-wr1-x42a.google.com with SMTP id r10so6198323wrp.3 for ; Fri, 25 Feb 2022 12:42:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=CmSYa3kkJ/ViPa9xmpfA0cWei7k8n4ZCOH7gEssAD/I=; b=EGk7/LDlXcRBEnL/ciXk8b6dZE+SwmeKuZyRM51k9wovsnq2pgZ2Q1eSm9WlPDgLju cRN2w6KZVLyeXBYOar9Xz2aUxVaJxlqaMQzhi5usHRRoUlcvKQolgf8gC/pY8hgt9jag JIedgUI6aIsL3t9JfHcYGiAyNyjxKZ4xgqzV+w8vF03ze8CJBfFvOYzoOVgOS3Ux2p4e XB6KcgZqtVP4kZvOJy1dBrxiPMh92R/Z93Y0QUpAvKrGAAUbmauJLlK4IwkFA7XTfDV/ 7KikjjM8axTlqCVf/idIwlunEUiJPtmJNpobcVK0znOnPgyKn9H2KP+zSrPPtOXeNZ1P F3iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=CmSYa3kkJ/ViPa9xmpfA0cWei7k8n4ZCOH7gEssAD/I=; b=LbOssaIGf2rkLlWgQETF3nG3xFkAssHlF0P2uFp6R8rm6r2f0OGKYkTrgkiq+pqOxS /5ahY5h/eob1v9/5x2m+pK0xl0+PjRODsZYok1BLJG13dcXv4fCKoUaeS1L/1IWCl2VW y6er0cpmg+aUPh6GFftUrLQ7qoYfwsbNhg5yeDPTx7cVnEPBLbEbLJ3pvwBtb5zpt+jZ TZZxz51y905RMAGLG0E9TkOtLIPa4JzcqQ0aRDpvh2x8ngWg7xR+FVYSlS0PAt7QBC+u mKwlzeVcj7hSC9Cnja07Z51znEFqhyXPswxluVQjN9OltARiuAC4M1Y4jNwV7JItJ2cM QzCg== X-Gm-Message-State: AOAM532AsnolbTp85ZEKdZDn7Sp4ABsLc1ZOVXh3YhyJEq1G3bxM5VSC 3qCQqs2YmN2G7l64yK6Y+2r9bQ== X-Google-Smtp-Source: ABdhPJzR6KQ8n+yaCjgQutAdmLIinpHWmtD2vyqj+2z2MYnh4tl2xMFLcWengEbUfhc948/YVE7zug== X-Received: by 2002:a05:6000:8b:b0:1ee:1c9d:92a0 with SMTP id m11-20020a056000008b00b001ee1c9d92a0mr6352426wrx.677.1645821725706; Fri, 25 Feb 2022 12:42:05 -0800 (PST) Received: from debian-brgl.home ([2a01:cb1d:334:ac00:7d50:ff5:f5c1:e225]) by smtp.gmail.com with ESMTPSA id o16-20020a05600c511000b0038141b4a4edsm960201wms.38.2022.02.25.12.42.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 12:42:05 -0800 (PST) From: Bartosz Golaszewski To: Linus Torvalds Cc: Andy Shevchenko , Linus Walleij , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [GIT PULL] gpio: fixes for v5.17-rc6 Date: Fri, 25 Feb 2022 21:42:02 +0100 Message-Id: <20220225204202.53415-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Linus, Please pull the following two fixes for the next release cycle. Best Regards, Bartosz Golaszewski The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07: Linux 5.17-rc4 (2022-02-13 12:13:30 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.17-rc6 for you to fetch changes up to ae42f9288846353982e2eab181fb41e7fd8bf60f: gpio: Return EPROBE_DEFER if gc->to_irq is NULL (2022-02-23 22:30:56 +0100) ---------------------------------------------------------------- gpio: fixes for v5.17-rc6 - fix an bug generating spurious interrupts in gpio-rockchip - fix a race condition in gpiod_to_irq() called by GPIO consumers ---------------------------------------------------------------- Samuel Holland (1): gpio: rockchip: Reset int_bothedge when changing trigger Shreeya Patel (1): gpio: Return EPROBE_DEFER if gc->to_irq is NULL drivers/gpio/gpio-rockchip.c | 56 +++++++++++++++++++++++--------------------- drivers/gpio/gpiolib.c | 10 ++++++++ 2 files changed, 39 insertions(+), 27 deletions(-)