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 X-Spam-Level: X-Spam-Status: No, score=-22.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B79FEC43460 for ; Fri, 16 Apr 2021 10:37:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9BCBB610CD for ; Fri, 16 Apr 2021 10:37:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240367AbhDPKh6 (ORCPT ); Fri, 16 Apr 2021 06:37:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:33446 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234899AbhDPKhz (ORCPT ); Fri, 16 Apr 2021 06:37:55 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 65CE86115B; Fri, 16 Apr 2021 10:37:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618569451; bh=2NmNjtA3l2od/uJIV8xyDAELe5Bj6tvlex9wTBoBoR4=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=O7oCcMRIl2UeQO1cBvETVEe8Qjw9gg0PjP310tIj8NmYZWeaxirFT1Qgco11sAQLf C9uQ4f/KBQJ0cjmoVRGXY1wkQwwU+27a8bZnINIX9mnsQjmP5ShCI+yBdB+ro8azYU q+gw11anV4KoOWYmD7z8mc4hKz7E3hq5LDFwAgR7Bt/eUZZP4MzHkzeJ6gFLqUNSnS eqghaBpBJmeIfN1PHENpL2mGH72Y3iekyDwbVXk8sS8F0uetZer8wR3r8Fu2MG1459 5RtYojoPQ1O1haqLfZMe6pCopFXmz+wPZfZG+soxdWxdKMltlL8T7JbrtsGqfEMjOl yIuzL3PBxSNfA== Subject: Re: [PATCH 0/4] dt-bindings: soc/arm: Convert pending ti,sci* bindings to json format To: Nishanth Menon , Philipp Zabel , Stephen Boyd , Michael Turquette , Rob Herring , Santosh Shilimkar Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20210416063721.20538-1-nm@ti.com> From: Tero Kristo Message-ID: <56388707-c8d3-ebdf-77a2-c5a983856b4d@kernel.org> Date: Fri, 16 Apr 2021 13:37:27 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210416063721.20538-1-nm@ti.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/04/2021 09:37, Nishanth Menon wrote: > Hi, > > I understand that the following series belong to various maintainers, > but, it is a bit better reviewed as a single series for > cohesiveness. > > There are also dts fixups that this series exposes, which is good, but > I chose to hold them back for now pending binding review at least. The > complete series is available in [1] if folks are curious. > > Nishanth Menon (4): > dt-bindings: reset: Convert ti,sci-reset to json schema > dt-bindings: clock: Convert ti,sci-clk to json schema > dt-bindings: soc: ti: Convert ti,sci-pm-domain to json schema > dt-bindings: arm: keystone: Convert ti,sci to json schema For the whole series: Reviewed-by: Tero Kristo > > .../bindings/arm/keystone/ti,sci.txt | 86 ------------ > .../bindings/arm/keystone/ti,sci.yaml | 129 ++++++++++++++++++ > .../devicetree/bindings/clock/ti,sci-clk.txt | 36 ----- > .../devicetree/bindings/clock/ti,sci-clk.yaml | 52 +++++++ > .../bindings/reset/ti,sci-reset.txt | 62 --------- > .../bindings/reset/ti,sci-reset.yaml | 51 +++++++ > .../bindings/soc/ti/sci-pm-domain.txt | 65 --------- > .../bindings/soc/ti/sci-pm-domain.yaml | 59 ++++++++ > 8 files changed, 291 insertions(+), 249 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/keystone/ti,sci.txt > create mode 100644 Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml > delete mode 100644 Documentation/devicetree/bindings/clock/ti,sci-clk.txt > create mode 100644 Documentation/devicetree/bindings/clock/ti,sci-clk.yaml > delete mode 100644 Documentation/devicetree/bindings/reset/ti,sci-reset.txt > create mode 100644 Documentation/devicetree/bindings/reset/ti,sci-reset.yaml > delete mode 100644 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt > create mode 100644 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml > > [1] https://github.com/nmenon/linux-2.6-playground/commits/yaml/tisci > > Regards, > Nishanth Menon >