From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C43883DBAA; Thu, 7 Dec 2023 13:23:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aXrrkKzy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2B9BC433C8; Thu, 7 Dec 2023 13:23:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701955388; bh=I6VKUBz8o9t+7VdPGnfzwU3XXwc4tF4BarRxfr/X83k=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=aXrrkKzycQXF1DaodPy9EJobslQMnXI0fllif8Ux+xDjbWBqC/2Fwc8pRbfkxoumD cb2L5XnVGYt6TSjJETgI11pn+XZCwCU6AvFWGHo+o9E0jQyD+RNlLZLX3izgCiYaUr IOrLyv+qH27KhC/79h8C6G7e/1WrNJM6GWDx4okJ3N4oFk1cGNoX8Uv7uo5n/gBTmu s5rDZdi1uCtvGfcG3AHEbCkBhus2sHP8BlZkJjxGlZmcUeJi7P2oKhcCkr+V3PzFne IWdJmxIYXmpcseziC24K2fAYIogq5qYsgNz+QHN7lFellBNzsOZ1Owm6ukg7wvBhio 4d3oKW+3GlzGQ== Message-ID: <5f0d75dc-dd44-45b7-bad3-551a3c33e9ae@kernel.org> Date: Thu, 7 Dec 2023 15:23:00 +0200 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 0/2] SM6115 interconnect Content-Language: en-US To: Konrad Dybcio , Andy Gross , Bjorn Andersson , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Marijn Suijten , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, Konrad Dybcio References: <20231125-topic-6115icc-v3-0-bd8907b8cfd7@linaro.org> From: Georgi Djakov In-Reply-To: <20231125-topic-6115icc-v3-0-bd8907b8cfd7@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 29.11.23 16:41, Konrad Dybcio wrote: > As it says on the can. > > Georgi, Bjorn, can we please set up an immutable branch with the bindings? Thanks for the patches, Konrad. Here is the branch: https://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git/log/?h=icc-sm6115 BR, Georgi > > Signed-off-by: Konrad Dybcio > --- > Changes in v3: > - Actually define clock-names before using it in conditional blocks (oops) > - Link to v2: https://lore.kernel.org/r/20231125-topic-6115icc-v2-0-69d05d90871b@linaro.org > > Changes in v2: > bindings: > - Remove unnecessary '|' after description: > - sort property definitions in a manner that resembles their proper ordering > - define clock{s/-names} before using them in conditional blocks > - drop unnecessary allOf: > - move unevaluatedProperties after the conditional blocks > - disallow clock{s,-names} when unnecessary > - fix up the example > C: > - Apply my own fixup (ebi channel configuration) > - Link to v1: https://lore.kernel.org/r/20231125-topic-6115icc-v1-0-fa51c0b556c9@linaro.org > > --- > Konrad Dybcio (2): > dt-bindings: interconnect: Add Qualcomm SM6115 NoC > interconnect: qcom: Add SM6115 interconnect provider driver > > .../bindings/interconnect/qcom,sm6115.yaml | 152 +++ > drivers/interconnect/qcom/Kconfig | 9 + > drivers/interconnect/qcom/Makefile | 2 + > drivers/interconnect/qcom/sm6115.c | 1427 ++++++++++++++++++++ > include/dt-bindings/interconnect/qcom,sm6115.h | 111 ++ > 5 files changed, 1701 insertions(+) > --- > base-commit: 48bbaf8b793e0770798519f8ee1ea2908ff0943a > change-id: 20231125-topic-6115icc-a187f5989af7 > > Best regards,