From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wy0-f177.google.com ([74.125.82.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QLyv7-0006lV-EV for linux-mtd@lists.infradead.org; Mon, 16 May 2011 14:37:18 +0000 Received: by wyb28 with SMTP id 28so4406598wyb.36 for ; Mon, 16 May 2011 07:37:15 -0700 (PDT) Date: Mon, 16 May 2011 15:37:10 +0100 From: Jamie Iles To: Artem Bityutskiy Subject: Re: [RFC PATCH 0/7] Removing CONFIG_MTD_PARTITIONS Message-ID: <20110516143710.GA5123@pulham.picochip.com> References: <1305206818-31752-1-git-send-email-jamie@jamieiles.com> <1305551060.2630.2.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1305551060.2630.2.camel@localhost> Cc: Jamie Iles , linux-mtd@lists.infradead.org, dwmw2@infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, May 16, 2011 at 04:04:20PM +0300, Artem Bityutskiy wrote: > On Thu, 2011-05-12 at 14:26 +0100, Jamie Iles wrote: > > This patch series is an RFC for the removal of CONFIG_MTD_PARTITIONS. > > Partitioning is still supported, but is always compiled in if CONFIG_MTD is > > selected. To transition, two new symbols are introduced - > > mtd_device_{,un}register() that replace add_mtd_device(), add_mtd_partitions() > > and their counterparts. The series converts a number of drivers over to use > > these new interfaces and the final patch removes the old symbols. > > > > Note that this patch does not transition all of the drivers so is incomplete > > (and not signed off!). If this approach is suitable then I'll convert all of > > the other drivers over. > > Jamie, looks very good at the first glance, thanks a lot! Great! I'm travelling at the moment so can't complete the series, but I'll aim to do the full series over the next few weeks and repost. Thanks for taking the time to look at it. Jamie