Re: [U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write

2015-12-20 Thread Jagan Teki
Hi Mugunthan, On 21 December 2015 at 11:30, Stefan Roese wrote: > On 21.12.2015 06:37, Mugunthan V N wrote: >> >> On Friday 18 December 2015 11:37 AM, Stefan Roese wrote: >>> >>> On 17.12.2015 17:44, Jagan Teki wrote: On 17 December 2015 at 13:26, Mugunthan V N wrote: > > On Th

Re: [U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write

2015-12-20 Thread Stefan Roese
On 21.12.2015 06:37, Mugunthan V N wrote: On Friday 18 December 2015 11:37 AM, Stefan Roese wrote: On 17.12.2015 17:44, Jagan Teki wrote: On 17 December 2015 at 13:26, Mugunthan V N wrote: On Thursday 17 December 2015 12:43 PM, Jagan Teki wrote: On 17 December 2015 at 12:33, Mugunthan V N w

Re: [U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write

2015-12-20 Thread Mugunthan V N
On Friday 18 December 2015 11:37 AM, Stefan Roese wrote: > On 17.12.2015 17:44, Jagan Teki wrote: >> On 17 December 2015 at 13:26, Mugunthan V N wrote: >>> On Thursday 17 December 2015 12:43 PM, Jagan Teki wrote: On 17 December 2015 at 12:33, Mugunthan V N wrote: > Jagan > >

Re: [U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write

2015-12-17 Thread Stefan Roese
On 17.12.2015 17:44, Jagan Teki wrote: On 17 December 2015 at 13:26, Mugunthan V N wrote: On Thursday 17 December 2015 12:43 PM, Jagan Teki wrote: On 17 December 2015 at 12:33, Mugunthan V N wrote: Jagan On Tuesday 27 October 2015 07:24 PM, Mugunthan V N wrote: This patch adds time measure

Re: [U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write

2015-12-17 Thread Jagan Teki
On 17 December 2015 at 13:26, Mugunthan V N wrote: > On Thursday 17 December 2015 12:43 PM, Jagan Teki wrote: >> On 17 December 2015 at 12:33, Mugunthan V N wrote: >>> Jagan >>> >>> On Tuesday 27 October 2015 07:24 PM, Mugunthan V N wrote: This patch adds time measurement and throughput calc

Re: [U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write

2015-12-16 Thread Mugunthan V N
On Thursday 17 December 2015 12:43 PM, Jagan Teki wrote: > On 17 December 2015 at 12:33, Mugunthan V N wrote: >> Jagan >> >> On Tuesday 27 October 2015 07:24 PM, Mugunthan V N wrote: >>> This patch adds time measurement and throughput calculation for >>> sf read/write commands. >>> >>> The output

Re: [U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write

2015-12-16 Thread Jagan Teki
On 17 December 2015 at 12:33, Mugunthan V N wrote: > Jagan > > On Tuesday 27 October 2015 07:24 PM, Mugunthan V N wrote: >> This patch adds time measurement and throughput calculation for >> sf read/write commands. >> >> The output of sf read changes from >> >> ---8<--- >> SF: 4096 bytes @ 0x0 Rea

Re: [U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write

2015-12-16 Thread Mugunthan V N
Jagan On Tuesday 27 October 2015 07:24 PM, Mugunthan V N wrote: > This patch adds time measurement and throughput calculation for > sf read/write commands. > > The output of sf read changes from > > ---8<--- > SF: 4096 bytes @ 0x0 Read: OK > --->8--- > > to > > ---8<--- > SF: 4096 bytes @ 0x0

[U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write

2015-10-27 Thread Mugunthan V N
This patch adds time measurement and throughput calculation for sf read/write commands. The output of sf read changes from ---8<--- SF: 4096 bytes @ 0x0 Read: OK --->8--- to ---8<--- SF: 4096 bytes @ 0x0 Read: OK in 6 ms (666 KiB/s) --->8--- Signed-off-by: Mugunthan V N --- common/cmd_sf.c |