Re: [U-Boot] [PATCH 2/2] ARM: am43xx: Enable QUAD read and EDMA support for ti_qspi

2015-11-17 Thread Jagan Teki
On 17 November 2015 at 11:29, Jagan Teki wrote: > On 12 November 2015 at 15:17, Mugunthan V N wrote: >> On Tuesday 10 November 2015 11:52 AM, Vignesh R wrote: >>> Enable TI_EDMA3 and QUAD read support for ti_qspi on am43xx, this >>> increases read performance to 4 MB/s. >>> >>> Signed-off-by: Vig

Re: [U-Boot] [PATCH 2/2] ARM: am43xx: Enable QUAD read and EDMA support for ti_qspi

2015-11-16 Thread Jagan Teki
On 12 November 2015 at 15:17, Mugunthan V N wrote: > On Tuesday 10 November 2015 11:52 AM, Vignesh R wrote: >> Enable TI_EDMA3 and QUAD read support for ti_qspi on am43xx, this >> increases read performance to 4 MB/s. >> >> Signed-off-by: Vignesh R >> --- > > Reviewed-by: Mugunthan V N Reviewed

Re: [U-Boot] [PATCH 2/2] ARM: am43xx: Enable QUAD read and EDMA support for ti_qspi

2015-11-12 Thread Mugunthan V N
On Tuesday 10 November 2015 11:52 AM, Vignesh R wrote: > Enable TI_EDMA3 and QUAD read support for ti_qspi on am43xx, this > increases read performance to 4 MB/s. > > Signed-off-by: Vignesh R > --- Reviewed-by: Mugunthan V N Regards Mugunthan V N ___

[U-Boot] [PATCH 2/2] ARM: am43xx: Enable QUAD read and EDMA support for ti_qspi

2015-11-09 Thread Vignesh R
Enable TI_EDMA3 and QUAD read support for ti_qspi on am43xx, this increases read performance to 4 MB/s. Signed-off-by: Vignesh R --- arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 3 +++ include/configs/am43xx_evm.h | 2 ++ 2 files changed, 5 insertions(+) diff --git