Re: [U-Boot] [PATCH] mtd: qspi: support read the flag status in fspi driver

2019-02-10 Thread Vignesh R
Hi, On 09/02/19 10:59 PM, Jagan Teki wrote: > On Mon, Jan 7, 2019 at 2:24 PM Ye Li wrote: >> >> From: Han Xu >> >> Support to read the flag status in driver to avoid the spi-nor framework >> wait_for_ready hang issue. >> >> Signed-off-by: Han Xu >> --- >> drivers/spi/fsl_qspi.c | 47 ++

Re: [U-Boot] [PATCH] mtd: qspi: support read the flag status in fspi driver

2019-02-09 Thread Jagan Teki
On Mon, Jan 7, 2019 at 2:24 PM Ye Li wrote: > > From: Han Xu > > Support to read the flag status in driver to avoid the spi-nor framework > wait_for_ready hang issue. > > Signed-off-by: Han Xu > --- > drivers/spi/fsl_qspi.c | 47 +++ > 1 file changed,

[U-Boot] [PATCH] mtd: qspi: support read the flag status in fspi driver

2019-01-07 Thread Ye Li
From: Han Xu Support to read the flag status in driver to avoid the spi-nor framework wait_for_ready hang issue. Signed-off-by: Han Xu --- drivers/spi/fsl_qspi.c | 47 +++ 1 file changed, 47 insertions(+) diff --git a/drivers/spi/fsl_qspi.c b/driver