Re: [U-Boot-Users] [PATCH] Add support for 16bit legacy AMD flash, V2

2008-03-28 Thread Stefan Roese
On Friday 28 March 2008, Tor Krill wrote: > Add entry for 512Kx16 AMD flash to jedec_table. > Read out 16bit device id if chipwidth is 16bit. > Fixed coding style after Stefans feedback Added to cfi-flash repository. Thanks. Best regards, Stefan ==

[U-Boot-Users] [PATCH] Add support for 16bit legacy AMD flash, V2

2008-03-28 Thread Tor Krill
Add entry for 512Kx16 AMD flash to jedec_table. Read out 16bit device id if chipwidth is 16bit. Fixed coding style after Stefans feedback Signed-off-by: Tor Krill <[EMAIL PROTECTED]> --- drivers/mtd/cfi_flash.c | 44 +++- drivers/mtd/jedec_flash.c | 1

Re: [U-Boot-Users] [PATCH] Add support for 16bit legacy AMD flash

2008-03-28 Thread Stefan Roese
On Friday 28 March 2008, Tor Krill wrote: > Add entry for 512Kx16 AMD flash to jedec_table. > Read out 16bit device id if chipwidth is 16bit > > Signed-off-by: Tor Krill <[EMAIL PROTECTED]> Looks good. Just some nitpicking comments below. > --- > drivers/mtd/cfi_flash.c | 44 > ++

[U-Boot-Users] [PATCH] Add support for 16bit legacy AMD flash

2008-03-28 Thread Tor Krill
Add entry for 512Kx16 AMD flash to jedec_table. Read out 16bit device id if chipwidth is 16bit Signed-off-by: Tor Krill <[EMAIL PROTECTED]> --- drivers/mtd/cfi_flash.c | 44 +++- drivers/mtd/jedec_flash.c | 19 +++ 2 files changed, 54