From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Sakoman Date: Sat, 04 Sep 2010 13:16:58 -0700 Subject: [U-Boot] [PATCH V2 08/11] mtd: nand: supress 'unknown NAND' warning if no nand is found In-Reply-To: <0554BEF07D437848AF01B9C9B5F0BC5DA891D6EB@dlee01.ent.ti.com> References: <1283296887-8631-1-git-send-email-steve@sakoman.com> <1283296887-8631-9-git-send-email-steve@sakoman.com> <0554BEF07D437848AF01B9C9B5F0BC5DA8709970@dlee01.ent.ti.com> <20100901112618.069e4da2@schlenkerla.am.freescale.net> <1283359397.2011.104.camel@quadra> <20100901125550.4bea5be9@schlenkerla.am.freescale.net> <1283441611.2011.113.camel@quadra> <0554BEF07D437848AF01B9C9B5F0BC5DA891D6EB@dlee01.ent.ti.com> Message-ID: <1283631418.2011.317.camel@quadra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2010-09-04 at 12:38 -0500, Paulraj, Sandeep wrote: > > > > > This printk was added recently and results in ugly output on systems > > with no NAND: > > > > NAND: nand_get_flash_type: unknown NAND device: Manufacturer ID: 0x00, > > Chip ID: 0x00 0 MiB > > > > instead of: > > > > NAND: 0 MiB > > > > Signed-off-by: Steve Sakoman > > Steve, > > A proper patch would be very much appreciated instead of an updated patch within an e-mail chain. > Sandeep, I've updated my omap4-next-upstream branch with the new version of this patch series (it also contains the previous series): http://www.sakoman.com/cgi-bin/gitweb.cgi?p=u-boot.git;a=shortlog;h=refs/heads/omap4-next-upstream Would you like me to resubmit the entire series as a v2? The subject patch is the only one that has changed. Steve