Re: [U-Boot] [PATCH 0/4] spi: exynos: Improve performance

2013-10-08 Thread Jagan Teki
On Tue, Oct 8, 2013 at 4:20 PM, Rajeshwari S Shinde wrote: > This patchset has a set of patches which improves the > performance of spi on exynos. > Have combined all individual patches into a single patchset. > Patches are based on u-boot-spi.git master branch. > > Rajeshwari S Shinde (3): > ex

Re: [U-Boot] [PATCH 0/4] spi: exynos: Improve performance

2013-10-08 Thread Jagan Teki
On Tue, Oct 8, 2013 at 6:42 PM, Rajeshwari Birje wrote: > Hi Jagan, > > Posted http://patchwork.ozlabs.org/patch/247461/ V3. > Posted it separately as it is arch/arm related. OK, not a problem I thought it's pure spi. I will apply spi patches, thanks for your time. > > Regards, > Rajeshwari > >

Re: [U-Boot] [PATCH 0/4] spi: exynos: Improve performance

2013-10-08 Thread Rajeshwari Birje
Hi Jagan, Posted http://patchwork.ozlabs.org/patch/247461/ V3. Posted it separately as it is arch/arm related. Regards, Rajeshwari On Tue, Oct 8, 2013 at 6:36 PM, Jagan Teki wrote: > On Tue, Oct 8, 2013 at 6:34 PM, Rajeshwari Birje > wrote: >> Hi Jagan, >> >> We have W25Q80BW on smdk5250 boar

Re: [U-Boot] [PATCH 0/4] spi: exynos: Improve performance

2013-10-08 Thread Jagan Teki
On Tue, Oct 8, 2013 at 6:34 PM, Rajeshwari Birje wrote: > Hi Jagan, > > We have W25Q80BW on smdk5250 board. Great, thanks for quick response. You missed one more patch http://patchwork.ozlabs.org/patch/247461/ may be you have a plan for sending this later, true? > > Regards, > Rajeshwari. > >

Re: [U-Boot] [PATCH 0/4] spi: exynos: Improve performance

2013-10-08 Thread Rajeshwari Birje
Hi Jagan, We have W25Q80BW on smdk5250 board. Regards, Rajeshwari. On Tue, Oct 8, 2013 at 6:14 PM, Jagan Teki wrote: > On Tue, Oct 8, 2013 at 6:11 PM, Rajeshwari Birje > wrote: >> Hi Jagan, >> >> Yes I have tested them on u-boot-spi.git/master for spi booting. > > Sorry for sequence of questi

Re: [U-Boot] [PATCH 0/4] spi: exynos: Improve performance

2013-10-08 Thread Jagan Teki
On Tue, Oct 8, 2013 at 6:11 PM, Rajeshwari Birje wrote: > Hi Jagan, > > Yes I have tested them on u-boot-spi.git/master for spi booting. Sorry for sequence of questions which spi flash parts you tested.? > > Regards, > Rajeshwari Shinde. > > On Tue, Oct 8, 2013 at 6:08 PM, Jagan Teki wrote: >>

Re: [U-Boot] [PATCH 0/4] spi: exynos: Improve performance

2013-10-08 Thread Rajeshwari Birje
Hi Jagan, Yes I have tested them on u-boot-spi.git/master for spi booting. Regards, Rajeshwari Shinde. On Tue, Oct 8, 2013 at 6:08 PM, Jagan Teki wrote: > On Tue, Oct 8, 2013 at 4:20 PM, Rajeshwari S Shinde > wrote: >> This patchset has a set of patches which improves the >> performance of spi

Re: [U-Boot] [PATCH 0/4] spi: exynos: Improve performance

2013-10-08 Thread Jagan Teki
On Tue, Oct 8, 2013 at 4:20 PM, Rajeshwari S Shinde wrote: > This patchset has a set of patches which improves the > performance of spi on exynos. > Have combined all individual patches into a single patchset. > Patches are based on u-boot-spi.git master branch. Thanks for your patch-set. Can you

[U-Boot] [PATCH 0/4] spi: exynos: Improve performance

2013-10-08 Thread Rajeshwari S Shinde
This patchset has a set of patches which improves the performance of spi on exynos. Have combined all individual patches into a single patchset. Patches are based on u-boot-spi.git master branch. Rajeshwari S Shinde (3): exynos: Export timer_get_us() to get microsecond timer spi: exynos: Suppo