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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 AA81CC32771 for ; Fri, 3 Jan 2020 06:22:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6E7E1222C3 for ; Fri, 3 Jan 2020 06:22:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578032527; bh=coJeXShRUXqUAMrqKrVaX/J8EKP2NMcFSvnDHKG69Kg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=u+tfqqvXF+a8I1azx6SH7fKuYJcHz9fiP7ZqWy8lrNIXeUYuc+Ak96yvl8Pl+0bij AszM1mbnXPiGryfxsIgd1PXKHFKA0qtUNe5K81dOpAoIOVFVoy0cST1zW4ut/QkH6r oipSDt25nBJwTAr/pV9bYdzIJ94uGilthM1IEKZc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726478AbgACGWG (ORCPT ); Fri, 3 Jan 2020 01:22:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:51788 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725890AbgACGWG (ORCPT ); Fri, 3 Jan 2020 01:22:06 -0500 Received: from localhost (unknown [223.226.47.138]) (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 F211821734; Fri, 3 Jan 2020 06:22:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578032525; bh=coJeXShRUXqUAMrqKrVaX/J8EKP2NMcFSvnDHKG69Kg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WTPy3i8056odC7ALREYvthds0qx5F+KzPr3A/hrx52TJ9a0v7m80b6MRCtRa+uuCx 0oYK/Vujps1L7475N6pIKEfF+cHDtT1URndonROCjUxiR753YVIveM3r5vLRw2h1XZ EsMLQfn7VeRta2ANmXcRbnhhJ7mWR0gB5/ZFidh4= Date: Fri, 3 Jan 2020 11:52:00 +0530 From: Vinod Koul To: Kishon Vijay Abraham I Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Andy Gross , Can Guo , Jeffrey Hugo , Manu Gautam , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/4] phy: qcom-qmp: Fixes and updates for sm8150 Message-ID: <20200103062200.GC2818@vkoul-mobl> References: <20191223143046.3376299-1-vkoul@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191223143046.3376299-1-vkoul@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kishon, On 23-12-19, 20:00, Vinod Koul wrote: > For SM8150 we need additional SW reset so clear the no_pcs_sw_reset, and add > SW reset register. Along with that remove duplicate powerdown write. Any update on this series? Thanks > > Changes in v3: > - Drop patch 1 "phy: qcom-qmp: Increase PHY ready timeout" as that is > applied by Kishon > - Drop patch "phy: qcom-qmp: Add optional SW reset" as that is no longer > required > - Add "phy: qcom-qmp: Add SW reset register" > > Changes in v2: > - Drop patch 1 and pick the one Bjorn had already sent, makes timeout 10ms > - Fix optional reset write as pointed by Can > - Fix register define as pointed by Can > > Vinod Koul (4): > phy: qcom-qmp: Use register defines > phy: qcom-qmp: remove duplicate powerdown write > phy: qcom-qmp: remove no_pcs_sw_reset for sm8150 > phy: qcom-qmp: Add SW reset register > > drivers/phy/qualcomm/phy-qcom-qmp.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > -- > 2.23.0 -- ~Vinod