Re: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-05-20 Thread Minkyu Kang
Dear Rajeshwari, On 28/03/13 01:42, Simon Glass wrote: > Hi Minkyu, > > > On Tue, Mar 26, 2013 at 11:38 PM, Minkyu Kang > wrote: > > Dear Rajeshwari and Simon, > > On 12/03/13 15:13, Rajeshwari Birje wrote: > > Hi Minkyu, > > > > Yes it is base

Re: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-03-27 Thread Simon Glass
Hi Minkyu, On Tue, Mar 26, 2013 at 11:38 PM, Minkyu Kang wrote: > Dear Rajeshwari and Simon, > > On 12/03/13 15:13, Rajeshwari Birje wrote: > > Hi Minkyu, > > > > Yes it is based on the following patches submitted by Simon Glass and > > link for the same. > > > > "sf: Add spi_flash_alloc() to c

Re: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-03-26 Thread Minkyu Kang
Dear Rajeshwari and Simon, On 12/03/13 15:13, Rajeshwari Birje wrote: > Hi Minkyu, > > Yes it is based on the following patches submitted by Simon Glass and > link for the same. > > "sf: Add spi_flash_alloc() to create a new SPI flash struct" > http://patchwork.ozlabs.org/patch/208228/ > > "sf:

Re: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-03-11 Thread Rajeshwari Birje
Hi Minkyu, Yes it is based on the following patches submitted by Simon Glass and link for the same. "sf: Add spi_flash_alloc() to create a new SPI flash struct" http://patchwork.ozlabs.org/patch/208228/ "sf: Use spi_flash_alloc() in each SPI flash driver": http://patchwork.ozlabs.org/patch/2265

Re: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-03-08 Thread Minkyu Kang
Dear Rajeshwari, On 23/01/13 15:30, Rajeshwari Shinde wrote: > This patch set adds driver for Gigabyte device GD25LQ and GD25Q64B > required for Snow board and enables same in config file. > > Based on following patches submitted by Simon Glass: > "sf: Add spi_flash_alloc() to create a new SPI fl

Re: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-02-12 Thread Rajeshwari Birje
Hi, Please do let me know if any comments on this patch set. -- Regards, Rajeshwari Shinde On Wed, Jan 23, 2013 at 12:00 PM, Rajeshwari Shinde wrote: > This patch set adds driver for Gigabyte device GD25LQ and GD25Q64B > required for Snow board and enables same in config file. > > Based on fol

[U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-01-22 Thread Rajeshwari Shinde
This patch set adds driver for Gigabyte device GD25LQ and GD25Q64B required for Snow board and enables same in config file. Based on following patches submitted by Simon Glass: "sf: Add spi_flash_alloc() to create a new SPI flash struct" "sf: Use spi_flash_alloc() in each SPI flash driver" Change