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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15B17C352A8 for ; Wed, 15 Dec 2021 16:01:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242738AbhLOPuz convert rfc822-to-8bit (ORCPT ); Wed, 15 Dec 2021 10:50:55 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:46749 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239535AbhLOPuy (ORCPT ); Wed, 15 Dec 2021 10:50:54 -0500 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id CD618E0003; Wed, 15 Dec 2021 15:50:48 +0000 (UTC) Date: Wed, 15 Dec 2021 16:50:47 +0100 From: Miquel Raynal To: Rob Herring Cc: Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , Pratyush Yadav , Michael Walle , linux-mtd@lists.infradead.org, Mark Brown , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, Thomas Petazzoni , Xiangsheng Hou , Julien Su , Jaime Liao , Boris Brezillon Subject: Re: [PATCH v3 03/22] dt-bindings: mtd: nand-controller: Harmonize the property types Message-ID: <20211215165047.2d089269@xps13> In-Reply-To: References: <20211207093422.166934-1-miquel.raynal@bootlin.com> <20211207093422.166934-4-miquel.raynal@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Rob, robh@kernel.org wrote on Tue, 14 Dec 2021 11:45:25 -0600: > On Tue, Dec 07, 2021 at 10:34:03AM +0100, Miquel Raynal wrote: > > Harmonize the different properties in this file by: > > * dropping the non-necessary allOf's > > * always defining the keywords in the following order: > > - first: "type"/"$ref", > > - second: "description" (when relevant), > > If we're going to muck with this, really I prefer description first or > last and everything else together. Ok, no problem. This is just a patch cleaning things up before moving the properties around anyway. Can I add your Reviewed-by when sending the updated version? I would like to merge the first halve of this series soon enough. > > > - then the other generic keywords ("enum", "default", etc). > > > > Signed-off-by: Miquel Raynal Thanks, Miquèl