From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from canuck.infradead.org (canuck.infradead.org [205.233.218.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 9EB7367A42 for ; Thu, 29 Jun 2006 00:28:01 +1000 (EST) Subject: Re: [PATCH 2/7] mtd: Add map file for mpc83xx boards From: David Woodhouse To: Li Yang-r58472 In-Reply-To: <9FCDBA58F226D911B202000BDBAD467306E04FD3@zch01exm40.ap.freescale.net> References: <9FCDBA58F226D911B202000BDBAD467306E04FD3@zch01exm40.ap.freescale.net> Content-Type: text/plain Date: Wed, 28 Jun 2006 15:27:41 +0100 Message-Id: <1151504861.17134.39.camel@pmac.infradead.org> Mime-Version: 1.0 Cc: Phillips Kim-R1AAHA , Yin Olivia-r63875 , "'linux-kernel@vger.kernel.org'" , linuxppc-dev@ozlabs.org, "'linux-mtd@lists.infradead.org'" , Chu hanjin-r52514 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2006-06-28 at 22:23 +0800, Li Yang-r58472 wrote: > Flash mapping file for MPC83xx MDS platforms. I'm not accepting any more individual map drivers unless they're absolutely necessary, which this one isn't. Use a platform device and physmap. Or better still, extend physmap to handle of_devices too and just stick the flash information in the device tree. -- dwmw2