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 6381AC0015E for ; Fri, 16 Jun 2023 11:58:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345127AbjFPL6V (ORCPT ); Fri, 16 Jun 2023 07:58:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345241AbjFPL6G (ORCPT ); Fri, 16 Jun 2023 07:58:06 -0400 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46D42273F; Fri, 16 Jun 2023 04:58:05 -0700 (PDT) X-GND-Sasl: gregory.clement@bootlin.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1686916683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oopUZlUtuLZK+7zdDNuIoLpQDqrRtt6+LrJlqbPl+AI=; b=htS+g7ijJc5qam38E8e1ZkE/HXVDeDZ+ba6SRIEWVePZUyKejAdMDewGRoVC/Nr8g8sc3F ME/1ArWeIEkf4ymtm5tSbG7yn/XEYHxlt6GsrT6cIgbk7I6D43+uSG/76cT2UPYZJeodmR b96q9hu9bkt9s5bVrp08fYqYVtIi+FpKhIwl8RlYGRdrdFHWXLE6rlUtAzLXyGN7wOegoF sb1CwFK8RXhqbM2Ty+RISw7Rexiz0AH21PvekTxmJB/kWAUcMLMu4pCaHwmXn9GssgY687 TosXZ0/toRqZYHN5M72qgRIqvypo8OoeChBC599H0aQF/OaOLwCWdlCDCd6o4w== X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com Received: by mail.gandi.net (Postfix) with ESMTPSA id 95F0160007; Fri, 16 Jun 2023 11:58:00 +0000 (UTC) From: Gregory CLEMENT To: Chris Packham , miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, andrew@lunn.ch, sebastian.hesselbarth@gmail.com, vadym.kochan@plvision.eu Cc: linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, enachman@marvell.com, Chris Packham Subject: Re: [PATCH v6 0/2] dt-bindings: mtd: marvell-nand: Add YAML scheme In-Reply-To: <87r0qbhbqt.fsf@BL-laptop> References: <20230530005337.3687938-1-chris.packham@alliedtelesis.co.nz> <87r0qbhbqt.fsf@BL-laptop> Date: Fri, 16 Jun 2023 13:58:00 +0200 Message-ID: <87ilbnhb5j.fsf@BL-laptop> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Gregory CLEMENT writes: > Chris Packham writes: > >> Add YAML scheme for the Marvell's NAND controller >> to validate it's DT bindings. Old txt file is deleted, >> not included the compatibles and properties which were marked as >> deprecated. >> >> Also fix node name in cp11x DTSI acording to nand-controller.yaml >> >> I've picked up this series to hopefully get it over the line. I think I've >> addressed all the feedback from the last round of review. >> >> Vadym Kochan (2): >> dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme >> arm64: dts: marvell: cp11x: Fix nand_controller node name according to >> YAML > > > Both patch applied on mvebu/dt64 > > However if the first patch should be merged through another tree, let me > know. Finally I removed these both patches, I missed the version 9! I applied the 2 patches for the dts files from v9. Thanks, Gregory > > >> >> .../bindings/mtd/marvell,nand-controller.yaml | 190 ++++++++++++++++++ >> .../devicetree/bindings/mtd/marvell-nand.txt | 126 ------------ >> MAINTAINERS | 1 - >> arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 2 +- >> 4 files changed, 191 insertions(+), 128 deletions(-) >> create mode 100644 Documentation/devicetree/bindings/mtd/marvell,nand-controller.yaml >> delete mode 100644 Documentation/devicetree/bindings/mtd/marvell-nand.txt >> >> -- >> 2.40.1 >> > > -- > Gregory Clement, Bootlin > Embedded Linux and Kernel engineering > http://bootlin.com -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com