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 8F3B9C77B73 for ; Mon, 8 May 2023 09:10:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233560AbjEHJKG (ORCPT ); Mon, 8 May 2023 05:10:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233002AbjEHJKC (ORCPT ); Mon, 8 May 2023 05:10:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68D5319D7B; Mon, 8 May 2023 02:10:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F216F61CEA; Mon, 8 May 2023 09:10:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 88BD6C433EF; Mon, 8 May 2023 09:09:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683537000; bh=lvnrhXc1yCKmnMtOBPDRvHxMxBg3yKrzJG5/GZcaw4A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Go76Wsw+cdJr4iE0cqwDon553UuihbZG1WbD5TGzhUzJ81te1AdBqTIP3kZhSJ61f VAw7FX5wbx/Fe5nDbGj49yYNhAxRwnH3cfHU8cbT7f9xMF9p0U0KN5ctCCrVKvxpoq 3P88hIA5UsJyU3U0lDIsnf0Q+EmnWsadOzRrTEMHcEgt7yIonmC5s5svJIotEw88S+ JIASNU2vw2GvEbFEnaMYK7NXKCYBa8O5Vv24wx6B73q6FOGtxEdjouDJd3FkBM1ylI wchDihSGC3nnBmMnEsQxfKP684upSLK6TPyEaGFg/9MIHbtyTJ4eYpv9CXy1vegcyI rYH4UOZ685U8g== Date: Mon, 8 May 2023 14:39:55 +0530 From: Vinod Koul To: Johan Hovold Cc: Kishon Vijay Abraham I , Bjorn Andersson , Andy Gross , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] phy: qcom-qmp: fix init-count imbalance Message-ID: References: <20230502103810.12061-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230502103810.12061-1-johan+linaro@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02-05-23, 12:38, Johan Hovold wrote: > Two of the dedicated QMP PHY drivers suffer from a long-standing bug in > the common-block initialisation code. Applied, thanks -- ~Vinod