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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 D41E6C433E0 for ; Wed, 20 Jan 2021 15:49:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9512A2336D for ; Wed, 20 Jan 2021 15:49:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391060AbhATPtR convert rfc822-to-8bit (ORCPT ); Wed, 20 Jan 2021 10:49:17 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:53175 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389008AbhATPoH (ORCPT ); Wed, 20 Jan 2021 10:44:07 -0500 X-Originating-IP: 86.201.233.230 Received: from xps13 (lfbn-tou-1-151-230.w86-201.abo.wanadoo.fr [86.201.233.230]) (Authenticated sender: miquel.raynal@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 835311BF204; Wed, 20 Jan 2021 15:43:23 +0000 (UTC) Date: Wed, 20 Jan 2021 16:43:22 +0100 From: Miquel Raynal To: Arnd Bergmann Cc: Richard Weinberger , Vignesh Raghavendra , Arnd Bergmann , Marc Gonzalez , Mans Rullgard , "linux-kernel@vger.kernel.org" , linux-mtd , Linux ARM Subject: Re: [PATCH] nand: raw: remove tango driver Message-ID: <20210120164322.644720d3@xps13> In-Reply-To: References: <20210120150555.1610132-1-arnd@kernel.org> <20210120162904.1a1588bf@xps13> 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: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann wrote on Wed, 20 Jan 2021 16:41:16 +0100: > On Wed, Jan 20, 2021 at 4:29 PM Miquel Raynal wrote: > > > > Hi Arnd, > > > > Arnd Bergmann wrote on Wed, 20 Jan 2021 16:05:26 > > +0100: > > > > > From: Arnd Bergmann > > > > > > The tango platform is getting removed, so the driver is no > > > longer needed. > > > > > > Cc: Marc Gonzalez > > > Cc: Mans Rullgard > > > Signed-off-by: Arnd Bergmann > > > > I didn't know. I'll just fix the title when applying to something like > > > > mtd: rawnand: tango: Remove the driver > > > > If you don't mind. > > Sure, please do. > > If you like, you can also add a pointer to the platform removal > > Link: https://lore.kernel.org/linux-arm-kernel/20210120124812.2800027-1-arnd@kernel.org/T/ > > which I had added to some of the other submissions, but forgot here. Sure, I'll do it. Miquèl