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 X-Spam-Level: X-Spam-Status: No, score=-11.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 A142DC433DF for ; Wed, 27 May 2020 14:11:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8C4602073B for ; Wed, 27 May 2020 14:11:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728241AbgE0OLV (ORCPT ); Wed, 27 May 2020 10:11:21 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:48225 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726069AbgE0OLV (ORCPT ); Wed, 27 May 2020 10:11:21 -0400 X-Originating-IP: 93.23.196.54 Received: from localhost.localdomain (54.196.23.93.rev.sfr.net [93.23.196.54]) (Authenticated sender: miquel.raynal@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id E7D65E0008; Wed, 27 May 2020 14:11:15 +0000 (UTC) From: Miquel Raynal To: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , linux-mtd@lists.infradead.org Cc: Mark Rutland , devicetree@vger.kernel.org, Rob Herring , Boris Brezillon Subject: Re: [RESEND v5 04/21] dt-bindings: mtd: Deprecate OOB_FIRST mode Date: Wed, 27 May 2020 16:11:14 +0200 Message-Id: <20200527141114.23952-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200526195633.11543-5-miquel.raynal@bootlin.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: 1777341d933563494ff842109e84916c5a8abc45 Content-Transfer-Encoding: 8bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 2020-05-26 at 19:56:16 UTC, Miquel Raynal wrote: > This mode has never actually been used, it was introduced for a single > driver and even this driver did not use it in the DT but only in the > code. Now that this mode has been removed, let's trim the bindings > definition to avoid carrying useless properties. > > Signed-off-by: Miquel Raynal > Reviewed-by: Boris Brezillon Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next. Miquel