From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cpsmtpb-ews09.kpnxchange.com (cpsmtpb-ews09.kpnxchange.com [213.75.39.14]) by ozlabs.org (Postfix) with ESMTP id 8AA032C0098 for ; Fri, 27 Dec 2013 20:24:15 +1100 (EST) Message-ID: <1388135456.5072.3.camel@x220> Subject: Re: [PATCH] mtd: nand: remove pasemi_nand driver From: Paul Bolle To: Olof Johansson Date: Fri, 27 Dec 2013 10:10:56 +0100 In-Reply-To: <1388123524-9000-1-git-send-email-olof@lixom.net> References: <1388123524-9000-1-git-send-email-olof@lixom.net> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linux-mtd@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, David Woodhouse , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2013-12-26 at 21:52 -0800, Olof Johansson wrote: > The PA Semi platform is sparsely used these days (with just a handful > of known users out there). I'm 100% sure none of them use the MTD NAND > driver -- most standard use cases include PCI-e SATA controllers for > storage instead, and boot is done from LPC NOR flash. > > So, there's little reason to keep carrying a driver that's not used by > anybody and that just gets hit by some tree-wide or tools-based changes > every now and then. > > Signed-off-by: Olof Johansson > --- > drivers/mtd/nand/pasemi_nand.c | 238 ---------------------------------------- > 1 file changed, 238 deletions(-) > delete mode 100644 drivers/mtd/nand/pasemi_nand.c If this gets accepted we should remove the related entry in drivers/mtd/nand/Kconfig and the related line in drivers/mtd/nand/Makefile too, shouldn't we? Paul Bolle