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 B6D79C677F1 for ; Wed, 18 Jan 2023 11:20:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229694AbjARLUV (ORCPT ); Wed, 18 Jan 2023 06:20:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230254AbjARLT5 (ORCPT ); Wed, 18 Jan 2023 06:19:57 -0500 Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 401D080160 for ; Wed, 18 Jan 2023 02:35:47 -0800 (PST) Received: by mail-wm1-x333.google.com with SMTP id k16so3682489wms.2 for ; Wed, 18 Jan 2023 02:35:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=M3wabZmt+CW8MDjtdB4ADkYP9LZbXXt68/tBoGAwjTU=; b=mo4No3sRnKkl/ddBb1xHJyihMQql5EKqedm5MWYJq/obEeE5bvAbSuOEAJMDK4mny6 NQoC2CEK/RJtumgWyoaXnyYLkQU5ktVIsI64sUbnSZ45M/ksKFuzRfiBNlmofFmlmQ4Y bsEoDOq/gZ+vqDX++2t9fExyA/1vCKqKHAwz0ClthjmRJvpcVfUmvsvPYiczZZjQL0Sl cRvuL/uCJ8N1hA7Mj5GcnlmSTj3WSMdh8RK5KP/fMsVhYIRJd0zOlUyMW5U2JBXqb5aS qjfS0Ijjmhpg3HPKKkPEnFzb3DW/jKdrfWR/ywCHAj6y/J8aP0xaeuLSXMHgzxFnO0sI /Dpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=M3wabZmt+CW8MDjtdB4ADkYP9LZbXXt68/tBoGAwjTU=; b=qS7/CilOQsiZwcsUS9Aw8tyBSRPXymynWCYYDk2Qlfz8Ii9lejVqagl0P+UOc4k5KJ Nr2WCosTJ739BB8/mMoDhk6kVRq9Us+t+8/prZHacNC8intpJiISsxL7e3rhvDW6/Wd1 xvFFrKQchc6HTeYYtKrhPENI2qBhRkwyWBrPEJ/qizPpyySL9hBE7/66Xme2RYA5dnDD Z2Yc2wSFE56yOSJYAqQ1ZxoXb3tFAEEkGcl2axvdFM48gyKfl6rmXuIIYrY4Pobq/hzO 524Eu/6X+OPanUBj0SpplzIyHkU2Dh5bg8Lg+BA5mvo8fGYf1vio8rqeAHtYIlslJS4O xUKw== X-Gm-Message-State: AFqh2kqN5EIP6EGFgfgnk9uGByPnGpT4WU1/T5AKpShH/gP7IVTi5CjO QXyX3J+7P3NGC0q27JvDetRO6A== X-Google-Smtp-Source: AMrXdXvmuJWrXQyoLVtdV4WDtX5woWaRANn1AadmaCH0aM/Jy2xGqNA0mqTaNBDVqA/O5ChuFdfeCQ== X-Received: by 2002:a05:600c:a4d:b0:3db:1d6:16f7 with SMTP id c13-20020a05600c0a4d00b003db01d616f7mr2114059wmq.23.1674038145812; Wed, 18 Jan 2023 02:35:45 -0800 (PST) Received: from linaro.org ([94.52.112.99]) by smtp.gmail.com with ESMTPSA id o12-20020a05600c4fcc00b003daff80f16esm2042804wmq.27.2023.01.18.02.35.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Jan 2023 02:35:45 -0800 (PST) Date: Wed, 18 Jan 2023 12:35:43 +0200 From: Abel Vesa To: Johan Hovold Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , "vkoul@kernel.org" , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH v5 0/6] phy: qualcomm: Add UFS support for SM8550 Message-ID: References: <20230117224148.1914627-1-abel.vesa@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 23-01-18 09:14:45, Johan Hovold wrote: > On Wed, Jan 18, 2023 at 12:41:42AM +0200, Abel Vesa wrote: > > The v4 of this patchset is: > > https://lore.kernel.org/all/20230117142015.509675-1-abel.vesa@linaro.org/ > > > > Changes since v4: > > * Renamed QSERDES_UFS_V6_RX_UCDR_FO_GAIN_RATE[24] to > > QSERDES_UFS_V6_RX_UCDR_FASTLOCK_FO_GAIN_RATE[24] in patch #4 > > * Added Dmitry's R-b tag to patches 2, 3, 5 and 6 > > In the future, please include the full changelog here even if you > provide a link to the previous version. No need to make it harder than > it has to be for reviewers. OK, I'll do that from now on. > > Johan