From patchwork Tue Oct 11 13:14:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 614280 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 92B51C4332F for ; Tue, 11 Oct 2022 13:15:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229984AbiJKNPB (ORCPT ); Tue, 11 Oct 2022 09:15:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229854AbiJKNOx (ORCPT ); Tue, 11 Oct 2022 09:14:53 -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 85C4D12755; Tue, 11 Oct 2022 06:14: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 B63B561198; Tue, 11 Oct 2022 13:14:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6EA3AC43143; Tue, 11 Oct 2022 13:14:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665494087; bh=9HRhRdXIRmiU7I2WSz0xoKSZxg0uzVikdH/YtorN4yM=; h=From:To:Cc:Subject:Date:From; b=mhw3n7Hnu7eop78YWn7znE/ZTii6xmAZCInojvRQ00txMa77ZiKaEthLXZkRUMouV XsjbiQPdX7iK4P5wKAY801gVVXigBRuyri1qlwTbwyX8JEUqIdLHcLh0McPVLrMoyD xagWd0Vekp5UwjZHplXTCoLFuLl1YIHtZoblKhJkALlOkku3F34dn/tB4RQ805eqpn gu/xGaP4xBAJ2zrSleCy/LNfTxfReU4LVYfVuh1jQ0mmfXwTZJjcNw3ydn9B2d2Uhe YysQF0YW1VHlWEUheYa8vzQbk0yXd+7gurXQWk+S/OO6hkjknXsIe3jtpd7BDeRfya UKKUKDVM6VCgw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oiF5i-0000eb-4B; Tue, 11 Oct 2022 15:14:38 +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 00/13] phy: qcom-qmp: further prep cleanups Date: Tue, 11 Oct 2022 15:14:03 +0200 Message-Id: <20221011131416.2478-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 Johan Hovold (13): 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-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 | 75 +++------------- drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 48 +++------- drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 89 +++---------------- 5 files changed, 59 insertions(+), 289 deletions(-) Reviewed-by: Dmitry Baryshkov Reviewed-by: Dmitry Baryshkov