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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 6D856C433DF for ; Thu, 28 May 2020 20:54:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 41C892075F for ; Thu, 28 May 2020 20:54:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590699298; bh=fdwBsBBi2gph+b4Rn35p4McelgK2p8QTmaFJ+CG8FWo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=RKpTW+CbWdWj5E/KTJRe7IURazjdWlTFGZq7ENHqo8vuTR5XNAYvmu8nu9+lmTEPQ 1kSZj3PBTvVkMLt8eC+YLGmGEiNrBntT4qk9F6DXDEdeeHFfq4uF2XHQmzbVWj8ps6 v44NC3dgt5TZaDZ8U+1k9/Qnut1L7/8UaCr93pd8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407376AbgE1Uyy (ORCPT ); Thu, 28 May 2020 16:54:54 -0400 Received: from mail-il1-f196.google.com ([209.85.166.196]:36928 "EHLO mail-il1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407319AbgE1Uyv (ORCPT ); Thu, 28 May 2020 16:54:51 -0400 Received: by mail-il1-f196.google.com with SMTP id r2so344613ila.4; Thu, 28 May 2020 13:54:50 -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=F7XQzSdkLERxE1acZynKbz0LO6ZEk9eeYt7e0P7o/i4=; b=fsoxEmoNBRR+/Nxyj85Tkuz1t6sQD4fPaAuDNZX9mISBcWqYABek2dB1anCsd2zOtW k1I2ZgXDoEpulE6hOBMpbE3Zzoq4W6Q7e3ra0cuBXn9JUtumHWDR/2p1H2KAFzxZP7E/ 17b1/IH4tMzedK2S56RXFT7p4Go2i6i5Ex9oIBswu7dD4UlScFIQnwYL9e+LEE1cHxnI Y+9zhtOvUmyFVf6lOKkg2jvb+3wsHnslNXatfLk4h/DmFDhglOsK7Dckw6pdgYLBz8+S DhfTagaTqMUEcKRIFSRK56tlHhP9k7JMYt5XV9u7+6bRqNCh9Nqler9dVX/tSYkPVW38 9naQ== X-Gm-Message-State: AOAM533Rm7ogtYFxUj6YhQL/Tp+aW3jOKrNQzmSYRg0kIgHkD728lIl9 6zKwwsqDaE7ERKVgMbUc7Q== X-Google-Smtp-Source: ABdhPJwJ0d29vn4rlFs/ok0iRsHB+WCre4sY9IDtIjo+Gy98OKVrQLZryjqhEtVfFrk6ImB9DOVB2Q== X-Received: by 2002:a92:c809:: with SMTP id v9mr4494438iln.209.1590699290028; Thu, 28 May 2020 13:54:50 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id y19sm2957545iod.41.2020.05.28.13.54.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 13:54:49 -0700 (PDT) Received: (nullmailer pid 658956 invoked by uid 1000); Thu, 28 May 2020 20:54:47 -0000 Date: Thu, 28 May 2020 14:54:47 -0600 From: Rob Herring To: Anson Huang Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, linux-kernel@vger.kernel.org, robh+dt@kernel.org, festevam@gmail.com, Frank.Li@nxp.com, mturquette@baylibre.com, shawnguo@kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, s.hauer@pengutronix.de, sboyd@kernel.org, Linux-imx@nxp.com Subject: Re: [PATCH V2] dt-bindings: clock: Convert i.MX7D clock to json-schema Message-ID: <20200528205447.GA656972@bogus> References: <1589813554-20929-1-git-send-email-Anson.Huang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1589813554-20929-1-git-send-email-Anson.Huang@nxp.com> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Mon, 18 May 2020 22:52:34 +0800, Anson Huang wrote: > Convert the i.MX7D clock binding to DT schema format using json-schema. > > Signed-off-by: Anson Huang > --- > Changes since V1: > - Update maintainer's e-mail address. > --- > .../devicetree/bindings/clock/imx7d-clock.txt | 13 ----- > .../devicetree/bindings/clock/imx7d-clock.yaml | 64 ++++++++++++++++++++++ > 2 files changed, 64 insertions(+), 13 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/imx7d-clock.txt > create mode 100644 Documentation/devicetree/bindings/clock/imx7d-clock.yaml > Applied, thanks! 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=-1.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED autolearn=no 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 D2ACFC433DF for ; Thu, 28 May 2020 20:54:54 +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 A47DF2074B for ; Thu, 28 May 2020 20:54:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="CnsFP5xe" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A47DF2074B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=8Vf3o5Lfe6gCt4DtfZA+uc2GFk/ZfaAnE2Z7AC94pZ4=; b=CnsFP5xe5VxQZd EMgfWFB79bmrT4M0HPqmR2Q/O5tgc7ymfpe4NcprdSNla+v7S7fx7fxq80iTDrGjTP/x5VWYjw05G 2rjWIFkBNcwktH9GVbm1p+zTeryhSHpEdfnZIbU0WJIxmb3VtAwsADBJcJz2wKYf5Us12ztr3gGQ4 /Nk9B0tEMzW/L5sf8LMWaJp7FauPS3VoUk0nOokfaIBBfFTHePFBYC/6rWWYjdJ32BgGiuGTju2Vi bSEV9WqegcNs+c4N7TT6cLZghHhe5ujlBlkbGzAvj/W5Su5gMnSrECVs+H1X34jN94wePClQ1q2SH V1HzPfbtaMnH3jtiS4SQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jePYE-0002Vb-5F; Thu, 28 May 2020 20:54:54 +0000 Received: from mail-il1-f194.google.com ([209.85.166.194]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jePYB-0002Ue-0b for linux-arm-kernel@lists.infradead.org; Thu, 28 May 2020 20:54:52 +0000 Received: by mail-il1-f194.google.com with SMTP id q18so340515ilm.5 for ; Thu, 28 May 2020 13:54:50 -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=F7XQzSdkLERxE1acZynKbz0LO6ZEk9eeYt7e0P7o/i4=; b=OLKqit7lfGLA6HtENkV6IPXBHsH7ZaP1bj1qQk7RTm8Utd1bF3TJanSXrK/Dwx/Kr9 1D/z4nF73Ize795hE0eoRZ+CifzEtWORij5+f5+KuYlpUtQwNRERt0LMSjZB+DkUWV/9 oO9ydDduD+y2PpPSFjVOaJKthNJhwZqIfB4Y7QMiu5HDITahfxFJ1rxXbIAs1w+BWr/1 kI3EQvlnjjIRl279SMxmkevkaGgtIksHzFbtjnUzjrMVG2WN5FXTXoAEG/u+07+e8Rfh UNPI1H0crxOiS9VGAKwO5Zbo8RjTDRPvf5zZC6ZTTwkqd2TGwqVh6kbGTX27YaTDNBLP 3Aeg== X-Gm-Message-State: AOAM531X2UQk4QUTXztqbYYqdXrLJFiUXoe2Ygr4lpeXg2zKndfH4KFG 354dkVMbtr5TFSiMQyBj0g== X-Google-Smtp-Source: ABdhPJwJ0d29vn4rlFs/ok0iRsHB+WCre4sY9IDtIjo+Gy98OKVrQLZryjqhEtVfFrk6ImB9DOVB2Q== X-Received: by 2002:a92:c809:: with SMTP id v9mr4494438iln.209.1590699290028; Thu, 28 May 2020 13:54:50 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id y19sm2957545iod.41.2020.05.28.13.54.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 13:54:49 -0700 (PDT) Received: (nullmailer pid 658956 invoked by uid 1000); Thu, 28 May 2020 20:54:47 -0000 Date: Thu, 28 May 2020 14:54:47 -0600 From: Rob Herring To: Anson Huang Subject: Re: [PATCH V2] dt-bindings: clock: Convert i.MX7D clock to json-schema Message-ID: <20200528205447.GA656972@bogus> References: <1589813554-20929-1-git-send-email-Anson.Huang@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1589813554-20929-1-git-send-email-Anson.Huang@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200528_135451_059957_CCCF3961 X-CRM114-Status: UNSURE ( 9.22 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, s.hauer@pengutronix.de, sboyd@kernel.org, shawnguo@kernel.org, mturquette@baylibre.com, Frank.Li@nxp.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, Linux-imx@nxp.com, kernel@pengutronix.de, festevam@gmail.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 18 May 2020 22:52:34 +0800, Anson Huang wrote: > Convert the i.MX7D clock binding to DT schema format using json-schema. > > Signed-off-by: Anson Huang > --- > Changes since V1: > - Update maintainer's e-mail address. > --- > .../devicetree/bindings/clock/imx7d-clock.txt | 13 ----- > .../devicetree/bindings/clock/imx7d-clock.yaml | 64 ++++++++++++++++++++++ > 2 files changed, 64 insertions(+), 13 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/imx7d-clock.txt > create mode 100644 Documentation/devicetree/bindings/clock/imx7d-clock.yaml > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel