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 0F45DC77B75 for ; Tue, 23 May 2023 05:03:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232721AbjEWFDg (ORCPT ); Tue, 23 May 2023 01:03:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229809AbjEWFDf (ORCPT ); Tue, 23 May 2023 01:03:35 -0400 Received: from bmailout2.hostsharing.net (bmailout2.hostsharing.net [IPv6:2a01:37:3000::53df:4ef0:0]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CF3510C for ; Mon, 22 May 2023 22:03:33 -0700 (PDT) Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL Global TLS RSA4096 SHA256 2022 CA1" (verified OK)) by bmailout2.hostsharing.net (Postfix) with ESMTPS id 2F34A28007EFA; Tue, 23 May 2023 07:03:31 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 19BE170EBE; Tue, 23 May 2023 07:03:31 +0200 (CEST) Date: Tue, 23 May 2023 07:03:31 +0200 From: Lukas Wunner To: Bjorn Helgaas Cc: Rongguang Wei , bhelgaas@google.com, linux-pci@vger.kernel.org, Rongguang Wei Subject: Re: [PATCH v4] PCI: pciehp: Fix the slot in BLINKINGON_STATE when Presence Detect Changed event occurred Message-ID: <20230523050331.GA30083@wunner.de> References: <20230520083118.GA2713@wunner.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Mon, May 22, 2023 at 04:10:36PM -0500, Bjorn Helgaas wrote: > Thanks for your patience, I think I understand that. Here's another > try: The wording LGTM. > And (b) is the situation you refer to where the second button press > doesn't bring the slot up when it should. Right? Yes, exactly. Thanks, Lukas