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=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS autolearn=unavailable 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 A0C78C4338F for ; Fri, 13 Aug 2021 09:22:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7FB2E60FC0 for ; Fri, 13 Aug 2021 09:22:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239422AbhHMJW0 (ORCPT ); Fri, 13 Aug 2021 05:22:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229681AbhHMJWX (ORCPT ); Fri, 13 Aug 2021 05:22:23 -0400 Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E435C061756 for ; Fri, 13 Aug 2021 02:21:56 -0700 (PDT) Received: by mail-lf1-x12f.google.com with SMTP id c24so18735402lfi.11 for ; Fri, 13 Aug 2021 02:21:56 -0700 (PDT) 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=MIjzmWOcO2qIDbveR8D+xuH4rtgwCBu1WunRV4Qrdcc=; b=xnADoA8/sVgouYWhh2X/p/FFDTnxnWQHLA5tbe/x7qDpeVVM6ZI5Kd6QNQ6i+w12Su ZkYMR5D1x0jqkGsi4NLTNnYE3rzd2G8KwE9KSEDh09VUi0OzZjtYYA4FCZATBiSz4h3G psrgPsQm9hMh0qm/hbgZGckCS1rMuDLpbfIEh+k0rH0htE8PWFKqdx+XD08qIU2UWMIG /zoW3J6Clj05OR/0y6F15xDWTYWHwzrPAlhkXTFu+s9+2acyxPp9KLzVZuQt3MC2XOFZ TQud3lSb/8mPJnjpE8TuLmAnBNOP/Dc9HBkx5zksnYki9JItNZCJRb3NDduiHkWhTCxk 1N3Q== 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=MIjzmWOcO2qIDbveR8D+xuH4rtgwCBu1WunRV4Qrdcc=; b=mt7mqS4oKN6JwlRlnY5ze5YhE/T/RYnFyG7d5S57nvsCHxlEpKFcq+LCPw74ocU4k3 l86G+TjKcGlN9WnQU8QymHQTC12Idz1yLQJpYWBpCspYhvsJGfJ2Dlj+dbCy+M1fZMw3 Ym4Z4A8xyd2+AU1IwPVW+hI6G+4LbpY2yN/+3jllI+AmREZiWlIvw0aICIgAn1Rql71S Jo1t058f5kvp8RXIDHBOAt3WbM9gqW83nBg8AOd8KkmgygMEUGehAG4vZF2EI78rh3RD On+3yqMq7ay0E2uqSAGJ0JzWL4LeEqlf03aAQA0+LyxqDPr6t9xWkBHMz5/6jMdHLinG UHYQ== X-Gm-Message-State: AOAM5316BpjovATNmHOWcKRmF7dW9YiKDpk6qBhl8YcG6N+CjhDf/JQ0 93a1skF+YubnWS4PAesm6K7qJ22E9XuZ6cynpGRgiA== X-Google-Smtp-Source: ABdhPJyj5QBzVVFVD1kPu1OwFdUgT/EQiQcXMJnBvNlQX+L55coE2v3ZmacTQ/IM8xQCR24bGiKh3eeYgzU35ywglu0= X-Received: by 2002:a05:6512:1084:: with SMTP id j4mr1056599lfg.586.1628846514730; Fri, 13 Aug 2021 02:21:54 -0700 (PDT) MIME-Version: 1.0 From: Linus Walleij Date: Fri, 13 Aug 2021 11:21:43 +0200 Message-ID: Subject: [GIT PULL] pin control fixes for v5.14 To: Linus Torvalds Cc: linux-kernel , "open list:GPIO SUBSYSTEM" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, here is an assortment of pin control fixes of varying importance, the most important ones affecting Intel and AMD laptops turned up the recent few days so it's time to push this to your tree. Details in the signed tag. Please pull it in! Yours, Linus Walleij The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.14-2 for you to fetch changes up to c4b68e513953c3370ce02c3208c1c628c0b86fd3: pinctrl: amd: Fix an issue with shutdown when system set to s0ix (2021-08-12 11:16:40 +0200) ---------------------------------------------------------------- Pin control fixes for the v5.14 kernel series: - Fix the Kconfig dependency for Qualcomm SM8350 pin controller. - Fix pin biasing fallback behaviour on the Mediatek pin controller. - Fix the GPIO numbering scheme for Intel Tiger Lake-H to correspond to the products that are now actually out on the market. - Fix a pin control function itemization in the Sunxi driver out-of-bounds access bug. - Fix disable clocking for the RISC-V K210 pin controller on the errorpath. - Fix a system shutdown bug affecting AMD Ryzen-based laptops, the system would not suspend but just bounce back up. ---------------------------------------------------------------- Andre Przywara (1): pinctrl: sunxi: Don't underestimate number of functions Andy Shevchenko (1): pinctrl: tigerlake: Fix GPIO mapping for newer version of software Arnd Bergmann (1): pinctrl: qcom: fix GPIOLIB dependencies Damien Le Moal (1): pinctrl: k210: Fix k210_fpioa_probe() Hsin-Yi Wang (1): pinctrl: mediatek: Fix fallback behavior for bias_set_combo Linus Walleij (1): Merge tag 'intel-pinctrl-v5.14-2' of gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes Mario Limonciello (1): pinctrl: amd: Fix an issue with shutdown when system set to s0ix drivers/pinctrl/intel/pinctrl-tigerlake.c | 26 +++++----- drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 8 ++- drivers/pinctrl/pinctrl-amd.c | 3 +- drivers/pinctrl/pinctrl-k210.c | 26 +++++++--- drivers/pinctrl/qcom/Kconfig | 63 ++++++++++++------------ drivers/pinctrl/sunxi/pinctrl-sunxi.c | 8 +-- 6 files changed, 73 insertions(+), 61 deletions(-)