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 F00AAC433E0 for ; Mon, 8 Feb 2021 16:56:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B2BB164E5A for ; Mon, 8 Feb 2021 16:56:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233086AbhBHQ4i (ORCPT ); Mon, 8 Feb 2021 11:56:38 -0500 Received: from mail-ot1-f54.google.com ([209.85.210.54]:36102 "EHLO mail-ot1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234622AbhBHQ4L (ORCPT ); Mon, 8 Feb 2021 11:56:11 -0500 Received: by mail-ot1-f54.google.com with SMTP id 100so8107044otg.3; Mon, 08 Feb 2021 08:55:55 -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=cQOD4UfhBCguCmT5KtaisymtJXK2KlCAy1kN/LZCqm8=; b=S/j0qx/SyjN7p+E+DaQRTbTex5YFa9+XXtLSvmjjJDugcDsApWs+rwKkCiKgneiWzM dIw/o6BQBbWb0sbqC8Ts5wPDYABIN1z7QY8n2jpPY8NV2I0ai/R45IA3KM/I6PzhwDrq eNcQXRsbCz8vdgFKfehSMI2k9esOhANNiQxs/eDTAGiga20dxBBb7h77V+1NgZsLkkhF stjOhk2+zAEzhjCbIe2koCG9RzF0dWrGiCpaIRF0ArY6jKbyvv6VhrjecfCfV6Yvq1Wf sVElj1Wz0bBlgd+t2uSROa87CND3g7JpQVM9jo5PmTpW9H+SgtUMK8QbscaX5UM1awdi CC5w== X-Gm-Message-State: AOAM5305l3z9EIloqz08vVDprYHikBX9Z3xn6nQplGYzRzMtPmCVKV+x D/Co+/vmqOux1KGsddhYUg== X-Google-Smtp-Source: ABdhPJzgHduVL0CtolKn6INiA3wtYNJLWgeS0pYCALroa6UC1v9J1pa2xhmZzMqmaHUuoepJTuyIDg== X-Received: by 2002:a9d:6c7:: with SMTP id 65mr4466510otx.240.1612803330312; Mon, 08 Feb 2021 08:55:30 -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 q6sm3873511ota.44.2021.02.08.08.55.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Feb 2021 08:55:28 -0800 (PST) Received: (nullmailer pid 1522090 invoked by uid 1000); Mon, 08 Feb 2021 16:55:22 -0000 From: Rob Herring To: Orson Zhai Cc: Orson Zhai , Rob Herring , Chunyan Zhang , haidong.yao@unisoc.com, Baolin Wang , Mark Brown , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Jassi Brar In-Reply-To: <1612785064-3072-3-git-send-email-orsonzhai@gmail.com> References: <1612785064-3072-1-git-send-email-orsonzhai@gmail.com> <1612785064-3072-3-git-send-email-orsonzhai@gmail.com> Subject: Re: [PATCH 3/3] dt-bindings: mailbox: Add interrupt-names to SPRD mailbox Date: Mon, 08 Feb 2021 10:55:22 -0600 Message-Id: <1612803322.554208.1522089.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 08 Feb 2021 19:51:04 +0800, Orson Zhai wrote: > From: Orson Zhai > > We add an optional supp-outbox interrupt support to driver and change to > describe interrupts with names for easy configuration in device tree files. > > Signed-off-by: Orson Zhai > --- > Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml: properties:interrupt-names:items: {'enum': ['inbox', 'outbox', 'supp-outbox']} is not of type 'array' /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml: ignoring, error in schema: properties: interrupt-names: items warning: no schema found in file: ./Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml See https://patchwork.ozlabs.org/patch/1437629 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.