Re: [U-Boot] [PATCH] cfi_flash driver: fixed addressing for 8-bit flash buses.

2011-09-30 Thread Stefan Roese
Aaron, On Saturday 30 April 2011 21:14:49 Aaron Williams wrote: Will do. I've been quite busy lately bringing up a 32-core chip and getting ready for a release but I should have some time now. I've got some other patches I also need to submit. Is this patch still on your list for a re-spin?

[U-Boot] [PATCH] cfi_flash driver: fixed addressing for 8-bit flash buses.

2011-04-12 Thread Aaron Williams
This patch corrects the addresses used when working with Spansion/AMD FLASH chips. Addressing for 8 and 16 bits is almost identical except in the 16 bit case the LSB of the address is always 0. The confusion arose because the addresses in the datasheet for the 16 bit mode are word addresses but

Re: [U-Boot] [PATCH] cfi_flash driver: fixed addressing for 8-bit flash buses.

2011-04-12 Thread Albert ARIBAUD
Hi Aaron, Le 12/04/2011 09:53, Aaron Williams a écrit : This patch corrects the addresses used when working with Spansion/AMD FLASH chips. Addressing for 8 and 16 bits is almost identical except in the 16 bit case the LSB of the address is always 0. The confusion arose because the addresses