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.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 60B5DC18E5B for ; Mon, 16 Mar 2020 18:57:45 +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 3928020719 for ; Mon, 16 Mar 2020 18:57:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3928020719 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ravnborg.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 7BC186E49F; Mon, 16 Mar 2020 18:57:44 +0000 (UTC) Received: from asavdk4.altibox.net (asavdk4.altibox.net [109.247.116.15]) by gabe.freedesktop.org (Postfix) with ESMTPS id A6B776E49F for ; Mon, 16 Mar 2020 18:57:42 +0000 (UTC) Received: from ravnborg.org (unknown [158.248.194.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk4.altibox.net (Postfix) with ESMTPS id A800C804DA; Mon, 16 Mar 2020 19:57:34 +0100 (CET) Date: Mon, 16 Mar 2020 19:57:33 +0100 From: Sam Ravnborg To: Mark Brown Subject: Re: [PATCH v1 02/36] dt-bindings: spi: support non-spi bindings as SPI slaves Message-ID: <20200316185733.GA18307@ravnborg.org> References: <20200315134416.16527-1-sam@ravnborg.org> <20200315134416.16527-3-sam@ravnborg.org> <20200316120239.GC5010@sirena.org.uk> <20200316132844.GA22822@ravnborg.org> <20200316163538.GJ5010@sirena.org.uk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200316163538.GJ5010@sirena.org.uk> User-Agent: Mutt/1.10.1 (2018-07-13) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=XpTUx2N9 c=1 sm=1 tr=0 a=UWs3HLbX/2nnQ3s7vZ42gw==:117 a=UWs3HLbX/2nnQ3s7vZ42gw==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=kj9zAlcOel0A:10 a=lAQgYEA6ThzcfdfRarEA:9 a=CjuIK1q_8ugA:10 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: Maxime Ripard , Nikolaus Schaller , Jonathan Bakker , Sandeep Panda , dri-devel@lists.freedesktop.org, Paul Cercueil , Andrzej Hajda , Thierry Reding , Laurent Pinchart , Chris Zhong , Marco Franchi , Stefan Mavrodiev , Jerry Han , Hoegeun Kwon , Tony Lindgren , Nickey Yang , Tomi Valkeinen , Jagan Teki , Robert Chiras , Vinay Simha BN , Marek Belisko , Heiko Schocher , Brian Masney , devicetree@vger.kernel.org, Guido Gunther , Alexandre Courbot , Werner Johansson , Purism Kernel Team , Peter Ujfalusi , Lin Huang , Douglas Anderson , linux-spi@vger.kernel.org, Peter Rosin Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Mark. On Mon, Mar 16, 2020 at 04:35:38PM +0000, Mark Brown wrote: > On Mon, Mar 16, 2020 at 02:28:44PM +0100, Sam Ravnborg wrote: > > On Mon, Mar 16, 2020 at 12:02:41PM +0000, Mark Brown wrote: > > > On Sun, Mar 15, 2020 at 02:43:42PM +0100, Sam Ravnborg wrote: > > > > > Independent bindings can be SPI slaves which for example is > > > > the case for several panel bindings. > > > > What is an "independent binding"? > > > For several panels we have device trees that looks like this: > > So what you're trying to do is define a generic class for SPI slaves > which are just normal children of SPI nodes? I really can't get to > there from your changelog so we need some work there - in particular > "non-spi bindings" is *very* confusing as as far as I can see these are > bindings for SPI devices. > > > The bindings are child of the spi controller node, but not specified > > in the same binding file as the spi controller node. > > Of course not, this how all buses work isn't it? > > > So SPI slaves can now reference spi-slave.yaml to get access to > > the SPI slave properties - and the copies can be avoided. > > Likewise spi-controller.yml now references spi-slave.yaml. > > > This was the best way I saw it could be done. > > Rob didn't do the binding conversion but he did review it - I'm a bit > surprised that there's issues here? For panels we have panel-common.yaml that list all the typical properties used by a panel - so the individual panel bindings shall not repeat them. This is also aligned with the principle of re-using properties rather than inventing new properties all over. And with a number of bindings describing HW that is SPI slaves the idea is to do something like we do for panels. I look forward for Rob's feedback - but as he is on vacation this week we may have to wait a week for that. The simple way forward had been to do like we do in many other places and include a few SPI properties and be done with it. This is an attempt to do something better. If there is push-back or a nack, then we can always do like we do in other places and just duplicate the properties. > Also shouldn't there be some constraint that these devices have to be > the child of a SPI controller or something? Just including a file > doesn't look right for something like class definition. It was the best I could come up with - and this patch was called out for review in the hope there is a better way than this patch. We have similar examples like: - pincfg-node.yaml - regulatro.yaml - dma-common.yaml They are not exactly 1:1 to what we do with spi-slave.yaml, but they served as inspiration. Sam _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel