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 155A7C0015E for ; Tue, 1 Aug 2023 05:48:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230312AbjHAFsu (ORCPT ); Tue, 1 Aug 2023 01:48:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229921AbjHAFst (ORCPT ); Tue, 1 Aug 2023 01:48:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 095AB1FCA; Mon, 31 Jul 2023 22:48:44 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 65A1661473; Tue, 1 Aug 2023 05:48:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46A2FC433C7; Tue, 1 Aug 2023 05:48:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1690868923; bh=CSYR83m0hWJjYjIRujwvyFiMN2MH6lGieHS+KpcH5TI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F+v+oBPjg7WgK2jhl4qBub9O18tXXnx6yR9HpjbyTlMTq9j8VrdTh2kEtcaJVlg7o sy4fvYWyyOeeGWhGez0j+4ln+DJHQxEQOJQALxK2wxNEOlvwQiTgJN1yCJJoVGWFqD ypC6WdR6ijmYOJLItZ5htFUzFNLsgyH0cDPpWG4w= Date: Tue, 1 Aug 2023 07:48:40 +0200 From: Greg Kroah-Hartman To: Johan Hovold Cc: "Rafael J. Wysocki" , Pavel Machek , Len Brown , Andy Gross , Bjorn Andersson , Konrad Dybcio , Jiri Slaby , Tony Lindgren , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH 0/3] PM / wakeirq: fix wake irq arming Message-ID: <2023080129-district-punk-3da3@gregkh> References: <20230713145741.30390-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230713145741.30390-1-johan+linaro@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Thu, Jul 13, 2023 at 04:57:38PM +0200, Johan Hovold wrote: > When reviewing the Qualcomm serial-driver suspend implementation I > noticed the odd runtime PM state update which had snuck in. Turns out it > was added to work around a bug in PM core which prevented drivers not > implementing runtime PM from using dedicated wake irqs. > > This series fixes the wake irq arming and drops the unused wake irq > enable helpers before dropping the bogus runtime PM state update in the > Qualcomm driver. > > I suggest that Rafael takes all of these through his tree. I agree: Acked-by: Greg Kroah-Hartman