Re: [U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts

2013-06-07 Thread Jagan Teki
On Thu, Jun 6, 2013 at 11:02 AM, Michal Simek wrote: > move this discussion back to mailing list. > > On 06/05/2013 05:56 PM, Jagan Teki wrote: > And are your ok with below representation for common id's parts ? > + .name = "W25Q80BL/W25Q80BV", > +

Re: [U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts

2013-06-05 Thread Michal Simek
move this discussion back to mailing list. On 06/05/2013 05:56 PM, Jagan Teki wrote: And are your ok with below representation for common id's parts ? + .name = "W25Q80BL/W25Q80BV", + .name = "W25Q16CL/W25Q16DV", +

Re: [U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts

2013-06-04 Thread mch...@winbond.com
Jagan, Yes, it is OK. Of course, the 3V QPI IDs of W25Q32FV/64FV/128FV are identical to that of the 1.8V devices (W25Q32DW/64DW/128FW). It may not be a good idea but it's too late for us to change. Best Regards, Mike Chen Technical Marketing Winbond Electronics Corp. America (408)544-2667 --

Re: [U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts

2013-06-04 Thread mch...@winbond.com
Jagan, So far, our major customer request is to have the same ID for backward compatibility. Therefore the IDs are the same for W25Q16C and W25Q16D. As for the 2.5V parts (W25Q80BL/W25Q16CL), they are the same die as the 3V (W25Q80BV/W25Q16CV), so the IDs are the same as well. The differences

Re: [U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts

2013-06-04 Thread Jagan Teki
On Tue, Jun 4, 2013 at 10:49 PM, mch...@winbond.com wrote: > Jagan, > > So far, our major customer request is to have the same ID for backward > compatibility. Therefore the IDs are the same for W25Q16C and W25Q16D. As for > the 2.5V parts (W25Q80BL/W25Q16CL), they are the same die as the 3V >

Re: [U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts

2013-06-04 Thread Syed Hussain
Copying Mike, Technical Marketing Director -Original Message- From: Jagan Teki [mailto:jagannadh.t...@gmail.com] Sent: Monday, June 03, 2013 11:03 PM To: US30 Syed Hussain Cc: u-boot@lists.denx.de; Michal Simek; Tom Rini; Simon Glass; Jagannadha Sutradharudu Teki Subject: Re: [PATCH v2 5/

Re: [U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts

2013-06-03 Thread Jagan Teki
Hi Syed, On Mon, Jun 3, 2013 at 12:53 AM, Jagan Teki wrote: > Hi, > > On Thu, May 30, 2013 at 7:19 PM, Jagannadha Sutradharudu Teki > wrote: >> Use the exact names for W25Q 0x40XX ID's flash parts, as the same >> sizes of flashes comes with different ID's. so-that the distinguishes >> becomes ea

Re: [U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts

2013-06-02 Thread Jagan Teki
Hi, On Thu, May 30, 2013 at 7:19 PM, Jagannadha Sutradharudu Teki wrote: > Use the exact names for W25Q 0x40XX ID's flash parts, as the same > sizes of flashes comes with different ID's. so-that the distinguishes > becomes easy with this change. > > Signed-off-by: Jagannadha Sutradharudu Teki >

[U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts

2013-05-30 Thread Jagannadha Sutradharudu Teki
Use the exact names for W25Q 0x40XX ID's flash parts, as the same sizes of flashes comes with different ID's. so-that the distinguishes becomes easy with this change. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none drivers/mtd/spi/winbond.c | 10 +- 1 file