Re: [U-Boot] [PATCH] spi: fsl_qspi: Introduce is_controller_busy function

2018-05-09 Thread York Sun
On 03/22/2018 02:46 AM, Rajat Srivastava wrote: > Some SoCs have different endianness of QSPI IP if compared > to endianness of core. The function is_controller_busy() > checks if the QSPI controller is busy or not, considering > the endianness of the QSPI IP. > > Signed-off-by: Rajat Srivastava

[U-Boot] [PATCH] spi: fsl_qspi: Introduce is_controller_busy function

2018-03-22 Thread Rajat Srivastava
Some SoCs have different endianness of QSPI IP if compared to endianness of core. The function is_controller_busy() checks if the QSPI controller is busy or not, considering the endianness of the QSPI IP. Signed-off-by: Rajat Srivastava Reviewed-by: York Sun