From patchwork Fri Jun 26 07:13:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 1317429 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 49tSmd48CFz9sRR for ; Fri, 26 Jun 2020 17:14:09 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725801AbgFZHOI (ORCPT ); Fri, 26 Jun 2020 03:14:08 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:50223 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728145AbgFZHOI (ORCPT ); Fri, 26 Jun 2020 03:14:08 -0400 Received: from localhost.localdomain (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 55195100006; Fri, 26 Jun 2020 07:13:59 +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 v11 0/2] NAND ECC engine binding changes Date: Fri, 26 Jun 2020 09:13:55 +0200 Message-Id: <20200626071357.21421-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. Miquel Raynal (2): dt-bindings: mtd: Document nand-ecc-engine dt-bindings: mtd: Document boolean NAND ECC properties .../bindings/mtd/nand-controller.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)