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 9D054C32793 for ; Wed, 18 Jan 2023 11:21:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229923AbjARLVx (ORCPT ); Wed, 18 Jan 2023 06:21:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230252AbjARLT4 (ORCPT ); Wed, 18 Jan 2023 06:19:56 -0500 Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DA788015F for ; Wed, 18 Jan 2023 02:35:47 -0800 (PST) Received: by mail-wm1-x335.google.com with SMTP id q8so12518815wmo.5 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=C4jbQ2MTS1T4WdiZWLc/YweGmdblJYcN5DvEz06EGFPjnHepEU1JKHDGuO9l+hLOVO e/Ye32LDTCGu4bv0ivmdqtGLTxemQli43N5AVjHwH5Lgn+kpikKAgnHc0EgnZigfGKZy 2q4j6osj/fjTBtkbJYWTuEqJ8XTgEN9aCxjzslx1mqjFtGkRsdka0okwUbeErEqmrnqU S3qPWgdlk4PylDApWfK+S2c326i3lAvjmv+0wYMcpt9g+BWp3qceXLYxzEQJoD6qotWj 2don9+RyT6gxxHHLGG4yEKhbfBIa/AlPvEIABN1m96dOazouoVx+zBNphUK44RsOUw4S sUpw== X-Gm-Message-State: AFqh2kquorNqAyIY7cqC55q03654vw8hEApfrGqxpvg6ESevlvq5oDiN WqNool/pmfcpKjwvml/xqVAB/Q== 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: linux-kernel@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