From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by ozlabs.org (Postfix) with ESMTP id 5B4972C029B for ; Wed, 13 Mar 2013 20:04:04 +1100 (EST) Message-ID: <1363165492.9457.10.camel@sauron.fi.intel.com> Subject: [PATCH 00/10] mtd: remove dead map drivers From: Artem Bityutskiy To: MTD Maling List , linuxppc-dev Date: Wed, 13 Mar 2013 11:04:52 +0200 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Reply-To: dedekind1@gmail.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , [Adding the PPC list] This patch-set removes a bunch of dean MTD map drivers. The way I judged whether a driver is dead or not was looking at driver's dependencies in the Kconfig file. Whenever I saw a driver depending on a Kconfig symbol which is not defined anywhere, I treated the driver as dead. The motivation for this patch-set is to clean up the MTD subsystem a little and lessen the maintenance burden. Indeed, the less drivers we have, the easier it is to do MTD framework refactoring. Thanks, Artem. ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ -- Best Regards, Artem Bityutskiy