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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E43EEC43217 for ; Wed, 19 Oct 2022 14:05:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232060AbiJSOFW (ORCPT ); Wed, 19 Oct 2022 10:05:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234267AbiJSOEs (ORCPT ); Wed, 19 Oct 2022 10:04:48 -0400 Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CDC0168E4C for ; Wed, 19 Oct 2022 06:46:21 -0700 (PDT) Received: by mail-lf1-x12b.google.com with SMTP id d6so28168177lfs.10 for ; Wed, 19 Oct 2022 06:46:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=Mi+LxXEoeheHG6dh6zF/4rl0OCksLbDke1IojHO4tA8=; b=irdHAYA9Jwqqm0lxZQw+hxnUNsTL0kw7lUyDAibF1ONGiJ7yP9iggjkSnbYBaNetnY OHh6i4j6+BxG1lhj/4bHWifcc1AZl38kf1netmavd6C1Fir05OUvIdWSxH78x7kyRZnl dYO4XAfcGTfX7cQ0On4Wa0/m6/Ptr+vxvNa+WoR+MrtnmyfPFanzPgxlNYxASXdSs/aA g72AZJ2eb5OiL1Nbj7Tn4VsZYNkfD1roC/jGZ/RWB7oqcSEuuecOuu06c7JwwzxNK1SS v2HpB7S50pordEQFWQKqTKjUsh2KdXLwLX5jlutGSbBE1BNE/2Thg2OF/5aA9WArNsJk sxuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Mi+LxXEoeheHG6dh6zF/4rl0OCksLbDke1IojHO4tA8=; b=20wlCWUlbXZ77KtyEPVVFIkg20NLTSF0/qNrbAYKFe90pr+eobM1YiIT+I61fE2Bgh 33aa0mleFDQV5PE/xU4UdK+vr8fJGmYtO8y/QBYnBMijZgNfRMWirm2i/d0VjR748a7g fT0pWRaho45Yr0LuMD/QYT2r6uUo6WjgrbW+j7Z/GNjjizYLRwdsqejG/f/1hsGWKcXY XmIJU0509OgmJmJcL7AY+J+yUBCM+kfZQfBg45jamkf4IJhUbvQNxJPi98JnM8IdPC1k xeLiFUmmMbE0v5HkM2HywB7AAcTRiL+aRPQn8x2Z5rn5NtNdVlVNMrAcuhwLRQU7obRY Raew== X-Gm-Message-State: ACrzQf2dGDp6dG3yGVMbJZ9IA12S9exqya2BL+OL5FlisXtaasOPCfuD 8usF31Oy2wIj9wMABch0Itachg== X-Google-Smtp-Source: AMsMyM54rKUClMHRJrOCc/1SNFrVq4sFv2gmYRmlKpizJzuAPsZ8y2ng4/eO3zYlb8FE8WHHi+7x2g== X-Received: by 2002:a05:6512:3da2:b0:4a2:6fb7:b64b with SMTP id k34-20020a0565123da200b004a26fb7b64bmr2725454lfv.442.1666187102434; Wed, 19 Oct 2022 06:45:02 -0700 (PDT) Received: from [10.10.15.130] ([192.130.178.91]) by smtp.gmail.com with ESMTPSA id s12-20020a056512214c00b0049f87fb416dsm2315571lfr.12.2022.10.19.06.45.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 19 Oct 2022 06:45:02 -0700 (PDT) Message-ID: Date: Wed, 19 Oct 2022 16:45:01 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: [PATCH v2 07/15] phy: qcom-qmp-pcie: clean up PHY lane init Content-Language: en-GB To: Johan Hovold , Vinod Koul Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20221019113552.22353-1-johan+linaro@kernel.org> <20221019113552.22353-8-johan+linaro@kernel.org> From: Dmitry Baryshkov In-Reply-To: <20221019113552.22353-8-johan+linaro@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19/10/2022 14:35, Johan Hovold wrote: > Clean up the PHY lane initialisation somewhat by adding further > temporary variables and programming both tx and rx for the second lane > after the first lane. > > Signed-off-by: Johan Hovold > --- > drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry