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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 0E39CC43214 for ; Wed, 25 Aug 2021 18:00:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB49B6023E for ; Wed, 25 Aug 2021 18:00:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242402AbhHYSBH (ORCPT ); Wed, 25 Aug 2021 14:01:07 -0400 Received: from mail-oi1-f180.google.com ([209.85.167.180]:38909 "EHLO mail-oi1-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242390AbhHYSBD (ORCPT ); Wed, 25 Aug 2021 14:01:03 -0400 Received: by mail-oi1-f180.google.com with SMTP id u25so532381oiv.5; Wed, 25 Aug 2021 11:00:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=SjZYAc+CzBfvGwYehqHA5XhyFyAkvf3Xf4yLc1LCyO8=; b=s2eNTXv3jPVQ2b8NHftLfnNL+DHuYzVrtVNRryTVi30p9mhl0lbqIwe4k5bmV81qnx 5Ys0aRapgPX7EAcCeBwr5WUoGQ3bw43k4YytPAQWQTlO1wry1sypwsZazXre/+IAdf0t favBWxbOs0YzzLhgKeay4RxkyaVRc6lsYzY4gRVts9J4c0LBviPprhuuTqGiADrW3nZG rJpuxTt4W60XxWr7IChiJGwp7ZfaTG+CYlm+9GrfRAq2R/qmVFTTrqWy1R4wOQvEnePG VzjVrljG2OKQvpCpCrurAw6sAScxnHIjByXZmTZTpX5pPFgUTfoLDjJbbdCzCBaOH//t sMZw== X-Gm-Message-State: AOAM530QlgZzKt3oqmGWDAmb3pxgKIGTI7rtQFQrr0w2jF5Lvm5B7jhg Ud/Sufk+JhtuTKjhvzuDlw== X-Google-Smtp-Source: ABdhPJwo5HsTSMzhVqr1Q1tJm/ToYs8A0NU8qfnSGGNhFZbGy2QDRsXrg7LexVTV0gskBRPeZON6dA== X-Received: by 2002:a05:6808:1586:: with SMTP id t6mr7871039oiw.83.1629914417392; Wed, 25 Aug 2021 11:00:17 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id v126sm123609oig.2.2021.08.25.11.00.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Aug 2021 11:00:16 -0700 (PDT) Received: (nullmailer pid 3022375 invoked by uid 1000); Wed, 25 Aug 2021 18:00:15 -0000 Date: Wed, 25 Aug 2021 13:00:15 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Stephen Boyd , Michael Turquette , Sylwester Nawrocki , Chanwoo Choi , Sam Protsenko , devicetree@vger.kernel.org, Tomasz Figa , linux-clk@vger.kernel.org Subject: Re: [PATCH v3 5/8] dt-bindings: clock: samsung: convert Exynos4 to dtschema Message-ID: References: <20210825134056.219884-1-krzysztof.kozlowski@canonical.com> <20210825134056.219884-6-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210825134056.219884-6-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 25 Aug 2021 15:40:53 +0200, Krzysztof Kozlowski wrote: > Merge Exynos4210 and Exynos4412 clock controller bindings to existing DT > schema. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/clock/exynos4-clock.txt | 86 ------------------- > .../bindings/clock/samsung,exynos-clock.yaml | 3 + > .../clock/samsung,exynos4412-isp-clock.yaml | 64 ++++++++++++++ > 3 files changed, 67 insertions(+), 86 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/exynos4-clock.txt > create mode 100644 Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml > Reviewed-by: Rob Herring 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=-11.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,UNWANTED_LANGUAGE_BODY autolearn=ham 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 37EC9C432BE for ; Wed, 25 Aug 2021 18:03:04 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0003560F42 for ; Wed, 25 Aug 2021 18:03:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0003560F42 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5izohHQJhaipBoCBUJExZGl9wtOOYw/R8S2WwOCDUkQ=; b=UvB2YQRv0ztqD+ NFrwN9z/6Xfvc4ZaEA4ieoeZxiayWtrhmRhFiBxvgx3/3wcT3gMeOlHT8Hyv6D3UwC9Ov9uSwS0h3 b4i40VOPVZ2lnLYIjS1Ibw2Qkh+yILphZ4SupygepTc3bRu9lYQCUW6871LisDPz7M6duk9grRsup JpJdmh4kG3/vl61OD3JgdKL2LHhCTzsXlK+XnGnUZBNx6ThKaRfJpvFn+CSPo5gz3h9Gfb09nGO82 TQLVwLBh3v5qKisfTozUzZeAqmyCtEflhqEFIB8b8vHTL+8G/P9LSjeF53BE/Qgc+6UhCIPUbb2L8 QIJYoyuP4qwEJysolZkg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mIxCI-008AGd-59; Wed, 25 Aug 2021 18:00:22 +0000 Received: from mail-oi1-f177.google.com ([209.85.167.177]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mIxCE-008AFw-N1 for linux-arm-kernel@lists.infradead.org; Wed, 25 Aug 2021 18:00:19 +0000 Received: by mail-oi1-f177.google.com with SMTP id 6so503904oiy.8 for ; Wed, 25 Aug 2021 11:00:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=SjZYAc+CzBfvGwYehqHA5XhyFyAkvf3Xf4yLc1LCyO8=; b=rMP1PGE2wRogRgft/KvsKcgtMVOWBM2Ah2H3gdvXfyxBNU+jSciMJ4Vi3kmgc/X+eK VtRyyarP2bn6omTuRrlvK1rNONKgoDW0boPFFAxOXp22fCHIJMSnGBPY7W0PW3GYIxgZ OsY33VygTwPltwVSocZFTzpEskO938pdSiGaOp2uTLKbjSQzAcAgvFBusMsJjNhsPK2W HyiC7/N8UMV7JDrDj+gw6Q7Bv5f7qxC+qiqnVMN7aCE+2lvbGJpAskUvJb37J4Or9F67 qcKOtImdeK1iHwtJYHnGSi2p6W3wDpYauV8pNzVve8V0ZDykQzpepb/cGHKt2456h0Pi uWZA== X-Gm-Message-State: AOAM532UFxU+CUrRKiX+84PI6AnVGvMna2hDnzKTLiSGTDi2uXkHFu1w NLli/2SA1HRHunNaKzTH7Q== X-Google-Smtp-Source: ABdhPJwo5HsTSMzhVqr1Q1tJm/ToYs8A0NU8qfnSGGNhFZbGy2QDRsXrg7LexVTV0gskBRPeZON6dA== X-Received: by 2002:a05:6808:1586:: with SMTP id t6mr7871039oiw.83.1629914417392; Wed, 25 Aug 2021 11:00:17 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id v126sm123609oig.2.2021.08.25.11.00.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Aug 2021 11:00:16 -0700 (PDT) Received: (nullmailer pid 3022375 invoked by uid 1000); Wed, 25 Aug 2021 18:00:15 -0000 Date: Wed, 25 Aug 2021 13:00:15 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Stephen Boyd , Michael Turquette , Sylwester Nawrocki , Chanwoo Choi , Sam Protsenko , devicetree@vger.kernel.org, Tomasz Figa , linux-clk@vger.kernel.org Subject: Re: [PATCH v3 5/8] dt-bindings: clock: samsung: convert Exynos4 to dtschema Message-ID: References: <20210825134056.219884-1-krzysztof.kozlowski@canonical.com> <20210825134056.219884-6-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210825134056.219884-6-krzysztof.kozlowski@canonical.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210825_110018_801623_F2421417 X-CRM114-Status: GOOD ( 12.32 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 25 Aug 2021 15:40:53 +0200, Krzysztof Kozlowski wrote: > Merge Exynos4210 and Exynos4412 clock controller bindings to existing DT > schema. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/clock/exynos4-clock.txt | 86 ------------------- > .../bindings/clock/samsung,exynos-clock.yaml | 3 + > .../clock/samsung,exynos4412-isp-clock.yaml | 64 ++++++++++++++ > 3 files changed, 67 insertions(+), 86 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/exynos4-clock.txt > create mode 100644 Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel