From patchwork Tue Jun 30 07:28:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 198349 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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT 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 4B8DEC433DF for ; Tue, 30 Jun 2020 07:28:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 338F620759 for ; Tue, 30 Jun 2020 07:28:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730636AbgF3H23 (ORCPT ); Tue, 30 Jun 2020 03:28:29 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:48739 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726943AbgF3H23 (ORCPT ); Tue, 30 Jun 2020 03:28:29 -0400 X-Originating-IP: 91.224.148.103 Received: from localhost.localdomain (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id D87E81C0011; Tue, 30 Jun 2020 07:28:24 +0000 (UTC) From: Miquel Raynal To: Rob Herring , Mark Rutland , Cc: Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , , Boris Brezillon , masonccyang@mxic.com.tw, juliensu@mxic.com.tw, Thomas Petazzoni , Miquel Raynal Subject: [PATCH v12 0/2] NAND ECC engine binding changes Date: Tue, 30 Jun 2020 09:28:20 +0200 Message-Id: <20200630072822.26828-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org As part of a bigger series, I proposed these changes to facilitate the insertion of a generic ECC engine abstraction, needed specifically for new SPI-NAND devices not featuring any on-die engine. The series is almost ready to be merged but the bindings did not pass the checks. Now it is solved so I am just waiting for Rob's ack on these two patches to apply the whole series. Changes in v12: * Actually send the corrected commits, ie. with a phandle type for the ECC engine, a '|' to preserve the description formatting, boolean types clearly defined for the two other properties and no more tabs. Miquel Raynal (2): dt-bindings: mtd: Document nand-ecc-engine dt-bindings: mtd: Document boolean NAND ECC properties .../bindings/mtd/nand-controller.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) Reviewed-by: Rob Herring