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 DA2A6C433DF for ; Fri, 29 May 2020 02:45:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A781D2075F for ; Fri, 29 May 2020 02:45:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590720351; bh=THXM6yMJLgeM3ID+CeJnG1+f+kGDzL+SsbCqIOCpDk0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=SVNJBmQyxveCSJLwiq9GgeUj80HJ7me+RnDD8jwYB0DlR5kOqCi347uW93BQc81nf VcOFNQ1eLuHhqo10LjLF8llCEcMImgo26i2sWpaMZBG8XKJbpks7ObIH2v6/PAYtXN cSC+RkZvphfmIslHT4y8I/HqiHcBIftVuqgUBous= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391591AbgE2Cpv (ORCPT ); Thu, 28 May 2020 22:45:51 -0400 Received: from mail-io1-f67.google.com ([209.85.166.67]:34517 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391576AbgE2Cpu (ORCPT ); Thu, 28 May 2020 22:45:50 -0400 Received: by mail-io1-f67.google.com with SMTP id f3so811947ioj.1; Thu, 28 May 2020 19:45: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=zZW92dcw5H/bw1GgI6KkCUyWQDZDT1sXgzyMQuYH8dw=; b=FlsoI/9aatn+5w3dTvLPTqmnJVQ648euxWP7Oz5zEcbzCoziZZ7DeTR23ng78AEmft IQMNS4LszGljIkJBqB5FE50ziz2OW77EpAmK/xIyltLm37FaLHmDDwrTbBvM+eIszYM/ ddE+v2nbdJu5GzEs0NwFjvhisskbXT7ChCWtbcWUoZixsbsch8yRrrYDCI+dSuaDAlmP lTB5wueStVX/gBsio8k4JE2KSZwAJARQYc02NVjvZ5GbqLpB08l8SslI2hWvoH63zqZw LOjTYRIsX5qn48Q75tdRB4rTL0GmQVkyCEJCDE0l6OtP28iXNGnM0Xhqm0JU5vosaCnk I1zQ== X-Gm-Message-State: AOAM531QH2Ms6XPvwUtbK7EIOx6IKUX1zmG2hxYY7gr4ADMARr7uLY/p XOc3cGy+QY0P1Wt9l8CyZg== X-Google-Smtp-Source: ABdhPJwNgsOx8ZH2IbBRn4sCotiCfhiIJhxDVyqppjNE1/Y6AL/5vOt42MoG2AtRJf5lYySRULjBtw== X-Received: by 2002:a02:942a:: with SMTP id a39mr5306308jai.50.1590720349628; Thu, 28 May 2020 19:45:49 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id m12sm2359902ili.41.2020.05.28.19.45.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 19:45:48 -0700 (PDT) Received: (nullmailer pid 1166896 invoked by uid 1000); Fri, 29 May 2020 02:45:46 -0000 Date: Thu, 28 May 2020 20:45:46 -0600 From: Rob Herring To: Anson Huang Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, shawnguo@kernel.org, shc_work@mail.ru, devicetree@vger.kernel.org, mturquette@baylibre.com, sboyd@kernel.org, festevam@gmail.com, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, Linux-imx@nxp.com, s.trumtrar@pengutronix.de, s.hauer@pengutronix.de Subject: Re: [PATCH 1/9] dt-bindings: clock: Convert i.MX5 clock to json-schema Message-ID: <20200529024546.GA1166843@bogus> References: <1590650879-18288-1-git-send-email-Anson.Huang@nxp.com> <1590650879-18288-2-git-send-email-Anson.Huang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1590650879-18288-2-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 Thu, 28 May 2020 15:27:51 +0800, Anson Huang wrote: > Convert the i.MX5 clock binding to DT schema format using json-schema. > > Signed-off-by: Anson Huang > --- > .../devicetree/bindings/clock/imx5-clock.txt | 28 ---------- > .../devicetree/bindings/clock/imx5-clock.yaml | 63 ++++++++++++++++++++++ > 2 files changed, 63 insertions(+), 28 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/imx5-clock.txt > create mode 100644 Documentation/devicetree/bindings/clock/imx5-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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, 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 D4910C433DF for ; Fri, 29 May 2020 02:45:53 +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 9BCA720888 for ; Fri, 29 May 2020 02:45:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ZR5IEdIa" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9BCA720888 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=18Fodhw41/sY/UapSXYH/tB1uTNS/eCxn41GWbjt0Xg=; b=ZR5IEdIaGnM75D oW0H2+9NrW6ZrtkOij3Zw91xvFhoFxxYIHmRSdVzeDW/tmqxlKtm/foZfBCCoaegmqyM1zeskVajO j6inM9csDKaMCNmUfXaEJoVpktgq0DkEUmgWrQv8ZT4f8MbEkWiwf0/+YFrLjP3tQue5IdBgrH5M0 mshnbdombCMYzc1Q7f2UYTbwp5MzFSevIvM7uPaiGUVvrAzHuGuhWBbhYC3NHCuyonS/+A2qnCJBn vxRqT0nAa5fJ/JwYZ7jMC+Nr6H3poHC0SXwhMvonpQtSg0DiBfJNFIlR8boJJqrOIWwuXDfcnZlG8 nYca/a/yc5XFmjrbcmhg==; 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 1jeV1s-0008PS-Pj; Fri, 29 May 2020 02:45:52 +0000 Received: from mail-io1-f68.google.com ([209.85.166.68]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jeV1q-0008PA-RT for linux-arm-kernel@lists.infradead.org; Fri, 29 May 2020 02:45:52 +0000 Received: by mail-io1-f68.google.com with SMTP id r2so791705ioo.4 for ; Thu, 28 May 2020 19:45: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=zZW92dcw5H/bw1GgI6KkCUyWQDZDT1sXgzyMQuYH8dw=; b=qGeCuEOkX0a+qGhsbOp43gBW/L394Mt9Rb4tPDH5NRGorp5M+8uH1mV/x7K5Uxbwe5 tdmZxNCzJ/9GkglMsVLLXkaK2K4tI3bG5h5nfPLGPxrWD9pgT/o/yuIkSSdBZxCbeZmu PoyJOKlZzdKsbq2L9LEVObO+JFqICann6XQIKf00CnaxKEi/+OTrOfEEXfQzpoJTYTdr ckhxJViGRlrs3So8zMoDAEuWUl8z58iM/e5+GWBXn2eXAt7kj7IMtjr+rH4v9QktK6S4 L1wJiRicF7pAOBOV6WSZ2l0MM2ItVQkvVMsIllqY9KY0tJdrugWTbJuEIEfj5F0n8xNV a0fw== X-Gm-Message-State: AOAM530oKUgESMmn3OWXPUvlabXSGf/8pE3a2pR3plVzMoVUuAR95n1d dequaLELg3CFGlkdAPIeoQ== X-Google-Smtp-Source: ABdhPJwNgsOx8ZH2IbBRn4sCotiCfhiIJhxDVyqppjNE1/Y6AL/5vOt42MoG2AtRJf5lYySRULjBtw== X-Received: by 2002:a02:942a:: with SMTP id a39mr5306308jai.50.1590720349628; Thu, 28 May 2020 19:45:49 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id m12sm2359902ili.41.2020.05.28.19.45.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 19:45:48 -0700 (PDT) Received: (nullmailer pid 1166896 invoked by uid 1000); Fri, 29 May 2020 02:45:46 -0000 Date: Thu, 28 May 2020 20:45:46 -0600 From: Rob Herring To: Anson Huang Subject: Re: [PATCH 1/9] dt-bindings: clock: Convert i.MX5 clock to json-schema Message-ID: <20200529024546.GA1166843@bogus> References: <1590650879-18288-1-git-send-email-Anson.Huang@nxp.com> <1590650879-18288-2-git-send-email-Anson.Huang@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1590650879-18288-2-git-send-email-Anson.Huang@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200528_194550_887101_0FDFF7B1 X-CRM114-Status: UNSURE ( 8.92 ) 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, shc_work@mail.ru, sboyd@kernel.org, festevam@gmail.com, mturquette@baylibre.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, Linux-imx@nxp.com, kernel@pengutronix.de, s.trumtrar@pengutronix.de, shawnguo@kernel.org, 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 Thu, 28 May 2020 15:27:51 +0800, Anson Huang wrote: > Convert the i.MX5 clock binding to DT schema format using json-schema. > > Signed-off-by: Anson Huang > --- > .../devicetree/bindings/clock/imx5-clock.txt | 28 ---------- > .../devicetree/bindings/clock/imx5-clock.yaml | 63 ++++++++++++++++++++++ > 2 files changed, 63 insertions(+), 28 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/imx5-clock.txt > create mode 100644 Documentation/devicetree/bindings/clock/imx5-clock.yaml > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel