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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 00EA6C3F2D9 for ; Tue, 3 Mar 2020 15:20:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CAE5120863 for ; Tue, 3 Mar 2020 15:20:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=goldelico.com header.i=@goldelico.com header.b="g1EySrC0" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729401AbgCCPUQ (ORCPT ); Tue, 3 Mar 2020 10:20:16 -0500 Received: from mo4-p01-ob.smtp.rzone.de ([81.169.146.164]:26988 "EHLO mo4-p01-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729026AbgCCPUQ (ORCPT ); Tue, 3 Mar 2020 10:20:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1583248812; s=strato-dkim-0002; d=goldelico.com; h=To:References:Message-Id:Cc:Date:In-Reply-To:From:Subject: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=rKMD7BQOvvf2EnNvM4tQSBZbaPpVD8OTqQcL6Q0plyw=; b=g1EySrC0Ixnhoqm3wyXUEqSdTpbhbZ9bCrOUSuYfAVPAI4K3gfe9M5nYW/s9ltxSd/ nENcQvFen70s4ikYiBtb2CoVKw9hjFm/55AVrFxRVpsIa67lbQ1eJw7ap9+SQdMsZ6EU 2RPWNs+s7qCoO2lXU4waa+hOwyjcjXHEhitzssXbQFagmW6tJjtlsj4omoEasjF9XJGx zcc5hY2zShc4TqmwnZMhZFDRkyYcAMEG/DP+69Evuj8v7Di6yrbaNnoJOWi40bunSl8V n9XdGU238TsxVgLmbYWVWtzFhTcMJZzBwZ4Z2yYGj9fsQfXSy1sou8O5tRy8DQAw27Mf JxUQ== X-RZG-AUTH: ":JGIXVUS7cutRB/49FwqZ7WcJeFKiMgPgp8VKxflSZ1P34KBj7wpz8NMGHPrpwDGvxw==" X-RZG-CLASS-ID: mo00 Received: from imac.fritz.box by smtp.strato.de (RZmta 46.2.0 DYNA|AUTH) with ESMTPSA id y0a02cw23FJxJxq (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate); Tue, 3 Mar 2020 16:19:59 +0100 (CET) Subject: Re: [RFC 0/8] MIPS: CI20: add HDMI out support Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii From: "H. Nikolaus Schaller" In-Reply-To: <20200303145848.GA13796@bogus> Date: Tue, 3 Mar 2020 16:19:59 +0100 Cc: Sam Ravnborg , Paul Cercueil , Paul Boddie , David Airlie , Daniel Vetter , Mark Rutland , Ralf Baechle , Paul Burton , Linus Walleij , Andi Kleen , Krzysztof Kozlowski , Geert Uytterhoeven , "Eric W. Biederman" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux Kernel Mailing List , "open list:DRM PANEL DRIVERS" , linux-mips@vger.kernel.org, "open list:GPIO SUBSYSTEM" , Discussions about the Letux Kernel Content-Transfer-Encoding: 7bit Message-Id: <6A9DD709-DF42-4A68-9EA4-A2F9C7A49DBA@goldelico.com> References: <20200227122325.GA7587@ravnborg.org> <8EE60F87-415A-44EA-AA49-632E232095FF@goldelico.com> <20200303145848.GA13796@bogus> To: Rob Herring X-Mailer: Apple Mail (2.3124) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Rob, > Am 03.03.2020 um 15:58 schrieb Rob Herring : > > On Thu, Feb 27, 2020 at 01:56:56PM +0100, H. Nikolaus Schaller wrote: >> Hi Sam, >> >> >> Or that there will appear good tools soon. E.g. some GUI >> based editor tool would be very helpful so that you don't have >> to fight with the yaml indentation rules. Like there are XML >> and DTD editors. And even HTML is rarely written manually any more. >> >> IMHO such tools should have been developed and in place *before* >> the rule to provide DT schemata is enforced. > > You mean tools like what is discussed here: > > https://www.redhat.com/sysadmin/yaml-tips > > There's also yaml-format in the dtschema repo which will reformat a file > to the desired formatting. It is just a wrapper around ruamel yaml > library. What I dream of is a higher level higher abstraction than a YAML editor because the problems I face are not only YAML syntax but that I don't know what should be where in a scheme file and why. So I'd like to have a Schema editor. I.e. some editor where I can edit a list of properties and can e.g. checkmark "required". And simply type a description into some text field. And the editor knows where to place the keywords -item -enum -oneOf -description etc. when doing a Save operation. Basically what I dream of is more like MarkDown where you write text, titles paragraphs etc. and that gets magically translated into valid HTML. Or even better analogy: OpenOffice where you just write and format your text and one does not have to edit PostScript printer commands. But it is likely to stay a dream. BR and thanks, Nikolaus