From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg?= Krause Date: Sun, 14 Jan 2018 19:22:33 +0100 Subject: [U-Boot] [PATCH 1/4] mtd: nand: export nand_get_flash_type function In-Reply-To: References: <20180114161418.9346-1-joerg.krause@embedded.rocks> <20180114161418.9346-2-joerg.krause@embedded.rocks> Message-ID: <1515954153.8426.7.camel@embedded.rocks> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Sun, 2018-01-14 at 15:55 -0200, Fabio Estevam wrote: > Hi Jörg, > > On Sun, Jan 14, 2018 at 2:14 PM, Jörg Krause > wrote: > > `nand_get_flash_type()` allows identification of supported NAND flashs. > > The function is useful in SPL (like mxs_nand_spl.c) to lookup for a NAND > > flash (which does not support ONFi) instead of using nand_simple.c and > > hard-coding all required NAND parameters. > > > > Signed-off-by: Jörg Krause > > Thanks for your series. > > You missed to add the U-Boot NAND maintainer (Scott Wood). > > Please resend the series with him on Cc. Thanks, will do! I missed him because the custodian git repos last change is from 2016. Jörg