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,URIBL_BLOCKED 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 0EF04C6369E for ; Thu, 19 Nov 2020 15:49:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B7DE120643 for ; Thu, 19 Nov 2020 15:49:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728787AbgKSPsm (ORCPT ); Thu, 19 Nov 2020 10:48:42 -0500 Received: from mail-ot1-f66.google.com ([209.85.210.66]:38784 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728337AbgKSPsl (ORCPT ); Thu, 19 Nov 2020 10:48:41 -0500 Received: by mail-ot1-f66.google.com with SMTP id 92so2632305otd.5; Thu, 19 Nov 2020 07:48:40 -0800 (PST) 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=lIAE4uzT+8vC+EjZ/7M0VoomkRn2xJpo+773Y2o0nSA=; b=XdbZzp5yP9ndEb/PBG5cda94cS32of3hri2ct/8Qpss7AizlrnpnBztWhSJX3b0CvV hphahe3g6V6onME1yuUc3+NT21poLFvi9A+lAxB+9CWP1ywXCZe3r+AgbFXt1+IzZBCL oupq8z3fxM6I0f6e9WBK0aBtMtZHB5Am1JaE9ojeLKxn/tOI7zrcd1R4ABlrBDUlpoFi YA7IsXt54o785RiT7W2Jua3VTiVh2+tIFiuqbaLDLM9YCFyK7ITj7Eia3SknJO3MRGqT t2a9R9iQiiKTo1bzk4CaUtByMyxfGzSOvwm4CeK97GizLb4G0vP7NSCaMer85JpSdhVR Uw9g== X-Gm-Message-State: AOAM531XDvLuv4328X9Pyw7W8Emdpxm9O8KBstn6Nt/NBQHjT5QCjum6 oiIB1WC1S5RMHJsfDMpClw== X-Google-Smtp-Source: ABdhPJzTxVOEW8YGQa60XmqmgMXCcZhJsnkbKKeiQk6v95zH5TTqI6+EhayfcsXXG4TUs/ahIGv2mw== X-Received: by 2002:a9d:8d7:: with SMTP id 81mr10744011otf.345.1605800920267; Thu, 19 Nov 2020 07:48:40 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id u63sm106798oia.50.2020.11.19.07.48.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Nov 2020 07:48:39 -0800 (PST) Received: (nullmailer pid 3309224 invoked by uid 1000); Thu, 19 Nov 2020 15:48:38 -0000 Date: Thu, 19 Nov 2020 09:48:38 -0600 From: Rob Herring To: Liu Ying Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, airlied@linux.ie, s.hauer@pengutronix.de, robh+dt@kernel.org, shawnguo@kernel.org, kernel@pengutronix.de, linux-imx@nxp.com, tzimmermann@suse.de Subject: Re: [PATCH 3/8] dt-bindings: display: imx: Add i.MX8qxp/qm DPR channel binding Message-ID: <20201119154838.GA3308916@bogus> References: <1605777745-23625-1-git-send-email-victor.liu@nxp.com> <1605777745-23625-4-git-send-email-victor.liu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1605777745-23625-4-git-send-email-victor.liu@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Nov 2020 17:22:20 +0800, Liu Ying wrote: > This patch adds bindings for i.MX8qxp/qm Display Prefetch Resolve Channel. > > Signed-off-by: Liu Ying > --- > .../bindings/display/imx/fsl,imx8qxp-dprc.yaml | 87 ++++++++++++++++++++++ > 1 file changed, 87 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Error: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.example.dts:26.33-34 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:342: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1364: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1402852 The base for the patch is generally the last rc1. Any dependencies should be noted. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. 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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 4D270C56201 for ; Thu, 19 Nov 2020 15:50:21 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 CA7C020643 for ; Thu, 19 Nov 2020 15:50:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tF/F/bEM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CA7C020643 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+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=merlin.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=95k6e9adBiXfi2sY9e8BGyUaxgKbxcZ4feaHX42FfL0=; b=tF/F/bEMHZO+crxLuACyyrBHh Z/pHotdmCVQbHJmXz3DpKC43nznyeF+rfZ9MldVD9i2Pdl0fvyMMItLsitk1GvhWErqStmj7fwvL+ MuH3PwheF7bG11H9hbgv8+t69nLG02Dt8JPXhHr7FunIoCcAUTTcR7KlxOEXH51b8vA9DFDTiqeTR DGs3TZe/E9/TUpqUWpL16PqNeoVhIfYHdqbrMaVnl6mTSyYzFUhLi0qZDwM9oOOFX4+wZqnjsjCxn Ds2lj4RpPh7NS5dvTAvcPMxukjZ9wqSqTvl2wUqjspmxahBMbd2bvE+490IppAQTupJPMBrVXN7pe AYr61CW2A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kfmB3-0005hU-Je; Thu, 19 Nov 2020 15:48:53 +0000 Received: from mail-ot1-f65.google.com ([209.85.210.65]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kfmAr-0005fF-D7 for linux-arm-kernel@lists.infradead.org; Thu, 19 Nov 2020 15:48:42 +0000 Received: by mail-ot1-f65.google.com with SMTP id j14so5716917ots.1 for ; Thu, 19 Nov 2020 07:48:40 -0800 (PST) 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=lIAE4uzT+8vC+EjZ/7M0VoomkRn2xJpo+773Y2o0nSA=; b=VKJAde6PU9WRohaTdVZuG8JusPly7w6M47Ckm17XLrqdtkuM0NJ6squiDOSWHlqAoo uwKkY2fWjZQ+iDdjBE6iE3qgLQlWWtZYLEopm8HCWRo/esV30UPShYjrM74+URALi0vh FGLbYX4QxJhTHSdm0zj4QflN9mYWXatQHcXtnh7SS/8ECyqkRodKjK3WkjAkJ8oqrk8s 4k7urob+zTO5dc6QdfR8gErTYALnOPwIyqNIaL6rlO7ulR5KhO6K+ZgU1NyH1BjguIuZ TsDChzAfco0Q01/CI92ip8jW2BcBRoG59jW+P6wz1b+Z6eDf3djdJKz3cMo8tyr71g5D 09lA== X-Gm-Message-State: AOAM532y3YSmHVyUt8M7pMaY2DkXZj4YvzyJvd/SvYKP/OszVW8bKeDA k2TkjdN3sNdUQUYw6i5TrQ== X-Google-Smtp-Source: ABdhPJzTxVOEW8YGQa60XmqmgMXCcZhJsnkbKKeiQk6v95zH5TTqI6+EhayfcsXXG4TUs/ahIGv2mw== X-Received: by 2002:a9d:8d7:: with SMTP id 81mr10744011otf.345.1605800920267; Thu, 19 Nov 2020 07:48:40 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id u63sm106798oia.50.2020.11.19.07.48.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Nov 2020 07:48:39 -0800 (PST) Received: (nullmailer pid 3309224 invoked by uid 1000); Thu, 19 Nov 2020 15:48:38 -0000 Date: Thu, 19 Nov 2020 09:48:38 -0600 From: Rob Herring To: Liu Ying Subject: Re: [PATCH 3/8] dt-bindings: display: imx: Add i.MX8qxp/qm DPR channel binding Message-ID: <20201119154838.GA3308916@bogus> References: <1605777745-23625-1-git-send-email-victor.liu@nxp.com> <1605777745-23625-4-git-send-email-victor.liu@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1605777745-23625-4-git-send-email-victor.liu@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201119_104841_511061_F07CA4F0 X-CRM114-Status: GOOD ( 14.34 ) 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, tzimmermann@suse.de, airlied@linux.ie, s.hauer@pengutronix.de, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, shawnguo@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+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 19 Nov 2020 17:22:20 +0800, Liu Ying wrote: > This patch adds bindings for i.MX8qxp/qm Display Prefetch Resolve Channel. > > Signed-off-by: Liu Ying > --- > .../bindings/display/imx/fsl,imx8qxp-dprc.yaml | 87 ++++++++++++++++++++++ > 1 file changed, 87 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Error: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.example.dts:26.33-34 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:342: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1364: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1402852 The base for the patch is generally the last rc1. Any dependencies should be noted. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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,URIBL_BLOCKED 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 65BA6C56201 for ; Thu, 19 Nov 2020 15:48:43 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 E781D246AA for ; Thu, 19 Nov 2020 15:48:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E781D246AA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 292CC6E56A; Thu, 19 Nov 2020 15:48:42 +0000 (UTC) Received: from mail-ot1-f65.google.com (mail-ot1-f65.google.com [209.85.210.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id E90E06E56A for ; Thu, 19 Nov 2020 15:48:40 +0000 (UTC) Received: by mail-ot1-f65.google.com with SMTP id o3so5686957ota.8 for ; Thu, 19 Nov 2020 07:48:40 -0800 (PST) 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=lIAE4uzT+8vC+EjZ/7M0VoomkRn2xJpo+773Y2o0nSA=; b=RXBstzy6B3CpcWiZtO86S2ZohYkFF/TfhGACeoAeI4/7e/MXcf1m9dRFuc4hj48pUN VPz9i5dvPkMr+aVvwpqPsMwhxEWiobvpMOWADRBul3DjphAURrA5yiFepHB021NvsDuf 9EqsfWOQzIaQJkAXmS4IEzPojK7r0XMxRszHTw71a1iGV3uho8N2g6wqnFbv5yiWBHvk R2lXcIa+g1tzDe5t1e3XrdFhDjxqsqtzz3GRz7HRnCc8qMrWGxom9RDbHwtoBWOxTJel +DPE5h7lzlNvxoJ8nmFUk1DZm7OeUKFV3/BQCENha6ygJwnrwMdsKRha+L8eQJC1YhHf lFDw== X-Gm-Message-State: AOAM533PaoCWgyPDVdBiDMZC+6RYzGViW2j0QIb8AHc+1EmbLIAQ+c6D fvb8YVCnVGtRQbPPa8oaeg== X-Google-Smtp-Source: ABdhPJzTxVOEW8YGQa60XmqmgMXCcZhJsnkbKKeiQk6v95zH5TTqI6+EhayfcsXXG4TUs/ahIGv2mw== X-Received: by 2002:a9d:8d7:: with SMTP id 81mr10744011otf.345.1605800920267; Thu, 19 Nov 2020 07:48:40 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id u63sm106798oia.50.2020.11.19.07.48.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Nov 2020 07:48:39 -0800 (PST) Received: (nullmailer pid 3309224 invoked by uid 1000); Thu, 19 Nov 2020 15:48:38 -0000 Date: Thu, 19 Nov 2020 09:48:38 -0600 From: Rob Herring To: Liu Ying Subject: Re: [PATCH 3/8] dt-bindings: display: imx: Add i.MX8qxp/qm DPR channel binding Message-ID: <20201119154838.GA3308916@bogus> References: <1605777745-23625-1-git-send-email-victor.liu@nxp.com> <1605777745-23625-4-git-send-email-victor.liu@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1605777745-23625-4-git-send-email-victor.liu@nxp.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, tzimmermann@suse.de, airlied@linux.ie, s.hauer@pengutronix.de, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 19 Nov 2020 17:22:20 +0800, Liu Ying wrote: > This patch adds bindings for i.MX8qxp/qm Display Prefetch Resolve Channel. > > Signed-off-by: Liu Ying > --- > .../bindings/display/imx/fsl,imx8qxp-dprc.yaml | 87 ++++++++++++++++++++++ > 1 file changed, 87 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Error: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.example.dts:26.33-34 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:342: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1364: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1402852 The base for the patch is generally the last rc1. Any dependencies should be noted. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel