Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp59009pxb; Tue, 28 Sep 2021 15:25:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzngzpPKowt7KXOGNKLZj9P1rv+1N5GISPq1nZFkCec/D0pg9ZP2C0/+fy1dClfMxgqijym X-Received: by 2002:a50:d80e:: with SMTP id o14mr10933355edj.49.1632867922272; Tue, 28 Sep 2021 15:25:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632867922; cv=none; d=google.com; s=arc-20160816; b=WqUFDsYyuYy6d5wQBnZ0IDYRg+pZMNLGISpr9ixOBdzpQ9SywTGcl4mdMObkZKxebb QSi+D8y9281HSFVyvS0EwGTYsMQWncO8wDb/q20XDtWe9LVm+fVyWhq3WHhdgGagBoYf LR2+nyFe8vlmcOMI20sBF4Lkn7DMmyyGfiItwZL/6U0rSeTNTQG9Kmz//CQwoVkHi9CB Q9QBKQTB7wrBUaZl8tsJk0zaY0FcAZQgdc3lFXEy7jniXvyPJwJ4P10smopQjST4RG1N /JdGmu4nUKstsl5oDVvYOfrOu/cZF1sbOGdR/z98ViqMSuequ/kSRjWAtuiP/t9127Yy cYVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=OzC/iW2mNO4Qun1L1ljlpyt2v7igD2fqmFU3aKIrL2g=; b=x1hZ70OxoHqWC8hnGNaRTz+aOB7NeIA+EHWnFyF4Z7NKQMGhuZ1LUnZH5uTsMQbjVP /TCoA3JDdhD5VE1W9iozm9Nx6zg8K1wE+2PTl7e/8PmaXIe/nWUAspuzFNabxyIVoISp mfYbuthceAXka2nYeh+egKRsrHujFGdooTWSCAPtfBE89L7hY0ZCQHP/NALqkph5qMjA HpSuwLO0IgJjiVTsIlzMzgcIeiqf6W2LVbqobgy03Zif+LUkMENVqWDWYoAtZldZJ5eP Wi2jw9SQ/JQak3hM3PbN6HSnkde/QYG7fHpvGryMtSUxCpQkpHQJXNMAK3rw2DgI7AXZ pLJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bu1si424960ejb.482.2021.09.28.15.24.58; Tue, 28 Sep 2021 15:25:22 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243181AbhI1WY7 (ORCPT + 99 others); Tue, 28 Sep 2021 18:24:59 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:54239 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243138AbhI1WYs (ORCPT ); Tue, 28 Sep 2021 18:24:48 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 914E1100004; Tue, 28 Sep 2021 22:23:07 +0000 (UTC) From: Miquel Raynal To: Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus Cc: , , Miquel Raynal Subject: [PATCH 0/9] Keep on-die ECC engines compatibility Date: Wed, 29 Sep 2021 00:22:49 +0200 Message-Id: <20210928222258.199726-11-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210928222258.199726-1-miquel.raynal@bootlin.com> References: <20210928222258.199726-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Recent changes broke the possibility to set the desired ECC engine type from DT, this is of course an error and needed to be fixed. The fix applies to all drivers which already received a previous incomplete fix (about SW support). Hopefully this time we should be good. Sorry for the noise. Miquel Raynal (9): mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines drivers/mtd/nand/raw/ams-delta.c | 12 +++++++++--- drivers/mtd/nand/raw/au1550nd.c | 12 +++++++++--- drivers/mtd/nand/raw/gpio.c | 12 +++++++++--- drivers/mtd/nand/raw/mpc5121_nfc.c | 12 +++++++++--- drivers/mtd/nand/raw/orion_nand.c | 12 +++++++++--- drivers/mtd/nand/raw/pasemi_nand.c | 12 +++++++++--- drivers/mtd/nand/raw/plat_nand.c | 12 +++++++++--- drivers/mtd/nand/raw/socrates_nand.c | 12 +++++++++--- drivers/mtd/nand/raw/xway_nand.c | 12 +++++++++--- 9 files changed, 81 insertions(+), 27 deletions(-) -- 2.27.0