Re: [U-Boot] [PATCH v2] nand_spl: Fix large page nand_command()

2011-05-03 Thread Scott Wood
On Sun, 1 May 2011 16:43:30 +0200 Wolfgang Denk wrote: > Dear Alex Waterman, > > In message <4d9cc6b0.6020...@dawning.com> you wrote: > > > > This patch changes the large page nand_command() routine to use a word > > offset instead of a byte offset. The 'offs' argument gets divided by 2 > > so t

Re: [U-Boot] [PATCH v2] nand_spl: Fix large page nand_command()

2011-05-01 Thread Wolfgang Denk
Dear Alex Waterman, In message <4d9cc6b0.6020...@dawning.com> you wrote: > > This patch changes the large page nand_command() routine to use a word > offset instead of a byte offset. The 'offs' argument gets divided by 2 > so that the offset passed to nand_command() is still by byte offset. > Orig

Re: [U-Boot] [PATCH v2] nand_spl: Fix large page nand_command()

2011-04-11 Thread Scott Wood
On Wed, Apr 06, 2011 at 04:01:52PM -0400, Alex Waterman wrote: > Sorry, I screwed up the settings in Thunderbird, hopefully I fixed the > white space/name issues now. > > About the patch not applying, I used git format-patch and git apply to > test the stuff locally, was that wrong? > > Here is

[U-Boot] [PATCH v2] nand_spl: Fix large page nand_command()

2011-04-06 Thread Alex Waterman
Sorry, I screwed up the settings in Thunderbird, hopefully I fixed the white space/name issues now. About the patch not applying, I used git format-patch and git apply to test the stuff locally, was that wrong? Here is a revised patch, I hope this is better. - Alex From: Alex Waterman Date: W