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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_PATCH, 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 68D65C432BE for ; Fri, 30 Jul 2021 18:52:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 556B8604D7 for ; Fri, 30 Jul 2021 18:52:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230264AbhG3SxB (ORCPT ); Fri, 30 Jul 2021 14:53:01 -0400 Received: from mail-oi1-f174.google.com ([209.85.167.174]:44022 "EHLO mail-oi1-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229773AbhG3SxA (ORCPT ); Fri, 30 Jul 2021 14:53:00 -0400 Received: by mail-oi1-f174.google.com with SMTP id z26so14479444oih.10; Fri, 30 Jul 2021 11:52:55 -0700 (PDT) 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=RuHOO+tvlD2YfqaGK+Oz0rBM0rH5c8DYOmI/fOMJusE=; b=b/oKOmMSo1GyTiHC94odEcxNx/I82/WOX15HRyKG0zi1IZi63P/qAHNYpv/FAIJphX UL4BQuXH98HG6rU4xePdui+D2s0r2EBtTO0cSFlzWTdwMVUZzl1mVqdOPttSZ5V3Pvd4 16mTOQLXKUIrGR4ii5Neb8ru3LGe1fOMDCdgTsqFSLLmsV6oeI0JQ2Yy7vvUlOLNxBvb p5wtGqb5PJw1jCEjuQQO8TgXPuGy2/jhBhMpNbDgiUuL9TP6aTq2VPptVNZm1fC0T6N4 3FIJAhrfvYvXlYB5M1WMOie7Udb/nIaqjHaRAWjGWeV/3iK2oayKN6UCEpdlkB6old7Z /ydQ== X-Gm-Message-State: AOAM5304f2LeUHW/6gKTvivAZxT1pXG05BvqCp7oJTwovq0U5BDhTbfM OlEx6ylTory0Gcap2ddbKBBqjFpV2nrgQaQ5ytRkJQtSB6E= X-Google-Smtp-Source: ABdhPJyPsVCLDmYR9zFPb5UJ5xtrAa2d5QTnBtP1chLNPz6XoDPxB0Qot80b+0JMLgn9/U9GZ+8w/FfJQG3l/bN0juY= X-Received: by 2002:aca:d7d5:: with SMTP id o204mr2669951oig.69.1627671175176; Fri, 30 Jul 2021 11:52:55 -0700 (PDT) MIME-Version: 1.0 From: "Rafael J. Wysocki" Date: Fri, 30 Jul 2021 20:52:44 +0200 Message-ID: Subject: [GIT PULL] ACPI fixes for v5.14-rc4 To: Linus Torvalds Cc: ACPI Devel Maling List , Linux PM , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-5.14-rc4 with top-most commit e83f54eacf137de228a52c20c74e77f575684600 Merge branches 'acpi-resources' and 'acpi-dptf' on top of commit ff1176468d368232b684f75e82563369208bc371 Linux 5.14-rc3 to receive ACPI fixes for 5.14-rc4. These revert a recent IRQ resources handling modification that turned out to be problematic, fix suspend-to-idle handling on AMD platforms to take upcoming systems into account properly and fix the retrieval of the DPTF attributes of the PCH FIVR. Specifics: - Revert recent change of the ACPI IRQ resources handling that attempted to improve the ACPI IRQ override selection logic, but introduced serious regressions on some systems (Hui Wang). - Fix up quirks for AMD platforms in the suspend-to-idle support code so as to take upcoming systems using uPEP HID AMDI007 into account as appropriate (Mario Limonciello). - Fix the code retrieving DPTF attributes of the PCH FIVR so that it agrees on the return data type with the ACPI control method evaluated for this purpose (Srinivas Pandruvada). Thanks! --------------- Hui Wang (1): Revert "ACPI: resources: Add checks for ACPI IRQ override" Mario Limonciello (1): ACPI: PM: Add support for upcoming AMD uPEP HID AMDI007 Srinivas Pandruvada (1): ACPI: DPTF: Fix reading of attributes --------------- drivers/acpi/dptf/dptf_pch_fivr.c | 51 +++++++++++++++++++++++++++++++++------ drivers/acpi/resource.c | 9 +------ drivers/acpi/x86/s2idle.c | 10 ++++++-- 3 files changed, 52 insertions(+), 18 deletions(-)