Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp2038190ybl; Thu, 19 Dec 2019 07:06:28 -0800 (PST) X-Google-Smtp-Source: APXvYqz9hoxff8gIaMCcZL7mGAyJfk2E/5d83rZvi/SqE4FWS3DG6vmtPF/R6AVx2fiUzbL3i0A4 X-Received: by 2002:a05:6808:64d:: with SMTP id z13mr2425822oih.104.1576767988237; Thu, 19 Dec 2019 07:06:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576767988; cv=none; d=google.com; s=arc-20160816; b=DjBS/2HX+n1hQTOw8W2CLpYpF0QCjuyDXx12D4IBokjNSSN96PlGp0upUeBQ5IHC5+ +25RlT6N1/1vve5FwFRKdVuUY9EsH7KuJMXqQqxtu+P3OqIyEZF/eAKAkHDn8R4/HYlY Jk+lPsZkCJ7N4zkWQysxtpN5U6JKWx+8njGoj3b89FvLzOSkv5DD+7U9caZPkDMU10yG QUSDtqoKkaYc2ig+4Lg62gYR3kxPzRU+91Ucw1oT41Q4KG6S2P6E9pfeO1cFqzOuG5Dh Hv88QR6rABXk8di1OC1wpfN7vrFAUqgXYJGKdwl6uJcQ5DtiMNPMeiZ5YhTpiRPlsZaJ 4BTQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from:dkim-signature; bh=LfN61Ddpda9KJKaWeBiKpSnlnMyQc3zVok9nELXJ3pI=; b=qnZfIRSMBCPZf+pfP+faCU1UygnHSCbn44D3mFNsNnZKiY8IAiE3r5/8RtXwwN7RnB 90Wxs+/t65Ij5zJx4FAzzK7a1gcS6IyXth/m2rKF26SZqc+LCVVsfAw1e1Hg3P7K0bo3 5pOc/BziSagzYyj331Wr7SoTL+NXaKG7xfCwgPL5Y1l0LCDJU9sJqJqII+5HA83yiUPc XOCp6FDnLLqRtbgGwDNXM0Awiyui1U8RjY/hg+fMmjctA9o0Sz4Tr5FZPmpFG8SMCYpK Vg9mgQgueO7EkDouol5FmFSIA2jaOjVpsEFAAaRx5TySgi7vaKiw8nSMat5WsXE+e9A+ DIww== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=BMXRjLs9; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m204si3045718oib.235.2019.12.19.07.06.04; Thu, 19 Dec 2019 07:06:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=BMXRjLs9; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726866AbfLSPE4 (ORCPT + 99 others); Thu, 19 Dec 2019 10:04:56 -0500 Received: from mail.kernel.org ([198.145.29.99]:34056 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726751AbfLSPE4 (ORCPT ); Thu, 19 Dec 2019 10:04:56 -0500 Received: from localhost.localdomain (unknown [122.178.234.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B62052146E; Thu, 19 Dec 2019 15:04:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576767895; bh=/jIJKRnEIRzADB+RxPN791tm3kyqzX+a1DLwuevFZ7M=; h=From:To:Cc:Subject:Date:From; b=BMXRjLs9bcJNPqA2N/nqnKpymFOPar4bw17p3XcMevhfdkVOpffQCpscvwUIEHKTj HPQwI8MJx1RFnd7a7eGxlw7bADumAc6mW8fHzY64Sh6ZvzuKg27t61LDib6RNkEX8i Z4ZNn1/oI13PmKvemfdxe/klbakiCL16Vvthir1A= From: Vinod Koul To: Kishon Vijay Abraham I Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , Andy Gross , Can Guo , Jeffrey Hugo , linux-kernel@vger.kernel.org Subject: [PATCH 0/4] phy: qcom-qmp: Fixes and updates for sm8150 Date: Thu, 19 Dec 2019 20:34:29 +0530 Message-Id: <20191219150433.2785427-1-vkoul@kernel.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5.5-rc1 we have seen regression on UFS phy on 8998 and SM8150. As suggested by Can increasing the timeout helps so we increase the phy init timeout and that fixes the issue for 8998. The patch 1 should be applied to fixes for 5.5 For SM8150 we need additional SW reset so add additional SW reset and configure if flag is defined, while at it do small updates to Use register defines and remove duplicate powerdown write. Vinod Koul (4): phy: qcom-qmp: Increase the phy init timeout phy: qcom-qmp: Use register defines phy: qcom-qmp: Add optional SW reset phy: qcom-qmp: remove duplicate powerdown write drivers/phy/qualcomm/phy-qcom-qmp.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) -- 2.23.0