RE: [PATCH v1] spi: cadence_qspi: Probe fail if QSPI clock is not set

2020-08-05 Thread Ang, Chee Hong
> Hi, > > On 05/08/20 3:48 pm, Chee Hong Ang wrote: > > If the QSPI clock is not set (read as 0), QSPI driver probe shall fail > > and prevent further QSPI access. > > > > Signed-off-by: Chee Hong Ang > > --- > > drivers/spi/cadence_qspi.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > d

Re: [PATCH v1] spi: cadence_qspi: Probe fail if QSPI clock is not set

2020-08-05 Thread Vignesh Raghavendra
Hi, On 05/08/20 3:48 pm, Chee Hong Ang wrote: If the QSPI clock is not set (read as 0), QSPI driver probe shall fail and prevent further QSPI access. Signed-off-by: Chee Hong Ang --- drivers/spi/cadence_qspi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/spi/cadence_qspi.c

[PATCH v1] spi: cadence_qspi: Probe fail if QSPI clock is not set

2020-08-05 Thread Chee Hong Ang
If the QSPI clock is not set (read as 0), QSPI driver probe shall fail and prevent further QSPI access. Signed-off-by: Chee Hong Ang --- drivers/spi/cadence_qspi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/spi/cadence_qspi.c b/drivers/spi/cadence_qspi.c index 1e85749209..3bb