Re: [U-Boot] [PATCH 2/4] spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock

2016-07-29 Thread Mugunthan V N
On Monday 25 July 2016 03:45 PM, Vignesh R wrote: > According to AM572x DM SPRS953A, QSPI bus speed can be 76.8MHz, update > the driver to use the same. > > Signed-off-by: Vignesh R Reviewed-by: Mugunthan V N Regards Mugunthan V N

Re: [U-Boot] [PATCH 2/4] spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock

2016-07-28 Thread Jagan Teki
On 27 July 2016 at 17:40, Vignesh R wrote: > > > On Wednesday 27 July 2016 12:05 PM, Jagan Teki wrote: >> On 25 July 2016 at 15:45, Vignesh R wrote: >>> According to AM572x DM SPRS953A, QSPI bus speed can be 76.8MHz, update >>> the driver to use the same. >>>

Re: [U-Boot] [PATCH 2/4] spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock

2016-07-27 Thread Vignesh R
On Wednesday 27 July 2016 12:05 PM, Jagan Teki wrote: > On 25 July 2016 at 15:45, Vignesh R wrote: >> According to AM572x DM SPRS953A, QSPI bus speed can be 76.8MHz, update >> the driver to use the same. >> >> Signed-off-by: Vignesh R >> --- >>

Re: [U-Boot] [PATCH 2/4] spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock

2016-07-27 Thread Jagan Teki
On 25 July 2016 at 15:45, Vignesh R wrote: > According to AM572x DM SPRS953A, QSPI bus speed can be 76.8MHz, update > the driver to use the same. > > Signed-off-by: Vignesh R > --- > drivers/spi/ti_qspi.c | 17 - > 1 file changed, 12

Re: [U-Boot] [PATCH 2/4] spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock

2016-07-25 Thread Tom Rini
On Mon, Jul 25, 2016 at 03:45:45PM +0530, Vignesh R wrote: > According to AM572x DM SPRS953A, QSPI bus speed can be 76.8MHz, update > the driver to use the same. > > Signed-off-by: Vignesh R Reviewed-by: Tom Rini -- Tom signature.asc Description:

[U-Boot] [PATCH 2/4] spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock

2016-07-25 Thread Vignesh R
According to AM572x DM SPRS953A, QSPI bus speed can be 76.8MHz, update the driver to use the same. Signed-off-by: Vignesh R --- drivers/spi/ti_qspi.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/drivers/spi/ti_qspi.c