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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 495F9C433EF for ; Tue, 19 Apr 2022 22:02:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343494AbiDSWFM (ORCPT ); Tue, 19 Apr 2022 18:05:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236505AbiDSWFM (ORCPT ); Tue, 19 Apr 2022 18:05:12 -0400 Received: from mail-yw1-x112c.google.com (mail-yw1-x112c.google.com [IPv6:2607:f8b0:4864:20::112c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4C22640E73 for ; Tue, 19 Apr 2022 15:02:28 -0700 (PDT) Received: by mail-yw1-x112c.google.com with SMTP id 00721157ae682-2ef5380669cso171018577b3.9 for ; Tue, 19 Apr 2022 15:02:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CnSoh+ZD8DR5nKk6CV9UyrxaQEV9KgNslgMO1bDltQg=; b=Yqp9wQBCWbWPglTxek38iaFNVPN4Zk+RjRomb858O7NzPfSZ+56DcTmtbbra8cwo8A 51LXzN/RhH4+O0qrKK90KipDzYk0rjXH0fWgauClW+t4NGUHEgy+QmXTqGliJ7ZrFAMo fyyaKKW3Nkt+GpV/6fmKo89PXd1xCQz8RXD9uQJtIgvvcwQDmo9JieU4vft39lVG7Akt EBG1oVJHmTxwINgk2kTxL9uYGLrCfT5FGn6QKAHpfvtDhDtE/kNyEKA6I/ESzJq6rvT7 3qCxECIIz8g/Hpac47uzFVgZwz15uhtU4EDCj69W7Jd/qxQac3Irst/sGaDuFPswElMM FSBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CnSoh+ZD8DR5nKk6CV9UyrxaQEV9KgNslgMO1bDltQg=; b=u/kOQ/7qoVKqbQtipHQScoTtgag3gdse4uAC65qBgXUXSvCpfD/6xP5ta7WhYLQzIo na0ZWV0OVae6P7okypZodQCDlcFsqW19n10/ahEekjW1sJGNVnElR71V7S86imTi6cw8 GPHavrcg6UrHS2PPwfCnwC5UxLw5pvw9uhKyrgFNlFu2BKd226ifXYZGA2SlJ9Tl45h6 dkvb/+RxPdxl/0aUl7sO6J7m3iViT7uzEeJz1fe6UP4Eizu5Qe9kHPI7BLUuXLt4ifND dLKmCA0vAUh+mOXZAkTBoy3pYCcogLs3lz8NqrJRb/8qSigYoratsyru6OQS9D3xSq9z P9MA== X-Gm-Message-State: AOAM532+4jWz+qQ3LdINj6W+9n7Zl1aO0rinmcHA82K4kc1dfYXaH0Eb wsx23NkoMNJfzwutwj/5WltHyyE9ROUUXt+18LEWJg== X-Google-Smtp-Source: ABdhPJykrSD9spRkBNNbl3jZqUx8W2pxKdem4xATAM88TeGKzKQGRYCeHgf3K2yq3M35hvoxd/8Cjlx/QFKC/zbTbBk= X-Received: by 2002:a81:5dc5:0:b0:2eb:3feb:686c with SMTP id r188-20020a815dc5000000b002eb3feb686cmr18267528ywb.268.1650405747502; Tue, 19 Apr 2022 15:02:27 -0700 (PDT) MIME-Version: 1.0 References: <20220414025705.598-1-mario.limonciello@amd.com> <20966c6b-9045-9f8b-ba35-bf44091ce380@gmail.com> <67df4178-5943-69d8-0d61-f533671a1248@amd.com> In-Reply-To: <67df4178-5943-69d8-0d61-f533671a1248@amd.com> From: Linus Walleij Date: Wed, 20 Apr 2022 00:02:16 +0200 Message-ID: Subject: Re: [PATCH] gpio: Request interrupts after IRQ is initialized To: Mario Limonciello Cc: firew4lker , Bartosz Golaszewski , Andy Shevchenko , Shreeya Patel , "open list:GPIO SUBSYSTEM" , open list , Basavaraj.Natikar@amd.com, Richard.Gong@amd.com, stable@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, Apr 18, 2022 at 6:34 AM Mario Limonciello wrote: > Linus Walleij, > > As this is backported to 5.15.y, 5.16.y, 5.17.y and those all had point > releases a bunch of people are hitting it now. If you choose to adopt > this patch instead of revert the broken one, you can add to the commit > message too: > > Link: https://gitlab.freedesktop.org/drm/amd/-/issues/1976 I am on parental leave kind of, but Bartosz knows what to do, in this case, since it is ACPI-related, Andy knows best what to do, and I see he also replied. Yours, Linus Walleij