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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 DADCEC54FCF for ; Mon, 23 Mar 2020 19:36:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A251F20719 for ; Mon, 23 Mar 2020 19:36:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584992165; bh=VR1muFN99+qt2BsmA8a6nLlh/CfcRUcFmt/SsEnof0I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=wKmFpuG4YquuDvhM/LzRhhzBjNr+rks3tFMas/LHCOVs07H2EJsd9i3gZPjlBhXM4 U3BZrocMEzUVlrce+/Y/78BWaFYuk9qMjm+AgWiAL8RuMuRJAzv1Gb2DoV1/EnArhR C1A6ey2jNelyxpJiZmn94+NJy3FrjwnG/8puLR80= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727731AbgCWTgE (ORCPT ); Mon, 23 Mar 2020 15:36:04 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:41672 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727480AbgCWTgE (ORCPT ); Mon, 23 Mar 2020 15:36:04 -0400 Received: by mail-io1-f68.google.com with SMTP id y24so15595270ioa.8; Mon, 23 Mar 2020 12:36:03 -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:user-agent; bh=3mkiUpmYaWqeC/9fVOMmUolcEDs7SdX572qqK/WHG1k=; b=oAkdi37ji03RJPr2uhtM8MYLkprSdAmN0b2QZnZCQIQOmAJjt0MCES3/Dk/hCMRrcU 47gRWDtdIXnpdUvsD8OqwSXRLyIL7ZyO9C5q40oUKNotZHJXrc5OOjpW2l1WvkO97QiP 8b5ZpW5KFcShKWjOTVT5HhEjRt+iQNXnq1icJvpBMc5ywbC18/peP75D1x755ViIaBh9 xMHH4OgsK4BVYPGeXPilDw9eW5PYdQoLySxP270n3tOSgtTSD3IzuIPIUlsxLFNK+xSX kE9UY2QgRazbA1jVFxv0+YEz9ksn9SEbfgQt0oAAATCXrmoqZWNReA7T8l90BqLjWond k/sw== X-Gm-Message-State: ANhLgQ3tdWehCRM+HTm2uPdtVeQAMGXELrAXUTlyRWrtBF2DvYucRbS4 tcjP9rHBQkhmm9ydiIHZAiMgd+o= X-Google-Smtp-Source: ADFU+vtIcAv5y12f47+MkcXTNTAvWLJ98g9D7CVFcGDkK6sgqnjzg0FRX1r8Nvkvjh9Ami3EEIH0qg== X-Received: by 2002:a5d:8d90:: with SMTP id b16mr21124412ioj.9.1584992163562; Mon, 23 Mar 2020 12:36:03 -0700 (PDT) Received: from rob-hp-laptop ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id y1sm4614140ioq.47.2020.03.23.12.36.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Mar 2020 12:36:02 -0700 (PDT) Received: (nullmailer pid 6841 invoked by uid 1000); Mon, 23 Mar 2020 19:36:01 -0000 Date: Mon, 23 Mar 2020 13:36:01 -0600 From: Rob Herring To: Johan Jonker Cc: airlied@linux.ie, daniel@ffwll.ch, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, heiko@sntech.de, hjc@rock-chips.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v1] dt-bindings: display: rockchip: convert rockchip vop bindings to yaml Message-ID: <20200323193601.GC8470@bogus> References: <20200306170353.11393-1-jbx6244@gmail.com> <590762ab-db79-c8b1-7f0e-b653ed4b1721@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <590762ab-db79-c8b1-7f0e-b653ed4b1721@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 09, 2020 at 07:55:22AM +0100, Johan Jonker wrote: > Hi, > > Question for robh: > > In the old txt situation we add/describe only properties that are used > by the driver/hardware itself. With yaml it also filters things in a > node that are used by other drivers like: > > assigned-clocks: > assigned-clock-rates: > power-domains: > > Should we add or not? Yes, only pinctrl properties are automatically added. We could change 'assigned-clocks', but for now I think they should be added. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v1] dt-bindings: display: rockchip: convert rockchip vop bindings to yaml Date: Mon, 23 Mar 2020 13:36:01 -0600 Message-ID: <20200323193601.GC8470@bogus> References: <20200306170353.11393-1-jbx6244@gmail.com> <590762ab-db79-c8b1-7f0e-b653ed4b1721@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <590762ab-db79-c8b1-7f0e-b653ed4b1721-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Johan Jonker Cc: airlied-cv59FeDIM0c@public.gmane.org, daniel-/w4YWyX8dFk@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org, hjc-TNX95d0MmH7DzftRWevZcw@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-rockchip.vger.kernel.org On Mon, Mar 09, 2020 at 07:55:22AM +0100, Johan Jonker wrote: > Hi, > > Question for robh: > > In the old txt situation we add/describe only properties that are used > by the driver/hardware itself. With yaml it also filters things in a > node that are used by other drivers like: > > assigned-clocks: > assigned-clock-rates: > power-domains: > > Should we add or not? Yes, only pinctrl properties are automatically added. We could change 'assigned-clocks', but for now I think they should be added. Rob 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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 D9538C4332E for ; Mon, 23 Mar 2020 19:36:12 +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 A8E572051A for ; Mon, 23 Mar 2020 19:36:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="uJliFG8y" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A8E572051A 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=yNWJumyORT+92ZE5rcQtf+P+Z2eAgqbRYtZ9Xajvoz0=; b=uJliFG8yYOBREz 9XX70fL4Oge/Lc+qFU5Pz6Yh0hGXR7/ut42PAWPkDmk93SjqsS4o4LYPTAvYLg3dLt2s83gqwaFHn xVAeuRuhnlTGF15tTrO2+VBBIMEThZb6zBixyyHJniqfpIx8zj/7OaM36OMniShzBP4Kg35Zz5G9t WOc/6koOVzzciAhWnagHrzKk4HvSN4H7ddIj4RUPWmLBGHtet/5qBxYNL3WQLYw8S0XfQUmF5LAvO 2H3ZqePQDbPBIaNwWeTXhhpDdhTZAc354g3HxyZocXDUnONp52rhJ2iURPhM2+TM+HXEQqx24slHe Z0X8YfMJMrtl4/NBgCJw==; 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 1jGSrn-0002dN-Rq; Mon, 23 Mar 2020 19:36:07 +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 1jGSrk-0002cs-Th; Mon, 23 Mar 2020 19:36:06 +0000 Received: by mail-io1-f68.google.com with SMTP id m15so10530665iob.5; Mon, 23 Mar 2020 12:36:04 -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:user-agent; bh=3mkiUpmYaWqeC/9fVOMmUolcEDs7SdX572qqK/WHG1k=; b=CCpfxoPv4DohmtvVEGKpRzgD5Z9t6midU5BNkeGBP3PDAXzOVy2ORCnlGzLbSMkVEy oSKf5Laq9UGc0vfqq2Jb5pRoIqxa5a6YRKRmGQ5GuGauhjhoxQ60l5XbIIK5w74gze1g QQJpDwwCzgYj85uIjm5at52pYCzkLfN+Kf1PTmwQ1EM0dRTJpv255Y/PQlpOGMJLznDZ B3nAVfpBLib4/CZt8mtBvTZYD8tOUz6OybGNRB4tol1htlvNvad84dGTBGF8Rt3dl35A ZmjflpBw3adt9NbWmQZFnfOtcEThfuFBkcR4iMfRTuTDmg56RGRsg7mFu9PN105NiP/T BO3g== X-Gm-Message-State: ANhLgQ3XHy1IwEqepbLEk6sGHE6qsqGG4KCRPCTKQ8eaE/9Q71TpKQFh WcTZCqfi3Dkped+yPnK3jw== X-Google-Smtp-Source: ADFU+vtIcAv5y12f47+MkcXTNTAvWLJ98g9D7CVFcGDkK6sgqnjzg0FRX1r8Nvkvjh9Ami3EEIH0qg== X-Received: by 2002:a5d:8d90:: with SMTP id b16mr21124412ioj.9.1584992163562; Mon, 23 Mar 2020 12:36:03 -0700 (PDT) Received: from rob-hp-laptop ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id y1sm4614140ioq.47.2020.03.23.12.36.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Mar 2020 12:36:02 -0700 (PDT) Received: (nullmailer pid 6841 invoked by uid 1000); Mon, 23 Mar 2020 19:36:01 -0000 Date: Mon, 23 Mar 2020 13:36:01 -0600 From: Rob Herring To: Johan Jonker Subject: Re: [PATCH v1] dt-bindings: display: rockchip: convert rockchip vop bindings to yaml Message-ID: <20200323193601.GC8470@bogus> References: <20200306170353.11393-1-jbx6244@gmail.com> <590762ab-db79-c8b1-7f0e-b653ed4b1721@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <590762ab-db79-c8b1-7f0e-b653ed4b1721@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200323_123604_962184_B86FFA3B X-CRM114-Status: UNSURE ( 8.69 ) 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, heiko@sntech.de, airlied@linux.ie, hjc@rock-chips.com, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, daniel@ffwll.ch, 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 Mon, Mar 09, 2020 at 07:55:22AM +0100, Johan Jonker wrote: > Hi, > > Question for robh: > > In the old txt situation we add/describe only properties that are used > by the driver/hardware itself. With yaml it also filters things in a > node that are used by other drivers like: > > assigned-clocks: > assigned-clock-rates: > power-domains: > > Should we add or not? Yes, only pinctrl properties are automatically added. We could change 'assigned-clocks', but for now I think they should be added. Rob _______________________________________________ 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=-2.5 required=3.0 tests=MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 D5F6EC54FCE for ; Mon, 23 Mar 2020 19:36:05 +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 B353A2076F for ; Mon, 23 Mar 2020 19:36:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B353A2076F 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 029096E2B1; Mon, 23 Mar 2020 19:36:05 +0000 (UTC) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 31C986E2B1 for ; Mon, 23 Mar 2020 19:36:04 +0000 (UTC) Received: by mail-io1-f67.google.com with SMTP id a20so8350010ioo.13 for ; Mon, 23 Mar 2020 12:36:04 -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:user-agent; bh=3mkiUpmYaWqeC/9fVOMmUolcEDs7SdX572qqK/WHG1k=; b=QppUeP639mAcPABDXdrP+AoyM4RrEei3fC1ch5z7NwBAvKx0A4ZmiAg4iYT339upit UtSUiD2dZXiXtk6NP/r1F/vSESehsIZc54np5UCAfOSzy+ULV07Ynn2X5QghhBBAAgOP XJbhdvzCUIq8mE8z+ourXrgftdklxhYmoPW5Rgaz4E0ggbR7a2C75WQhNCYLAVs4y3Id /TZq7373uAemW1TtLPCBzVv9LhsgllY4DyUhf/QInd/FpX7rQ//nDvnjwHyxsvHL7k05 ZP0V4z4HnkaLgVP0Y9Vk0nXBgbQVfSj+sQJSBkHwCvX1lOw5N4FqIftJuizjgiRbnMr4 RlAQ== X-Gm-Message-State: ANhLgQ2TovLoD8TOsYnYAw04Np1DyqDmc9ZBrfq5Mzs34tAcRqimsosK 3my1eKCfCX1vevEVoSlYlg== X-Google-Smtp-Source: ADFU+vtIcAv5y12f47+MkcXTNTAvWLJ98g9D7CVFcGDkK6sgqnjzg0FRX1r8Nvkvjh9Ami3EEIH0qg== X-Received: by 2002:a5d:8d90:: with SMTP id b16mr21124412ioj.9.1584992163562; Mon, 23 Mar 2020 12:36:03 -0700 (PDT) Received: from rob-hp-laptop ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id y1sm4614140ioq.47.2020.03.23.12.36.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Mar 2020 12:36:02 -0700 (PDT) Received: (nullmailer pid 6841 invoked by uid 1000); Mon, 23 Mar 2020 19:36:01 -0000 Date: Mon, 23 Mar 2020 13:36:01 -0600 From: Rob Herring To: Johan Jonker Subject: Re: [PATCH v1] dt-bindings: display: rockchip: convert rockchip vop bindings to yaml Message-ID: <20200323193601.GC8470@bogus> References: <20200306170353.11393-1-jbx6244@gmail.com> <590762ab-db79-c8b1-7f0e-b653ed4b1721@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <590762ab-db79-c8b1-7f0e-b653ed4b1721@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) 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, airlied@linux.ie, hjc@rock-chips.com, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.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 Mon, Mar 09, 2020 at 07:55:22AM +0100, Johan Jonker wrote: > Hi, > > Question for robh: > > In the old txt situation we add/describe only properties that are used > by the driver/hardware itself. With yaml it also filters things in a > node that are used by other drivers like: > > assigned-clocks: > assigned-clock-rates: > power-domains: > > Should we add or not? Yes, only pinctrl properties are automatically added. We could change 'assigned-clocks', but for now I think they should be added. Rob _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel