From patchwork Wed Oct 12 08:12:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 614603 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 B3D9FC433FE for ; Wed, 12 Oct 2022 08:16:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229895AbiJLIP7 (ORCPT ); Wed, 12 Oct 2022 04:15:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229882AbiJLIP5 (ORCPT ); Wed, 12 Oct 2022 04:15:57 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 166255D0CE; Wed, 12 Oct 2022 01:15:56 -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 A30C66144F; Wed, 12 Oct 2022 08:15:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13322C433D6; Wed, 12 Oct 2022 08:15:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665562555; bh=Wvipar655653CcKkXzaYMDKLi1DlZcbfAXHSTb3rkMA=; h=From:To:Cc:Subject:Date:From; b=R9CKHVfAdz8ESb0YVEYS9BdppS+lexLZBMsFRc4ZdJ0mimPxL2FGs2zKP1ncOhKij 4NsjRnylW+CA413LJwyzGsmYyuNmTG2Zkpnu5/N2lgVroAQO55+9bWCyynnKfOPW/1 zHf6g/fCw6fdh1CiLVUvt+0Crw2X/ED9oeII/r7BvrEskNkUtFEU48rejkmiG6ZpcG oGFF8AglS74WYelsOAkK8BxjohqscflsikxWVH+fC6SR9h416dyIscdqU4UYfM5RO5 tGq25csFvXfxwNCKAqVtJHKTZ4pCWXf53abfD2Sdm5K5CAV3nc9315S5Bty+CBJRMw bCA/pt4I/WtVQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oiWu2-0004oK-4h; Wed, 12 Oct 2022 10:15:46 +0200 From: Johan Hovold To: Vinod Koul Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH v2 00/14] phy: qcom-qmp: further prep cleanups Date: Wed, 12 Oct 2022 10:12:27 +0200 Message-Id: <20221012081241.18273-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 Here's the next batch of QMP cleanups in preparation for adding support for SC8280XP and its four-lane PCIe PHYs. Note that these apply on top of the following two series that have been reviewed and should be ready to be merged when the PHY tree opens: https://lore.kernel.org/linux-arm-msm/20220929092916.23068-1-johan+linaro@kernel.org/ https://lore.kernel.org/all/20220927092207.161501-1-dmitry.baryshkov@linaro.org/ After this I have one more series of related cleanups before posting the SC8280XP support. Johan Changes in v2 - move the 1 ms PCIe "power-down" delay to after starting the PHY which was probably the intention all along. This is done in a separate new patch 9/14. (Dmitry) Johan Hovold (14): phy: qcom-qmp: drop regulator error message phy: qcom-qmp: drop superfluous comments phy: qcom-qmp-combo: drop unused in-layout configuration phy: qcom-qmp-pcie: drop redundant ipq8074 power on phy: qcom-qmp-pcie-msm8996: drop unused in-layout configuration phy: qcom-qmp-ufs: drop unused in-layout configuration phy: qcom-qmp-usb: drop unused in-layout configuration phy: qcom-qmp-pcie: drop power-down delay config phy: qcom-qmp-pcie: replace power-down delay phy: qcom-qmp-pcie-msm8996: drop power-down delay config phy: qcom-qmp-combo: drop sc8280xp power-down delay phy: qcom-qmp-combo: drop power-down delay config phy: qcom-qmp-usb: drop sc8280xp power-down delay phy: qcom-qmp-usb: drop power-down delay config drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 81 +++---------- .../phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c | 55 ++------- drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 106 +++--------------- drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 48 ++------ drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 89 ++------------- 5 files changed, 64 insertions(+), 315 deletions(-)