Re: [U-Boot] [PATCH 2/7 V4] SPI: Add W25Q32 to Winbond SPI flash table

2012-08-17 Thread Mike Frysinger
On Friday 17 August 2012 04:28:02 Joonyoung Shim wrote: > 2012/8/2 Rajeshwari Shinde : > > + { > > + .id = 0x5014, > > + .l2_page_size = 8, > > + .pages_per_sector = 16, > > + .sectors_per_block =

Re: [U-Boot] [PATCH 2/7 V4] SPI: Add W25Q32 to Winbond SPI flash table

2012-08-17 Thread Joonyoung Shim
Hi Rajeshwari. 2012/8/2 Rajeshwari Shinde : > SMDK EVT1 has a different Winbond part, added its part details > to the SPI flash table > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Rajeshwari Shinde > --- > Changes in V2: > - Corrected the commit message. > Changes in V3: >

Re: [U-Boot] [PATCH 2/7 V4] SPI: Add W25Q32 to Winbond SPI flash table

2012-08-02 Thread Mike Frysinger
On Thursday 02 August 2012 11:19:16 Mike Frysinger wrote: > On Thursday 02 August 2012 03:25:05 Rajeshwari Shinde wrote: > > SMDK EVT1 has a different Winbond part, added its part details > > to the SPI flash table > > thanks, merged in my sf branch actually, you didn't rebase it. half the fiel

Re: [U-Boot] [PATCH 2/7 V4] SPI: Add W25Q32 to Winbond SPI flash table

2012-08-02 Thread Mike Frysinger
On Thursday 02 August 2012 03:25:05 Rajeshwari Shinde wrote: > SMDK EVT1 has a different Winbond part, added its part details > to the SPI flash table thanks, merged in my sf branch -mike signature.asc Description: This is a digitally signed message part. ___

[U-Boot] [PATCH 2/7 V4] SPI: Add W25Q32 to Winbond SPI flash table

2012-08-02 Thread Rajeshwari Shinde
SMDK EVT1 has a different Winbond part, added its part details to the SPI flash table Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Corrected the commit message. Changes in V3: - None. Changes in V4: - Rebased on Mainline u-boot.gi