Re: [U-Boot] [PATCH v3 03/11] spi: cadence_qspi: Better debug information on the SPI clock rate

2016-12-02 Thread Jagan Teki
On Tue, Nov 29, 2016 at 6:28 PM, Phil Edworthy wrote: > Show what the output clock rate actually is. > > Signed-off-by: Phil Edworthy > Acked-by: Marek Vasut Reviewed-by: Jagan Teki thanks! --

[U-Boot] [PATCH v3 03/11] spi: cadence_qspi: Better debug information on the SPI clock rate

2016-11-29 Thread Phil Edworthy
Show what the output clock rate actually is. Signed-off-by: Phil Edworthy Acked-by: Marek Vasut --- v3: - No change. v2: - No change. --- drivers/spi/cadence_qspi_apb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff