From patchwork Tue May 2 10:38:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 678452 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 13771C77B7E for ; Tue, 2 May 2023 10:39:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229722AbjEBKje (ORCPT ); Tue, 2 May 2023 06:39:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42326 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234034AbjEBKjL (ORCPT ); Tue, 2 May 2023 06:39:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 757FE9B; Tue, 2 May 2023 03:38:51 -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 0DEE861F54; Tue, 2 May 2023 10:38:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65486C433EF; Tue, 2 May 2023 10:38:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683023930; bh=7/fiKx5JOKgaQb4ObAuZZ5FqO1m0hBa3ZqHG5clQQeY=; h=From:To:Cc:Subject:Date:From; b=NGWilU2gXjwaZztlOvj8NanIsSMXuo/7hI4WBsp8OUOsvABz1W0XwiL2RukuKz5rq BG6U3HHk1A4Jamuc7+YBN8exZDz9FCtNYPXosO3k0EP2JE4CpByepgfNIjzLORIl7J CMhyjvgxWszEHG8DH0KAma+WnN6z4tRD8DVSUlu75+m+tb7d4kL6E194lHZ8X/Ltas 4a3/crfXBgioAbpiOnbdq5TDVDMHXck0me+rNkNXIxVhBSRB2yZVzztn72yTfPpkkw 1xkB9uqq3kewMUIrE6olYSBQDbJ0jmBCrLFQ50aveU//j5QR1wOJOOG5UQPripzq8H udwyrvbmGzVpA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1ptnPI-00038v-98; Tue, 02 May 2023 12:38:53 +0200 From: Johan Hovold To: Vinod Koul , Kishon Vijay Abraham I Cc: Bjorn Andersson , Andy Gross , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/2] phy: qcom-qmp: fix init-count imbalance Date: Tue, 2 May 2023 12:38:08 +0200 Message-Id: <20230502103810.12061-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Two of the dedicated QMP PHY drivers suffer from a long-standing bug in the common-block initialisation code. Johan Johan Hovold (2): phy: qcom-qmp-combo: fix init-count imbalance phy: qcom-qmp-pcie-msm8996: fix init-count imbalance drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 5 +++-- drivers/phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-)