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 B1B8BEB64D9 for ; Mon, 19 Jun 2023 06:34:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229481AbjFSGec (ORCPT ); Mon, 19 Jun 2023 02:34:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229997AbjFSGeb (ORCPT ); Mon, 19 Jun 2023 02:34:31 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DAC32123 for ; Sun, 18 Jun 2023 23:34:30 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6FF1D614C1 for ; Mon, 19 Jun 2023 06:34:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C30AFC433C8; Mon, 19 Jun 2023 06:34:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687156469; bh=kTLa1bABqE7PRoQN+W58XG0ov79lgaoOc2p0q5KvPv8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=VXoLRzOF0VvD/3nq2o0zWmZr9+afT2QrBW/K7009DGYtIvkzaV+pjwvff7TLFthf+ R4jI16YPbMO5QMktV03LUob5jTFEuFkJuOUv9amSbxJbqtnx6UChAGLMeGkUjKLyAD 74xvHykvZRc0Yzhf2dHOuWnqHIs6/g/BXXWgF9TI2LcE3LfdPRsrMjCYI+i4L3RaP3 u5zT0t9pGyp1vUHi/O1NMgJFkZ5afFKaeK4voPVfNdAyTNc9xpO+HR6XE4D6EBvF9X DcuBAqH1veT5giW/ici6JZ4nwW9yA+/ld+pHp3qqu51ycFfDFUvGUCw1Rz+ORp1rY2 0cJLEQWnDTvkQ== Message-ID: <12fe2d4f-dba8-8a78-b354-6812d96ba24b@kernel.org> Date: Mon, 19 Jun 2023 08:34:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH v2 03/17] dt-bindings: mtd: Mark nand-ecc-placement deprecated Content-Language: en-US To: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , Pratyush Yadav , Michael Walle , linux-mtd@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org Cc: Chris Packham , Thomas Petazzoni References: <20230606175246.190465-1-miquel.raynal@bootlin.com> <20230606175246.190465-4-miquel.raynal@bootlin.com> From: Krzysztof Kozlowski In-Reply-To: <20230606175246.190465-4-miquel.raynal@bootlin.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 06/06/2023 19:52, Miquel Raynal wrote: > The nand-ecc-placement property has been deprecated for a long time > already, it does not really mean something useful for the ECC engines > and is anyway in the vast majority of cases totally useless. Just mark > it deprecated to avoid appealing people to use it. > > Signed-off-by: Miquel Raynal > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof