Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-20 Thread Marek Vasut
On 10/20/2016 01:01 PM, Vignesh R wrote: > > > On Wednesday 19 October 2016 08:58 PM, Marek Vasut wrote: >> On 10/19/2016 05:19 PM, Jagan Teki wrote: >>> On Wed, Oct 19, 2016 at 8:18 PM, Marek Vasut wrote: On 10/19/2016 04:41 PM, Jagan Teki wrote: > On Wed, Oct 19, 2016

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-20 Thread Vignesh R
On Wednesday 19 October 2016 08:58 PM, Marek Vasut wrote: > On 10/19/2016 05:19 PM, Jagan Teki wrote: >> On Wed, Oct 19, 2016 at 8:18 PM, Marek Vasut wrote: >>> On 10/19/2016 04:41 PM, Jagan Teki wrote: On Wed, Oct 19, 2016 at 10:10 AM, Vignesh R wrote:

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-19 Thread Marek Vasut
On 10/19/2016 05:19 PM, Jagan Teki wrote: > On Wed, Oct 19, 2016 at 8:18 PM, Marek Vasut wrote: >> On 10/19/2016 04:41 PM, Jagan Teki wrote: >>> On Wed, Oct 19, 2016 at 10:10 AM, Vignesh R wrote: Hi, On Tuesday 18 October 2016 05:15 PM, Marek Vasut

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-19 Thread Jagan Teki
On Wed, Oct 19, 2016 at 8:18 PM, Marek Vasut wrote: > On 10/19/2016 04:41 PM, Jagan Teki wrote: >> On Wed, Oct 19, 2016 at 10:10 AM, Vignesh R wrote: >>> Hi, >>> >>> On Tuesday 18 October 2016 05:15 PM, Marek Vasut wrote: On 10/18/2016 10:23 AM, Vignesh R

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-19 Thread Marek Vasut
On 10/19/2016 04:41 PM, Jagan Teki wrote: > On Wed, Oct 19, 2016 at 10:10 AM, Vignesh R wrote: >> Hi, >> >> On Tuesday 18 October 2016 05:15 PM, Marek Vasut wrote: >>> On 10/18/2016 10:23 AM, Vignesh R wrote: On Thursday 06 October 2016 04:49 PM, Vignesh R wrote:

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-19 Thread Jagan Teki
On Wed, Oct 19, 2016 at 10:10 AM, Vignesh R wrote: > Hi, > > On Tuesday 18 October 2016 05:15 PM, Marek Vasut wrote: >> On 10/18/2016 10:23 AM, Vignesh R wrote: >>> >>> >>> On Thursday 06 October 2016 04:49 PM, Vignesh R wrote: If the write transaction size(write_bytes) is

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-19 Thread Marek Vasut
On 10/19/2016 06:40 AM, Vignesh R wrote: > Hi, > > On Tuesday 18 October 2016 05:15 PM, Marek Vasut wrote: >> On 10/18/2016 10:23 AM, Vignesh R wrote: >>> >>> >>> On Thursday 06 October 2016 04:49 PM, Vignesh R wrote: If the write transaction size(write_bytes) is not a multiple of word

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-19 Thread Marek Vasut
On 10/19/2016 06:40 AM, Vignesh R wrote: > Hi, > > On Tuesday 18 October 2016 05:15 PM, Marek Vasut wrote: >> On 10/18/2016 10:23 AM, Vignesh R wrote: >>> >>> >>> On Thursday 06 October 2016 04:49 PM, Vignesh R wrote: If the write transaction size(write_bytes) is not a multiple of word

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-18 Thread Vignesh R
Hi, On Tuesday 18 October 2016 05:15 PM, Marek Vasut wrote: > On 10/18/2016 10:23 AM, Vignesh R wrote: >> >> >> On Thursday 06 October 2016 04:49 PM, Vignesh R wrote: >>> If the write transaction size(write_bytes) is not a multiple of word >>> length, then issue word length writes till the we

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-18 Thread Marek Vasut
On 10/18/2016 10:23 AM, Vignesh R wrote: > > > On Thursday 06 October 2016 04:49 PM, Vignesh R wrote: >> If the write transaction size(write_bytes) is not a multiple of word >> length, then issue word length writes till the we reach the dangling >> bytes. On the final write, issue byte by byte

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-18 Thread Vignesh R
On Thursday 06 October 2016 04:49 PM, Vignesh R wrote: > If the write transaction size(write_bytes) is not a multiple of word > length, then issue word length writes till the we reach the dangling > bytes. On the final write, issue byte by byte write to complete the > transaction. This