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=-15.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 6633FC433E0 for ; Tue, 5 Jan 2021 14:09:40 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C01F922AAB for ; Tue, 5 Jan 2021 14:09:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C01F922AAB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 53A211695; Tue, 5 Jan 2021 15:08:48 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 53A211695 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1609855778; bh=NM02vya9y2V9/BIHyBu3+r90ag/AdkNr9lYqeOUaBRk=; h=Date:From:To:Subject:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=GVvYmU8cXrG2FoGCRUlOp0BzYHu1uRG6UzNC92r5lUOIsa4P7m6RdoBOYs6wb+cCc R7lCEbSqUAJvvK/8H+dIPg3hTWv/xlJgbKlwx8SCEDIp7R4ZcGQQQDvTVUhp97LYqj fLUAaTRglpTwvOo6ZS7vp4+1zp2P+2Wm4ZLMKi4M= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 760B7F8027D; Tue, 5 Jan 2021 15:06:52 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 0E72EF8049C; Tue, 5 Jan 2021 15:06:49 +0100 (CET) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 77587F80268 for ; Tue, 5 Jan 2021 15:06:44 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 77587F80268 X-Originating-IP: 90.89.98.255 Received: from xps13 (lfbn-tou-1-1535-bdcst.w90-89.abo.wanadoo.fr [90.89.98.255]) (Authenticated sender: miquel.raynal@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 4F0391C000F; Tue, 5 Jan 2021 14:06:37 +0000 (UTC) Date: Tue, 5 Jan 2021 15:06:36 +0100 From: Miquel Raynal To: Thomas Bogendoerfer Subject: Re: [PATCH 06/10] mtd: Remove drivers used by TX49xx Message-ID: <20210105150636.175598fc@xps13> In-Reply-To: <20210105140305.141401-7-tsbogend@alpha.franken.de> References: <20210105140305.141401-1-tsbogend@alpha.franken.de> <20210105140305.141401-7-tsbogend@alpha.franken.de> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Alexandre Belloni , Vignesh Raghavendra , Liam Girdwood , alsa-devel@alsa-project.org, Takashi Iwai , linux-ide@vger.kernel.org, linux-mtd@lists.infradead.org, linux-spi@vger.kernel.org, linux-rtc@vger.kernel.org, Wim Van Sebroeck , Herbert Xu , Richard Weinberger , Jakub Kicinski , Guenter Roeck , linux-watchdog@vger.kernel.org, Mark Brown , Matt Mackall , Dan Williams , Alessandro Zummo , netdev@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Vinod Koul , linux-crypto@vger.kernel.org, dmaengine@vger.kernel.org, "David S. Miller" X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Hi Thomas, Thomas Bogendoerfer wrote on Tue, 5 Jan 2021 15:02:51 +0100: > CPU support for TX49xx is getting removed, so remove MTD support for it. >=20 > Signed-off-by: Thomas Bogendoerfer If the removal happens, you may take this patch through the mips tree. Acked-by: Miquel Raynal One less driver to convert to ->exec_op() :-) > --- > drivers/mtd/maps/Kconfig | 6 - > drivers/mtd/maps/Makefile | 1 - > drivers/mtd/maps/rbtx4939-flash.c | 133 ------- > drivers/mtd/nand/raw/Kconfig | 7 - > drivers/mtd/nand/raw/Makefile | 1 - > drivers/mtd/nand/raw/txx9ndfmc.c | 423 ----------------------- > include/linux/platform_data/txx9/ndfmc.h | 28 -- > 7 files changed, 599 deletions(-) > delete mode 100644 drivers/mtd/maps/rbtx4939-flash.c > delete mode 100644 drivers/mtd/nand/raw/txx9ndfmc.c > delete mode 100644 include/linux/platform_data/txx9/ndfmc.h Thanks, Miqu=C3=A8l