Re: [U-Boot] [PATCH 6/6] nand_spl: change out_be32 to raw_writel and depend on subsequent sync

2012-08-20 Thread Andy Fleming
I'm ok if you take them. I should be doing a push today, so either way works for me. On Aug 18, 2012, at 2:05 PM, Scott Wood wrote: On 08/13/2012 06:23 PM, Scott Wood wrote: On 08/13/2012 01:10 PM, Matthew McClintock wrote: This change reduces the SPL size by removing the redundant syncs

Re: [U-Boot] [PATCH 6/6] nand_spl: change out_be32 to raw_writel and depend on subsequent sync

2012-08-20 Thread Scott Wood
On 08/20/2012 11:11 AM, Andy Fleming wrote: I'm ok if you take them. I should be doing a push today, so either way works for me. If you're doing one today, go ahead and take them: Acked-by: Scott Wood scottw...@freescale.com -Scott ___ U-Boot

Re: [U-Boot] [PATCH 6/6] nand_spl: change out_be32 to raw_writel and depend on subsequent sync

2012-08-18 Thread Scott Wood
On 08/13/2012 06:23 PM, Scott Wood wrote: On 08/13/2012 01:10 PM, Matthew McClintock wrote: This change reduces the SPL size by removing the redundant syncs produced by out_be32 and just replies on one final sync Done with: sed -r '/in_be32/b;

[U-Boot] [PATCH 6/6] nand_spl: change out_be32 to raw_writel and depend on subsequent sync

2012-08-13 Thread Matthew McClintock
This change reduces the SPL size by removing the redundant syncs produced by out_be32 and just replies on one final sync Done with: sed -r '/in_be32/b; s/(out_be32)\(([^,]*),\s+(.*)\)/__raw_writel(\3, \2)/g' -i `git grep --name-only sdram_init nand_spl/` Signed-off-by: Matthew McClintock

Re: [U-Boot] [PATCH 6/6] nand_spl: change out_be32 to raw_writel and depend on subsequent sync

2012-08-13 Thread Scott Wood
On 08/13/2012 01:10 PM, Matthew McClintock wrote: This change reduces the SPL size by removing the redundant syncs produced by out_be32 and just replies on one final sync Done with: sed -r '/in_be32/b; s/(out_be32)\(([^,]*),\s+(.*)\)/__raw_writel(\3, \2)/g' -i `git grep --name-only

Re: [U-Boot] [PATCH 6/6] nand_spl: change out_be32 to raw_writel and depend on subsequent sync

2012-08-13 Thread McClintock Matthew-B29882
On Mon, Aug 13, 2012 at 6:23 PM, Scott Wood scottw...@freescale.com wrote: On 08/13/2012 01:10 PM, Matthew McClintock wrote: This change reduces the SPL size by removing the redundant syncs produced by out_be32 and just replies on one final sync Done with: sed -r '/in_be32/b;

Re: [U-Boot] [PATCH 6/6] nand_spl: change out_be32 to raw_writel and depend on subsequent sync

2012-08-13 Thread Scott Wood
On 08/13/2012 06:31 PM, McClintock Matthew-B29882 wrote: On Mon, Aug 13, 2012 at 6:23 PM, Scott Wood scottw...@freescale.com wrote: On 08/13/2012 01:10 PM, Matthew McClintock wrote: This change reduces the SPL size by removing the redundant syncs produced by out_be32 and just replies on one

Re: [U-Boot] [PATCH 6/6] nand_spl: change out_be32 to raw_writel and depend on subsequent sync

2012-08-13 Thread McClintock Matthew-B29882
On Mon, Aug 13, 2012 at 6:34 PM, Scott Wood scottw...@freescale.com wrote: On 08/13/2012 06:31 PM, McClintock Matthew-B29882 wrote: On Mon, Aug 13, 2012 at 6:23 PM, Scott Wood scottw...@freescale.com wrote: On 08/13/2012 01:10 PM, Matthew McClintock wrote: This change reduces the SPL size by