Re: [U-Boot] [PATCH V3] exynos: spl: Add a custom spi copy function

2013-12-02 Thread Minkyu Kang
On 02/12/13 22:17, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > Thank you for comments. > > > > On Mon, Dec 2, 2013 at 2:18 PM, Minkyu Kang wrote: >> On 09/10/13 16:55, Rajeshwari Birje wrote: >>> Hi Minkyu Kang, >>> >>> Since this patch is related to arch/arm spi booting, I had a doubt >>> w

Re: [U-Boot] [PATCH V3] exynos: spl: Add a custom spi copy function

2013-12-02 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for comments. On Mon, Dec 2, 2013 at 2:18 PM, Minkyu Kang wrote: > On 09/10/13 16:55, Rajeshwari Birje wrote: >> Hi Minkyu Kang, >> >> Since this patch is related to arch/arm spi booting, I had a doubt >> where would it get merged in u-boot-samsung.git or u-boot-spi.g

Re: [U-Boot] [PATCH V3] exynos: spl: Add a custom spi copy function

2013-12-02 Thread Minkyu Kang
On 09/10/13 16:55, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > Since this patch is related to arch/arm spi booting, I had a doubt > where would it get merged in u-boot-samsung.git or u-boot-spi.git. > > This patch is based on "[U-Boot] [PATCH 4/4] spi: exynos: Support word > transfers" which is

Re: [U-Boot] [PATCH V3] exynos: spl: Add a custom spi copy function

2013-10-09 Thread Rajeshwari Birje
Hi Minkyu Kang, Since this patch is related to arch/arm spi booting, I had a doubt where would it get merged in u-boot-samsung.git or u-boot-spi.git. This patch is based on "[U-Boot] [PATCH 4/4] spi: exynos: Support word transfers" which is already merged in u-boot-spi.git. Regards, Rajeshwari S

[U-Boot] [PATCH V3] exynos: spl: Add a custom spi copy function

2013-10-08 Thread Rajeshwari S Shinde
This patch implements a custom spi_copy funtion to copy u-boot from SF to RAM. This is faster then iROM spi_copy funtion as this runs spi at 50Mhz and also in WORD mode of operation. Changed a printf in pinmux.c to debug just to avoid the compilation error in SPL. Signed-off-by: Alim Akhtar Sign