From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B28EC433DF for ; Wed, 26 Aug 2020 02:47:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 213232078D for ; Wed, 26 Aug 2020 02:47:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="Iwx2R9/i" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726779AbgHZCrU (ORCPT ); Tue, 25 Aug 2020 22:47:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726752AbgHZCrT (ORCPT ); Tue, 25 Aug 2020 22:47:19 -0400 Received: from mail-pj1-x1043.google.com (mail-pj1-x1043.google.com [IPv6:2607:f8b0:4864:20::1043]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D19BDC0613ED for ; Tue, 25 Aug 2020 19:47:17 -0700 (PDT) Received: by mail-pj1-x1043.google.com with SMTP id g6so199179pjl.0 for ; Tue, 25 Aug 2020 19:47:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/vzQChbfbYS4hco2RAd/KrgYyVQ6hSX7dHhXL97tH/c=; b=Iwx2R9/iC6n3XnuyyLgUWbBd4Pm7eWvZgp9huOXEV830Gujc7Ni42rN6iQrXhbbOx6 2h6vzR0YZ/Yh4KG6aHkpKLbFXAQhXC52aYRqQhszY/UDUxRqLTE87B5OWvkvPwSGom0s YhJaBA45BqaeicmSTyLFrC3680lblbaYcElUA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/vzQChbfbYS4hco2RAd/KrgYyVQ6hSX7dHhXL97tH/c=; b=tquSyn+ktT2Fx+iq90esvvjrvuWeRWXmAmlM+fYSCnyjzDrmn/+cGHDmwGoOEmPWXS WGsGN951xn09Ufqq8SCfgfQ89jrjA/9qjcvu573B51SaAwe552Z4ktmbrrFwBcpUtN4c EbDwxum9bvB6gAIKJ9mP3W9RK3O2GBtEbsl3Jbfrh8WSqVjrbl2l2nINZoPaw5mTvNQo sk1Lfzr6gCPYySghrTH8xE4pU/cjiToIfnkvbh+n3o2BMZ55tfMz0NfXn1T50ro0Ddcl u8nf76hFvZInHJ7ovB4E6f5nkSNQIWa5pNNrjlWSfAldbPNYsUbWvEDlN4LguD/vGW6E dxQA== X-Gm-Message-State: AOAM5321jvsRWhLRq5jWZma3A2t/P0ywAmRiuGcu0At7O1EDDpul8cAe HZCFVtYcsUxMy/Qqjclnwp4arg== X-Google-Smtp-Source: ABdhPJwSttmVN2zzl8N971OZrMNJiHix7A6CnBxgs04+hU0Q00WUnZBV+Eq+NcQ64SGk4bA/sNhKeQ== X-Received: by 2002:a17:902:b18e:: with SMTP id s14mr10093400plr.160.1598410037022; Tue, 25 Aug 2020 19:47:17 -0700 (PDT) Received: from smtp.gmail.com ([2620:15c:202:1:3e52:82ff:fe6c:83ab]) by smtp.gmail.com with ESMTPSA id u65sm684381pfb.102.2020.08.25.19.47.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Aug 2020 19:47:16 -0700 (PDT) From: Stephen Boyd To: Kishon Vijay Abraham I , Vinod Koul Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Jeykumar Sankaran , Chandan Uddaraju , Vara Reddy , Tanmay Shah , Bjorn Andersson , Manu Gautam , Sandeep Maheswaram , Douglas Anderson , Sean Paul , Jonathan Marek , Dmitry Baryshkov , Rob Clark Subject: [PATCH v1 3/9] phy: qcom-qmp: Remove 'initialized' in favor of 'init_count' Date: Tue, 25 Aug 2020 19:47:05 -0700 Message-Id: <20200826024711.220080-4-swboyd@chromium.org> X-Mailer: git-send-email 2.28.0.297.g1956fa8f8d-goog In-Reply-To: <20200826024711.220080-1-swboyd@chromium.org> References: <20200826024711.220080-1-swboyd@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org We already track if any phy inside the qmp wrapper has been initialized by means of the struct qcom_qmp::init_count member. Let's drop the duplicate 'initialized' member to simplify the code a bit. Cc: Jeykumar Sankaran Cc: Chandan Uddaraju Cc: Vara Reddy Cc: Tanmay Shah Cc: Bjorn Andersson Cc: Manu Gautam Cc: Sandeep Maheswaram Cc: Douglas Anderson Cc: Sean Paul Cc: Jonathan Marek Cc: Dmitry Baryshkov Cc: Rob Clark Signed-off-by: Stephen Boyd --- drivers/phy/qualcomm/phy-qcom-qmp.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c index 7ee9e966dc6d..4a23ba9361b3 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c @@ -1844,7 +1844,6 @@ struct qmp_phy { * @phys: array of per-lane phy descriptors * @phy_mutex: mutex lock for PHY common block initialization * @init_count: phy common block initialization count - * @phy_initialized: indicate if PHY has been initialized * @ufs_reset: optional UFS PHY reset handle */ struct qcom_qmp { @@ -1861,7 +1860,6 @@ struct qcom_qmp { struct mutex phy_mutex; int init_count; - bool phy_initialized; struct reset_control *ufs_reset; }; @@ -2748,7 +2746,6 @@ static int qcom_qmp_phy_enable(struct phy *phy) dev_err(qmp->dev, "phy initialization timed-out\n"); goto err_pcs_ready; } - qmp->phy_initialized = true; return 0; err_pcs_ready: @@ -2792,8 +2789,6 @@ static int qcom_qmp_phy_disable(struct phy *phy) qcom_qmp_phy_com_exit(qmp); - qmp->phy_initialized = false; - return 0; } @@ -2868,7 +2863,7 @@ static int __maybe_unused qcom_qmp_phy_runtime_suspend(struct device *dev) if (cfg->type != PHY_TYPE_USB3) return 0; - if (!qmp->phy_initialized) { + if (!qmp->init_count) { dev_vdbg(dev, "PHY not initialized, bailing out\n"); return 0; } @@ -2894,7 +2889,7 @@ static int __maybe_unused qcom_qmp_phy_runtime_resume(struct device *dev) if (cfg->type != PHY_TYPE_USB3) return 0; - if (!qmp->phy_initialized) { + if (!qmp->init_count) { dev_vdbg(dev, "PHY not initialized, bailing out\n"); return 0; } -- Sent by a computer, using git, on the internet