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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 6DEA9C433E0 for ; Mon, 15 Feb 2021 12:09:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3E92E64E34 for ; Mon, 15 Feb 2021 12:09:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230203AbhBOMJP (ORCPT ); Mon, 15 Feb 2021 07:09:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230163AbhBOMJJ (ORCPT ); Mon, 15 Feb 2021 07:09:09 -0500 Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8592C061574 for ; Mon, 15 Feb 2021 04:08:28 -0800 (PST) Received: by mail-ej1-x632.google.com with SMTP id hs11so10759446ejc.1 for ; Mon, 15 Feb 2021 04:08:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bPb8pCUxI0r+QEvK3yWSBZjQ0Qvr7qfy1eHqEVbEFVE=; b=mjF2/dTDYzNdw4PENz6ACddiKtM2t8FGI2FHEx2WqSW+c+NLx8pGDGSBWKrU8B2+OF zGuZ6Xyza8gzdqqNlU89MduqwBUwLaS0NfIUU+L5TptDaBUh8ARAZ9NTBvh2Ok9an1xJ p4kGX2nh0tMLSWkhUVK1/tmmiXvQm4oI6zlIc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bPb8pCUxI0r+QEvK3yWSBZjQ0Qvr7qfy1eHqEVbEFVE=; b=sRT+jdHkqeA9Z7nlCB3SEDPzsSB7/plUl4SUhGd2C+/awpC6R5NUym0957BVSWa/Hw ECjhfE9PwyxqLRW6jPGU5BDk97vjPsd8GX56nykzEy/75Wg2MUXrIaKEBoQQ/li2vI0f ucJQTZMfAKEW7G7heGRngoskj5rTwFWvE3wVEAfyNw5ECRqOvKpNiSUDy+xlrOhZvghh ANeEkA9JrhrrC6EewXHgwnzQzw1vdos3/xZdq5K2/ABShcKMSU035K+UsinnDUSQ8QI5 8INzNwdgigB41u4aLd533+bRogRvOLh6RZgHbI3RmpcjNSzxfDuA2N1NRXyogKO/Tu2n /yAA== X-Gm-Message-State: AOAM5314OixG+5Ly1cHbPCbvyGxvxvEtCBbTsPCYIGx9MUm+uga/W7XJ MAuw1o5RwK9Bq6UZ47ZXdyUBBt5nPOxy5OVPQsVgTw== X-Google-Smtp-Source: ABdhPJxulpG94j5gqYFYTXkjqDBqhFcfbphzRi9wi7xdhRdh6Eq26k5RRzSumtPITQ220NwxQ1rpjV9gEgRzrWlrnog= X-Received: by 2002:a17:906:4e45:: with SMTP id g5mr505637ejw.186.1613390907532; Mon, 15 Feb 2021 04:08:27 -0800 (PST) MIME-Version: 1.0 References: <20210214175211.105107-1-jagan@amarulasolutions.com> In-Reply-To: From: Jagan Teki Date: Mon, 15 Feb 2021 17:38:16 +0530 Message-ID: Subject: Re: [PATCH v3 1/2] dt-bindings: display: bridge: Add bindings for Chipone ICN6211 To: Robert Foss Cc: Rob Herring , Andrzej Hajda , Neil Armstrong , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Sam Ravnborg , dri-devel , linux-kernel , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-amarula Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 15, 2021 at 5:28 PM Robert Foss wrote: > > Hey Jagan, > > Thanks for submitting this. > > checkpatch.pl threw some typ-o warnings, and I listed them below. I > think either spelling is correct, but 'spelling.txt' does list this as > a typ-o explicitly, so I would suggest conforming to that just to > silence the checkpatch warning. > > This patch also passes 'dt_binding_check' and 'dtbs_check', but I > think I'd like to defer to Rob Herring for an actual r-b. > > On Sun, 14 Feb 2021 at 18:55, Jagan Teki wrote: > > > > ICN6211 is MIPI-DSI to RGB Convertor bridge from Chipone. > > > > It has a flexible configuration of MIPI DSI signal input and > > produce RGB565, RGB666, RGB888 output format. > > > > Add dt-bingings for it. > > > > Signed-off-by: Jagan Teki > > --- > > Changes for v3: > > - updated to new dt-bindings style > > > > .../display/bridge/chipone,icn6211.yaml | 90 +++++++++++++++++++ > > 1 file changed, 90 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml > > > > diff --git a/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml b/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml > > new file mode 100644 > > index 000000000000..13764f13fe46 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml > > @@ -0,0 +1,90 @@ > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/display/bridge/chipone,icn6211.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Chipone ICN6211 MIPI-DSI to RGB Converter bridge > > $ scripts/checkpatch.pl --git HEAD~0 > WARNING: 'Convertor' may be misspelled - perhaps 'Converter'? Thanks for pointing it. I was aware of it before sending it and need to understand whether we need to use vendor naming conversion or not. Chipone call these devices are Convertor [1], So I have used the vendor notation for better understanding. Any comments are this would be welcome? [1] http://en.chiponeic.com/content/details45_123.html Jagan. 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=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 E02DAC433E0 for ; Mon, 15 Feb 2021 12:08:31 +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 9DCA764E23 for ; Mon, 15 Feb 2021 12:08:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9DCA764E23 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=amarulasolutions.com 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 E943B6E1F2; Mon, 15 Feb 2021 12:08:30 +0000 (UTC) Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by gabe.freedesktop.org (Postfix) with ESMTPS id DC33C6E1ED for ; Mon, 15 Feb 2021 12:08:28 +0000 (UTC) Received: by mail-ej1-x631.google.com with SMTP id do6so268008ejc.3 for ; Mon, 15 Feb 2021 04:08:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bPb8pCUxI0r+QEvK3yWSBZjQ0Qvr7qfy1eHqEVbEFVE=; b=mjF2/dTDYzNdw4PENz6ACddiKtM2t8FGI2FHEx2WqSW+c+NLx8pGDGSBWKrU8B2+OF zGuZ6Xyza8gzdqqNlU89MduqwBUwLaS0NfIUU+L5TptDaBUh8ARAZ9NTBvh2Ok9an1xJ p4kGX2nh0tMLSWkhUVK1/tmmiXvQm4oI6zlIc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bPb8pCUxI0r+QEvK3yWSBZjQ0Qvr7qfy1eHqEVbEFVE=; b=g/R1Xek+8NsCWlmxz+97iePpguryi+RrfeaiovpnjTfh7ydVtCHAobt0Vkat3aE62q dTdUaqxHfEU9xkzkrs51TEi6DCFA5lwtXXKmQwBVWRLV77EjA1lbsuM3kC5FrETcGwOQ /5A96Fyuz67mQcbUO+peWl31BuO6WNctcsCz6WiyQibKYT9jYM8xgP8p266tMwXMCIqa f4ECAoqHmGBRAd2dj2mI7PpM8bZDGG5UoN5MTP5d9MjHUEuBl1QlmT2qIsxdfE9sUPKn r90FbtqVHJurQWAPwvWnbdl37xYQQdHjxRXhHR8HVMAxC+Jz6TcJly9L4R8DgzKimuNv kv/Q== X-Gm-Message-State: AOAM5326OSfH4yURHk/OVOpCn6zouqR0pWohoXzOnnbbh9mDPZZwdR3y H2715tyjyJWMMExWXfMp0jff8xTHKYP3Aj3+YwBf2DCDv8lt20K2 X-Google-Smtp-Source: ABdhPJxulpG94j5gqYFYTXkjqDBqhFcfbphzRi9wi7xdhRdh6Eq26k5RRzSumtPITQ220NwxQ1rpjV9gEgRzrWlrnog= X-Received: by 2002:a17:906:4e45:: with SMTP id g5mr505637ejw.186.1613390907532; Mon, 15 Feb 2021 04:08:27 -0800 (PST) MIME-Version: 1.0 References: <20210214175211.105107-1-jagan@amarulasolutions.com> In-Reply-To: From: Jagan Teki Date: Mon, 15 Feb 2021 17:38:16 +0530 Message-ID: Subject: Re: [PATCH v3 1/2] dt-bindings: display: bridge: Add bindings for Chipone ICN6211 To: Robert Foss 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: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Jernej Skrabec , Jonas Karlman , linux-amarula , Neil Armstrong , linux-kernel , dri-devel , Andrzej Hajda , Rob Herring , Laurent Pinchart , Sam Ravnborg Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Feb 15, 2021 at 5:28 PM Robert Foss wrote: > > Hey Jagan, > > Thanks for submitting this. > > checkpatch.pl threw some typ-o warnings, and I listed them below. I > think either spelling is correct, but 'spelling.txt' does list this as > a typ-o explicitly, so I would suggest conforming to that just to > silence the checkpatch warning. > > This patch also passes 'dt_binding_check' and 'dtbs_check', but I > think I'd like to defer to Rob Herring for an actual r-b. > > On Sun, 14 Feb 2021 at 18:55, Jagan Teki wrote: > > > > ICN6211 is MIPI-DSI to RGB Convertor bridge from Chipone. > > > > It has a flexible configuration of MIPI DSI signal input and > > produce RGB565, RGB666, RGB888 output format. > > > > Add dt-bingings for it. > > > > Signed-off-by: Jagan Teki > > --- > > Changes for v3: > > - updated to new dt-bindings style > > > > .../display/bridge/chipone,icn6211.yaml | 90 +++++++++++++++++++ > > 1 file changed, 90 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml > > > > diff --git a/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml b/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml > > new file mode 100644 > > index 000000000000..13764f13fe46 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml > > @@ -0,0 +1,90 @@ > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/display/bridge/chipone,icn6211.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Chipone ICN6211 MIPI-DSI to RGB Converter bridge > > $ scripts/checkpatch.pl --git HEAD~0 > WARNING: 'Convertor' may be misspelled - perhaps 'Converter'? Thanks for pointing it. I was aware of it before sending it and need to understand whether we need to use vendor naming conversion or not. Chipone call these devices are Convertor [1], So I have used the vendor notation for better understanding. Any comments are this would be welcome? [1] http://en.chiponeic.com/content/details45_123.html Jagan. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel