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=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 80FD6C433E6 for ; Thu, 21 Jan 2021 16:31:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 39136212CC for ; Thu, 21 Jan 2021 16:31:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387580AbhAUQDB (ORCPT ); Thu, 21 Jan 2021 11:03:01 -0500 Received: from mail-ot1-f46.google.com ([209.85.210.46]:41361 "EHLO mail-ot1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730948AbhAUQCo (ORCPT ); Thu, 21 Jan 2021 11:02:44 -0500 Received: by mail-ot1-f46.google.com with SMTP id k8so2049079otr.8; Thu, 21 Jan 2021 08:02:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=R7T+rwQb5qFYaX5d/2NvmgUHeg2xX0pNv3pOpEsj5EQ=; b=SBbpcdZs75+uuVyamxKETSWX910avja5NY+d6wzMBrQ/Ix8h3qaMtsvhysaK7Bua5E 09e2LEVWN3ssjaveSoA4mStlCF56nCR9bOWBHKkNU9Agrz6hnWcDH2VGY/Bpms2i9lWt ujf+bgWfH1TgkWbTcuqNohkakFwYy+Sl5wuiXlFQYM52UpxbWB/zpS2EYtatlyhgQ79T o1ddZ9z41xcBV5h3ShPOOSlNpV9S9UnG/9G9kfJoe8ejtqxi5Q9VEx78d+J9cHcw220b uD+GFJZn5qcVWX14Bh8CAI1MhoIRUe0pWAPGmvp2GuKUAAYYF2qUOL1BE52ZPmkkJeDm rOIA== X-Gm-Message-State: AOAM533uzxgOTbUznwquxBjMBxDhVGGi/eFHrP4WFhQoEwEJQou1ob0t fLc2WxXULIdJK69ChOibDQ== X-Google-Smtp-Source: ABdhPJwS6VjtPTdD/z11/eIoNH9msXpk4/83WflzvJ8QoI9+UatXRZ93RUwX3ZrBn6ZL8LWIEaPb3w== X-Received: by 2002:a9d:66da:: with SMTP id t26mr8416980otm.279.1611244923483; Thu, 21 Jan 2021 08:02:03 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id q6sm1115776otm.68.2021.01.21.08.02.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Jan 2021 08:02:02 -0800 (PST) Received: (nullmailer pid 2814842 invoked by uid 1000); Thu, 21 Jan 2021 16:01:58 -0000 From: Rob Herring To: Robert Foss Cc: agross@kernel.org, linux-kernel@vger.kernel.org, max.oss.09@gmail.com, todor.too@gmail.com, mchehab@kernel.org, michael@walle.cc, Laurent Pinchart , Tomasz Figa , catalin.marinas@arm.com, vkoul@kernel.org, shawnguo@kernel.org, Sarvesh Sridutt , linux-arm-msm@vger.kernel.org, linux-media@vger.kernel.org, Andrey Konovalov , will@kernel.org, devicetree@vger.kernel.org, leoyang.li@nxp.com, AngeloGioacchino Del Regno , Jonathan Marek , robh+dt@kernel.org, agx@sigxcpu.org, Azam Sadiq Pasha Kapatrala Syed , linux-arm-kernel@lists.infradead.org, bjorn.andersson@linaro.org, geert+renesas@glider.be, Anson.Huang@nxp.com In-Reply-To: <20210120134357.1522254-14-robert.foss@linaro.org> References: <20210120134357.1522254-1-robert.foss@linaro.org> <20210120134357.1522254-14-robert.foss@linaro.org> Subject: Re: [PATCH v2 14/22] dt-bindings: media: camss: Add qcom, msm8996-camss binding Date: Thu, 21 Jan 2021 10:01:58 -0600 Message-Id: <1611244918.520900.2814841.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, 20 Jan 2021 14:43:49 +0100, Robert Foss wrote: > Add bindings for qcom,msm8996-camss in order to support the camera > subsystem on MSM8996. > > Signed-off-by: Robert Foss > --- > > Changes since v1: > - Laurent: Reworked driver to use dtschema > > > .../bindings/media/qcom,msm8996-camss.yaml | 418 ++++++++++++++++++ > 1 file changed, 418 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml:418:7: [error] no new line character at the end of file (new-line-at-end-of-file) dtschema/dtc warnings/errors: See https://patchwork.ozlabs.org/patch/1429444 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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.2 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 62824C433E0 for ; Thu, 21 Jan 2021 16:03:32 +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 012DB22DFA for ; Thu, 21 Jan 2021 16:03:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 012DB22DFA 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:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=x2pi7Qgeo0GdVZ3wuTZahL9KVKgOiNhF4mmHsCA8ym0=; b=ZURBcd5HbTjrs9vqYkzhJBohFP VzktUDdbcsrQDcQZh1nAFNHGW7ESwZVgowbi1LA2KxeWE/9/qbgRPmNupCHYgfxom2FZSEE31seLW eFYuJAU3uXj/SimH2/wI16g6QjF5zrdapa8rWmSRnn0qOjOw6NBgfTY1pNOt1vocFglrSmYl9+2MB lZDQ7W+2XaterVfdlE9o5bmnwHIoDiiawQ5wV+foQ0Yq7iN+GroMOa8ADH7RoXpXpBvzeT+DzA9RQ llx5U9I2ev2QpuZth1DxEhkg2kpNz5m7YIFgy9tsW7sZLLgkesIwmykTohqd5bcPvNn4w2DLaILnE HIZewRCA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2cPQ-00056m-Vn; Thu, 21 Jan 2021 16:02:09 +0000 Received: from mail-ot1-f52.google.com ([209.85.210.52]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2cPO-00055r-9k for linux-arm-kernel@lists.infradead.org; Thu, 21 Jan 2021 16:02:07 +0000 Received: by mail-ot1-f52.google.com with SMTP id i20so2056717otl.7 for ; Thu, 21 Jan 2021 08:02:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=R7T+rwQb5qFYaX5d/2NvmgUHeg2xX0pNv3pOpEsj5EQ=; b=N3fupmICCbSKF5KTL9l6T6T3vhphEdjmgt6WMPhMVjDXI2TKCoQfxj8XfZQdM30ZQ+ 9cpr5sJek5dVqu/dcZRQCyaGm5yBshqVPKH677VOUE9YiOVjoWG48watUaTF5IwnaAh2 oyIqAMwZEkWkmZ+u3imGKhGrsuGDcl2RobroFVKV1LSzpqVyTiLLkTTXdu2/e/fliPgh bxKDlKvthTGrxGN7Wha9IBQ9M2qXVoVHX2EJgps6JsunSXAkupgk/ZTnIUoF9o4SxAVW Fjt35JSCdC4K7JVY3vouui89Db6avuBtGjX+ghALtG2Xl1K5HY6lcHzC3HOZs5dCyKzF M9Qw== X-Gm-Message-State: AOAM531HtsNDkrDuCWn3+SaP/GM7cAheMktWJTR99CZ1bKO+VTr2wMjl Gfi30rqNMCF+y3OYJQeNDw== X-Google-Smtp-Source: ABdhPJwS6VjtPTdD/z11/eIoNH9msXpk4/83WflzvJ8QoI9+UatXRZ93RUwX3ZrBn6ZL8LWIEaPb3w== X-Received: by 2002:a9d:66da:: with SMTP id t26mr8416980otm.279.1611244923483; Thu, 21 Jan 2021 08:02:03 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id q6sm1115776otm.68.2021.01.21.08.02.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Jan 2021 08:02:02 -0800 (PST) Received: (nullmailer pid 2814842 invoked by uid 1000); Thu, 21 Jan 2021 16:01:58 -0000 From: Rob Herring To: Robert Foss In-Reply-To: <20210120134357.1522254-14-robert.foss@linaro.org> References: <20210120134357.1522254-1-robert.foss@linaro.org> <20210120134357.1522254-14-robert.foss@linaro.org> Subject: Re: [PATCH v2 14/22] dt-bindings: media: camss: Add qcom, msm8996-camss binding Date: Thu, 21 Jan 2021 10:01:58 -0600 Message-Id: <1611244918.520900.2814841.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210121_110206_349351_48E47549 X-CRM114-Status: GOOD ( 13.62 ) 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: geert+renesas@glider.be, catalin.marinas@arm.com, agx@sigxcpu.org, todor.too@gmail.com, bjorn.andersson@linaro.org, Laurent Pinchart , AngeloGioacchino Del Regno , will@kernel.org, Jonathan Marek , michael@walle.cc, agross@kernel.org, Andrey Konovalov , linux-media@vger.kernel.org, devicetree@vger.kernel.org, Tomasz Figa , linux-arm-msm@vger.kernel.org, robh+dt@kernel.org, mchehab@kernel.org, linux-arm-kernel@lists.infradead.org, Sarvesh Sridutt , Anson.Huang@nxp.com, max.oss.09@gmail.com, linux-kernel@vger.kernel.org, leoyang.li@nxp.com, vkoul@kernel.org, Azam Sadiq Pasha Kapatrala Syed , shawnguo@kernel.org MIME-Version: 1.0 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, 20 Jan 2021 14:43:49 +0100, Robert Foss wrote: > Add bindings for qcom,msm8996-camss in order to support the camera > subsystem on MSM8996. > > Signed-off-by: Robert Foss > --- > > Changes since v1: > - Laurent: Reworked driver to use dtschema > > > .../bindings/media/qcom,msm8996-camss.yaml | 418 ++++++++++++++++++ > 1 file changed, 418 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml:418:7: [error] no new line character at the end of file (new-line-at-end-of-file) dtschema/dtc warnings/errors: See https://patchwork.ozlabs.org/patch/1429444 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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