From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grygorii Strashko Date: Fri, 7 Jul 2017 19:32:28 -0500 Subject: [U-Boot] [PATCH v4 01/18] cmd: nand: abstract global variable usage for dm conversion In-Reply-To: References: <20170627001308.23513-1-grygorii.strashko@ti.com> <20170627001308.23513-2-grygorii.strashko@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/06/2017 10:58 PM, Simon Glass wrote: > Hi, > > On 26 June 2017 at 18:12, Grygorii Strashko wrote: >> From: Mugunthan V N >> >> nand_info is used all over the file so abstract it with >> get_nand_dev_by_index() which will help for DM conversion. >> >> Signed-off-by: Mugunthan V N >> Signed-off-by: Grygorii Strashko >> --- >> cmd/nand.c | 69 +++++++++++++++++++++++++------------------- >> drivers/mtd/nand/nand.c | 21 ++++++++++---- >> drivers/mtd/nand/omap_gpmc.c | 7 ++--- >> include/nand.h | 9 ++++++ >> 4 files changed, 65 insertions(+), 41 deletions(-) > > Is there a cover letter for this series please? I'm not sure what it > does overall, or what your approach is. > It should be and you are in cc, here is the link for your reference: https://www.mail-archive.com/u-boot at lists.denx.de/msg254409.html -- regards, -grygorii