From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 22 Feb 2010 22:25:49 +0100 (CET) From: Thomas Gleixner To: Maxim Levitsky Subject: Re: [PATCH 13/15] MTD: add few workarounds to nand system for SmartMedia/xD chips. In-Reply-To: <1266863982-5258-14-git-send-email-maximlevitsky@gmail.com> Message-ID: References: <1266863982-5258-1-git-send-email-maximlevitsky@gmail.com> <1266863982-5258-14-git-send-email-maximlevitsky@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Alex Dubov , Vitaly Wool , joern , linux-kernel , stanley.miao@windriver.com, linux-mtd , David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 22 Feb 2010, Maxim Levitsky wrote: > * Add an option NAND_SMARTMEDIA that can be set by nand driver > If set, it will cause separate ID table to be used, which includes > mask rom devices and new xD cards Why that option ? We can just extend the existing ids table and be done. No extra magic needed. Thanks, tglx