From patchwork Wed Apr 20 15:23:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 564054 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 DE99FC433EF for ; Wed, 20 Apr 2022 15:25:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1380032AbiDTP2k (ORCPT ); Wed, 20 Apr 2022 11:28:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379306AbiDTP2g (ORCPT ); Wed, 20 Apr 2022 11:28:36 -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 52D9445784; Wed, 20 Apr 2022 08:25:49 -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 0E2F4B81F91; Wed, 20 Apr 2022 15:25:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9552C385AE; Wed, 20 Apr 2022 15:25:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650468346; bh=ZxzLUWHxnezX1TGZ93jFGJL3H82CW3GKO5E/VGDJcxY=; h=From:To:Cc:Subject:Date:From; b=cbYZnUcsGb2X/YnDkiMwESY3AF9ooLeHzdEah6Xw+l6uM2FdFXI1s4KrUFKkK8bDA VYkw8BQUSfSxmLyuq34N1qIS94en+vprtvi+mctoVdvatBula8fQsoeDM01NctWWR5 C9rYqeOef0+3CR8oFhCRlPYyl/TH5XB+mPqUThDLs8ziQUmvJvhnize0o4u6a0T6T7 KQjfHs+IdlOF8LZuFIN+shwkjUmHx9rCfTXAs7sjOSfMrplYstJ834/mg3+fjoLWUH uhqcUdx/a7htMe607cVK37VV15uQoAGui08zSEAr2ziwYKHVgyDzyForr1+NTFoCOv dPRE0jSfZwtiw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1nhCD5-0001SY-5T; Wed, 20 Apr 2022 17:25:39 +0200 From: Johan Hovold To: Kishon Vijay Abraham I , Vinod Koul 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 0/2] phy: qcom-qmp: pipe clock fixes Date: Wed, 20 Apr 2022 17:23:29 +0200 Message-Id: <20220420152331.5527-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 kernel doc typo and pipe clock imbalance on PHY power on failures. Johan Johan Hovold (2): phy: qcom-qmp: fix phy-descriptor kernel-doc typo phy: qcom-qmp: fix pipe-clock imbalance on power-on failure drivers/phy/qualcomm/phy-qcom-qmp.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)