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 D959DC433F5 for ; Tue, 28 Sep 2021 22:11:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BC2476137A for ; Tue, 28 Sep 2021 22:11:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243024AbhI1WNI (ORCPT ); Tue, 28 Sep 2021 18:13:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243025AbhI1WNH (ORCPT ); Tue, 28 Sep 2021 18:13:07 -0400 Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 242E1C061745 for ; Tue, 28 Sep 2021 15:11:26 -0700 (PDT) Received: by mail-ed1-x529.google.com with SMTP id g7so869760edv.1 for ; Tue, 28 Sep 2021 15:11:26 -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=xpxr3RAhQnlxdqPs5z2YzYADDLX6tSSmdU82c8YOdl8=; b=HJwRmoevoSoyVu5/9HqZ0Kqe6kfGDRd9JpIEKI94u50c0A29R9CwPhCLc3Guci3B4T k2hT8mgzDV9xheA7tPao/OPFSzs1F2v39o+DIZyVsXwsS9ibN38eoDz8/lyyWjMC7lPb 06MTR/doGz6psPOLD0Ahetjlmdj/TBuifsev0M+ITxKN/42et8zX8L/8P6GZY9wRjIjA CoMZHGv6ypB9y8sWKGesO+gStbYtvKmMy6jySWsJ6eXt0j0wyoj5TFb3hgntT9zHrieX s+PwDgNG0fGIMrOM839A7ptkAJMDzrcMhq5Y1qlAXsamu5Na4FfXaLHdPWuGkFG5lKoU tUZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=xpxr3RAhQnlxdqPs5z2YzYADDLX6tSSmdU82c8YOdl8=; b=x/XpJis1tR6HZBYnR6ZHypu6cisop9HYXqaeDYm4jJt7Ip64ayo4rME92wMmN69CI5 mXb8q2dVaUE0tafAfvIAY23JbgkpOHNCz4rKfWucLMmCVvXreD9hsmq2nkKr+B1fzYtm FTPHjappK01GKToZsaMXP6S2uFQMfdXj9JgEQtXz97g+1JlnZlkpsqlMiPda+8YH4rRv n5VGcZXdtw2Q2mKeI2ZUG6W7g2RQcJ+OgGqnU6D3JtmbxeW90lXQPVzHDRubiCMD2zua iVKvkoFCFOv16kFeaOSG02S8ewzyzulkqnqlJV628m+5ZZpWEvfWjuPCXUTKNnPeixe6 awyA== X-Gm-Message-State: AOAM531j/PcLKp1tgKbC+0sF/hw4ryWvJ9tB+mebx8bD7GJ+cWrRZZ3w VLXib0RVGMvS3bVmP16ImVexNj39p7kOjCq/KQtFNT5NoOIkgA== X-Google-Smtp-Source: ABdhPJxjhHEWSfAEH8e4e9l4H6wkl5+PC3y6ZtbJ/AlfC9hhDDvEIEin8x4ZDCx/DB9pZtYLF4VUEwtpmqWYr/XH4F4= X-Received: by 2002:a50:e10d:: with SMTP id h13mr10605739edl.77.1632867084648; Tue, 28 Sep 2021 15:11:24 -0700 (PDT) MIME-Version: 1.0 From: Linus Walleij Date: Wed, 29 Sep 2021 00:11:13 +0200 Message-ID: Subject: [GIT PULL] pin control fixes for v5.15 To: Linus Torvalds Cc: linux-kernel , "open list:GPIO SUBSYSTEM" , Rajendra Nayak , Basavaraj Natikar , =?UTF-8?Q?Heiko_St=C3=BCbner?= Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, here are some few pin control fixes for the v5.15 kernel cycle. The most critical is the AMD fixes. Please pull it in! Yours, Linus Walleij The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.15-2 for you to fetch changes up to 28406a21999152ff7faa30b194f734565bdd8e0d: pinctrl: qcom: sc7280: Add PM suspend callbacks (2021-09-23 23:09:14 +0200) ---------------------------------------------------------------- Pin control fixes for v5.15: - Fix wakeup interrupts in the AMD driver affecting AMD laptops. - Fix parent irqspec translation in the Qualcomm SPMI GPIO driver. - Fix deferred probe handling in the Rockchip driver, this is a stopgap solution while we look for something more elegant. - Add PM suspend callbacks to the Qualcomm SC7280 driver. - Some minor doc fix (should have come in earlier, sorry) ---------------------------------------------------------------- Basavaraj Natikar (2): pinctrl: amd: Add irq field data pinctrl: amd: Handle wake-up interrupt David Collins (1): pinctrl: qcom: spmi-gpio: correct parent irqspec translation Heiko Stuebner (2): pinctrl/rockchip: add a queue for deferred pin output settings on probe gpio/rockchip: fetch deferred output settings on probe Michal Simek (1): pinctrl: core: Remove duplicated word from devm_pinctrl_unregister() Rajendra Nayak (1): pinctrl: qcom: sc7280: Add PM suspend callbacks drivers/gpio/gpio-rockchip.c | 22 +++++++++++ drivers/pinctrl/core.c | 2 +- drivers/pinctrl/pinctrl-amd.c | 19 ++++++--- drivers/pinctrl/pinctrl-amd.h | 1 + drivers/pinctrl/pinctrl-rockchip.c | 67 ++++++++++++++++++++++++++++++++ drivers/pinctrl/pinctrl-rockchip.h | 10 +++++ drivers/pinctrl/qcom/pinctrl-sc7280.c | 1 + drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 37 ++++++++++++++++-- 8 files changed, 150 insertions(+), 9 deletions(-)