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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75BD8C433F5 for ; Fri, 15 Oct 2021 14:11:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 48B6261037 for ; Fri, 15 Oct 2021 14:11:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240146AbhJOONa (ORCPT ); Fri, 15 Oct 2021 10:13:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240089AbhJOON2 (ORCPT ); Fri, 15 Oct 2021 10:13:28 -0400 Received: from mail-wm1-x32f.google.com (mail-wm1-x32f.google.com [IPv6:2a00:1450:4864:20::32f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D48DC061764 for ; Fri, 15 Oct 2021 07:11:16 -0700 (PDT) Received: by mail-wm1-x32f.google.com with SMTP id b189-20020a1c1bc6000000b0030da052dd4fso2513036wmb.3 for ; Fri, 15 Oct 2021 07:11:16 -0700 (PDT) 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=Er3WiMyf17c0WY4AO4vNjbmHxPQdkdtX2SYw/tzJ4Tw=; b=nR5HWzmAsjCJD9ODhBtDt3y6oqRpgGprk/5xLr2UPVtU2heGvxseRGBWlJk/v5Bt0f ZhqEWvPvmUiZymr5y9D/M7N3bEBSogIfgHmDgxSJwgRYaSGonLb/40K/Ff93lgi8qcby 4gSs1oHYhcKY1PVZUtymSvAsw/XWnZWZ1rnJzMuhO92R3SibtyxtejFd96HekOzR8jCn 8PRcyVgOEOMRK4l/DxIYmoBk+4JnilAEM9Av3yIjVsBmtWTrW2+0vhrrWgARoZ5eomSs 93PHWKI5mcBFp6ImL/EdqwQesDT7jImC0bKvwsjlV0VndfYHfuTLW4ZAZJI8CNwDL5w4 RZnQ== 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=Er3WiMyf17c0WY4AO4vNjbmHxPQdkdtX2SYw/tzJ4Tw=; b=APBRGKaYbqI2bDs2tNbQJ64ctE+bv/TTpRSjg3J93Cd3Vp3SqGC7OCgM21tySk+npd S93fGmhLtyU3Jl3e8z6AmsTs5AqdSkVGyboIi09weA/hFBe/XTnm5nVT6d1KTRH01ZUu mP7SeXBN3td/Y1MoQs5gJ5+2KBul0IMSBb/0xA8FMVjqTIWfWLZeM5AOCmpxq7FBHx5p cKXjJhPEECnuZ0w2znW31nFv/h/v9y4352kzhJShZg5MmVt1Z3/IWnAsyYIvUEQEzGoD ShsDqo51Mk4dnRk5lkX86aFXlO6YaaP4mGPvaoKzCnI/jPREbbD/+2TRJnwt1aU72jdL IT3g== X-Gm-Message-State: AOAM531WHoI73xXNUzjkEKd+EPG+BO9gWDR75d/BnZku0I2cQGkQ0hC3 vz9n6XV19lhHM5v2tKVgr6Zhng== X-Google-Smtp-Source: ABdhPJwyIbVf187jUvsiTcIXNn0XqSnzRXM1CqrDJkl8XcjfP478xbdHT9w+WChIiBS3Ervp3IbA3Q== X-Received: by 2002:a05:600c:a43:: with SMTP id c3mr25776973wmq.193.1634307074986; Fri, 15 Oct 2021 07:11:14 -0700 (PDT) Received: from debian-brgl.home ([2a01:cb1d:334:ac00:7d50:ff5:f5c1:e225]) by smtp.gmail.com with ESMTPSA id o12sm4975125wrv.78.2021.10.15.07.11.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Oct 2021 07:11:14 -0700 (PDT) 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.15-rc6 Date: Fri, 15 Oct 2021 16:11:12 +0200 Message-Id: <20211015141112.23965-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Linus, Please pull the following set of fixes for the GPIO subsystem. Details are in the signed tag as usual. Best Regards, Bartosz The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896: Linux 5.15-rc4 (2021-10-03 14:08:47 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.15-rc6 for you to fetch changes up to 6fda593f3082ef1aa783ac13e89f673fd69a2cb6: gpio: mockup: Convert to use software nodes (2021-10-06 13:04:04 +0200) ---------------------------------------------------------------- gpio fixes for v5.15-rc6 - fix module autoloading on gpio-74x164 after a revert of OF modaliases - fix problems with the bias setting in gpio-pca953x - fix a use-after-free bug in gpio-mockup by using software nodes ---------------------------------------------------------------- Andy Shevchenko (2): gpio: pca953x: Improve bias setting gpio: mockup: Convert to use software nodes Mark Brown (1): gpio: 74x164: Add SPI device ID table drivers/gpio/gpio-74x164.c | 8 ++++++++ drivers/gpio/gpio-mockup.c | 21 ++++++++++++++++++--- drivers/gpio/gpio-pca953x.c | 16 +++++++++------- 3 files changed, 35 insertions(+), 10 deletions(-)