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 06ACEE71D32 for ; Fri, 29 Sep 2023 13:27:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233163AbjI2N16 (ORCPT ); Fri, 29 Sep 2023 09:27:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233239AbjI2N16 (ORCPT ); Fri, 29 Sep 2023 09:27:58 -0400 Received: from mail-ej1-x630.google.com (mail-ej1-x630.google.com [IPv6:2a00:1450:4864:20::630]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17F43139 for ; Fri, 29 Sep 2023 06:27:56 -0700 (PDT) Received: by mail-ej1-x630.google.com with SMTP id a640c23a62f3a-9a58dbd5daeso1899799266b.2 for ; Fri, 29 Sep 2023 06:27:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1695994074; x=1696598874; darn=vger.kernel.org; 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=RR4iyWCnxxiTXwK+vJVjfTwNi467Lc8/0G6NTNSWVB0=; b=IWSpDQt5ZerILotY2LCgGMHfGcidH514RvuZ37mI0J7ymSoXo3/9U1DAxrZnl0Ang5 mmzigvtU5Alx+b9wvr+VAVWIZYtLzWnIs96MNk+xsdIrv6YDp9NSOiEFq05ndeU8AAFM Dcaz8y5pVICB2kWXAmVCfURIK8E3mwcR4OXckIe1ckVJmSrf9SmdsmghKYLIVQRpJ/AH WL9OVkEX2kzt2UcTzIVJw/8n6bFjhqVDKhvMW6km7CP4/5k6hKITv2L0UITAi0TJjQob jZKXt9ZmsBQ8dHtsKeA5mZ958NtyFrXP+w1P4OmxuBaMdj7cCQw8CGwNiL6HFcxPkQLi 3C9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695994074; x=1696598874; 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=RR4iyWCnxxiTXwK+vJVjfTwNi467Lc8/0G6NTNSWVB0=; b=rqYuxe1UlpiKqsEpnbBc5oAEKCuTQ78jVCnQhfImI+yTCHZxlFWzWPGyO96TpEn3jX epY5dk84WBEgF3U/5Vjp5SSemQ0fkolsQ2cgpHIR7ndXSfStGPLl6oHMWSSJkH2tqBGI vxchDf+Y6txg1jmDbFzTge90qu3G+R404djSc0pdOnFE4cs7smyIPBk3L3uu/eLSHm7W KfjqeplZFa/9ffVRFhnqYDb63srG8Aeozz6eHkYYvbo0YKw8Pl8RjCD9yHVHGxJ1c45D C7hsdpHH2TD0VXewHH+m93310Ddj54WfmZDL5aKgJcTYzZ8Hw08lE2ZBLVSHgdJ9Tt7r s+QA== X-Gm-Message-State: AOJu0YzkmmRFJu7j4ZBVzK5w/b8W0pBSWGQz8/BFVxcCE0WCzkAjLcxS 0CnTx6IZpq6zmBXrYGEPGIDp6w== X-Google-Smtp-Source: AGHT+IFLyGaiTMrR/ocztQjw9LLZesCasMqbpd1yQIMKHkXVtKlcB84ep632aGhUJa3c+jjPh7ZHYg== X-Received: by 2002:a17:906:20dd:b0:9ae:729c:f647 with SMTP id c29-20020a17090620dd00b009ae729cf647mr3368023ejc.77.1695994074437; Fri, 29 Sep 2023 06:27:54 -0700 (PDT) Received: from [192.168.0.123] (178235177217.dynamic-4-waw-k-1-1-0.vectranet.pl. [178.235.177.217]) by smtp.gmail.com with ESMTPSA id dt18-20020a170906b79200b0099bcf9c2ec6sm12351420ejb.75.2023.09.29.06.27.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 29 Sep 2023 06:27:54 -0700 (PDT) Message-ID: <11b9d087-4668-e3a7-cae4-95b810fa64d1@linaro.org> Date: Fri, 29 Sep 2023 15:27:56 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH V4 0/4] Add UFS host controller and Phy nodes for sc7280 Content-Language: en-US To: Nitin Rawat , agross@kernel.org, andersson@kernel.org, mani@kernel.org, alim.akhtar@samsung.com, bvanassche@acm.org, avri.altman@wdc.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, cros-qcom-dts-watchers@chromium.org Cc: linux-arm-msm@vger.kernel.org, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org References: <20230929131936.29421-1-quic_nitirawa@quicinc.com> From: Konrad Dybcio In-Reply-To: <20230929131936.29421-1-quic_nitirawa@quicinc.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 9/29/23 15:19, Nitin Rawat wrote: > This patch adds UFS host controller and Phy nodes for Qualcomm sc7280 SOC > and sc7280 Board. > > Changes from v3: > - Addresses Mani comment to include interconnect entry. These are not the only changes you've made. > > Changes from v2: > - Addressed Konrad comment to update binding qcom,ufs.yaml > - Addresses mani/konrad comment to align ufs clock entry in devicetree. > > Changes from v1: > - Addressed mani comment to separate soc and board change. > - Addressed mani comment to sort ufs node in ascending order. > > Nitin Rawat (4): > scsi: ufs: qcom: dt-bindings: Add SC7280 compatible string > arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 soc > arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 IDP board > dt-bindings: ufs: qcom: Align clk binding property for Qualcomm UFS > > Nitin Rawat (4): > scsi: ufs: qcom: dt-bindings: Add SC7280 compatible string > arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 soc > arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 IDP board > dt-bindings: ufs: qcom: Align clk binding property for Qualcomm UFS And this is bad. Please use the b4 tool [1], half of the issues will be solved.. Konrad [1] https://b4.docs.kernel.org/