From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grygorii Strashko Date: Thu, 9 Feb 2017 11:51:38 -0600 Subject: [U-Boot] [PATCH v2 02/15] cmd: nand: abstract global variable usage for dm conversion In-Reply-To: <20170206015702.GL26129@bill-the-cat> References: <20170131213717.30745-1-grygorii.strashko@ti.com> <20170131213717.30745-3-grygorii.strashko@ti.com> <20170206015702.GL26129@bill-the-cat> Message-ID: <8845a539-e03b-fa7b-cee2-e97f766d26b6@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 02/05/2017 07:57 PM, Tom Rini wrote: > On Tue, Jan 31, 2017 at 03:37:04PM -0600, 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 > > Reviewed-by: Tom Rini > Sry, I've not received your last comment: "So this is incomplete and breaks omap3_beagle booting for example, we hang during bootup." I have one question - was boot tested only with this patch or with whole series? -- regards, -grygorii