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 DB879C64EC3 for ; Fri, 3 Feb 2023 18:11:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233213AbjBCSLO (ORCPT ); Fri, 3 Feb 2023 13:11:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233212AbjBCSKi (ORCPT ); Fri, 3 Feb 2023 13:10:38 -0500 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A15306D5E0; Fri, 3 Feb 2023 10:10:37 -0800 (PST) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id C38B51BF209; Fri, 3 Feb 2023 18:10:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1675447836; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zbYumVFQdJh3v4fpXui6V//NHCF9KnW//5BymNroE+c=; b=oEx1mUdEZl5FKCBVldVayd0oQ0H5/H9+z8uGrsUCmhPyW6n0YrsXOic5QDcSHIWzDpLmoQ zGMnr15odXUtaSzN9bmtFR6mFXrRUOmALzUA0jsQIyAEj7uP9c95mhjyVGh7Popk4XwaXU Cw9dsCdKD7pzbHu97GL4Hn9Qgp0xy2KbDc4QVK7btd2WYa+L9QKgwAJaxJDpx0ODPEjXzN lTpV74hiVp7zL8TQocpGEWVYuIDVlainssRVTBHsa+wqZlHhojxlAg0Q9Jy+WPQ0Cd/qn1 pEAd6vmJyi5n6CwcIAzvP4AzEKn5WoGDm4CbiC3HIvUibDShVLkyiuCCjx8auw== From: Miquel Raynal To: Xiangsheng Hou , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Rob Herring , Krzysztof Kozlowski , Matthias Brugger Cc: linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, benliang.zhao@mediatek.com, bin.zhang@mediatek.com, Krzysztof Kozlowski Subject: Re: [PATCH v6 4/5] dt-bindings: mtd: mediatek,nand-ecc-engine: Add compatible for MT7986 Date: Fri, 3 Feb 2023 19:10:34 +0100 Message-Id: <20230203181034.436317-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230201021500.26769-5-xiangsheng.hou@mediatek.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: b'70d3cf76f937fbef9c55eaffe1c848208e1372e2' Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2023-02-01 at 02:14:59 UTC, Xiangsheng Hou wrote: > Add dt-bindings documentation of ECC for MediaTek MT7986 SoC > platform. > > Signed-off-by: Xiangsheng Hou > Acked-by: Krzysztof Kozlowski Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel