From patchwork Mon May 2 13:31:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 12834210 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 EC0F7C4332F for ; Mon, 2 May 2022 13:32:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1385321AbiEBNfy (ORCPT ); Mon, 2 May 2022 09:35:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1385301AbiEBNfn (ORCPT ); Mon, 2 May 2022 09:35:43 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6EDDAAE43; Mon, 2 May 2022 06:32:11 -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 ams.source.kernel.org (Postfix) with ESMTPS id 13A2BB817B6; Mon, 2 May 2022 13:32:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BECBCC385AC; Mon, 2 May 2022 13:32:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651498328; bh=6xMJIjb4ThOhMwQf4r65Gq5uouG0yeD4uluNZN0RTbE=; h=From:To:Cc:Subject:Date:From; b=TCbtJlTSB3NOJlzOSZiaZnpwrjj0DIJBaqTQfxlAzOKmdq7Cc8d3FcYwCjPC/6C86 KUWM3imIKqPGY8rCBzbqF/dQ6dCGQR/R9+4Kmo1if5gLxOrf6Usm5hXRewHOzSy5fh PZ+8eHapkPliNKvtsUKACoPKLHlq16tLeRWWlLc6MVN7+CzHDZrtf48iXmWHLCyAKQ kSO0xD4l53iToxEkZRQcGdUV76UeOEMxNilOutJwWsyIG8VuA2rUfcHz6JrwyVvIZu 39Rl9x0K8kswL7kV8TyLYEkAOa5a1HjyYjwYD78Zqd4wAGRlfQnonZSojcHjJXejKe 6F3EaHrtB4XCA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1nlW9m-00014x-Qj; Mon, 02 May 2022 15:32:07 +0200 From: Johan Hovold To: Vinod Koul , Kishon Vijay Abraham I Cc: Andy Gross , Bjorn Andersson , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH v2 0/2] phy: qcom-qmp: pipe clock fixes Date: Mon, 2 May 2022 15:31:28 +0200 Message-Id: <20220502133130.4125-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This series fixes a pipe clock imbalance on PHY power-on failures and renames some error labels in order to improve readability and avoid future bugs in the same category. Both patches can be applied for -next. Johan Changes in v2: - drop kernel doc fix which has been applied - split pipe-clock fix from error label rename and rename also the remaining labels in qcom_qmp_phy_com_init() in a separate patch Johan Hovold (2): phy: qcom-qmp: fix pipe-clock imbalance on power-on failure phy: qcom-qmp: rename error labels drivers/phy/qualcomm/phy-qcom-qmp.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-)