Re: [U-Boot] [PATCH RESEND] DW SPI: Get clock value from Device Tree

2017-10-11 Thread Eugeniy Paltsev
Hi Jagan, Thanks for respond, my comments are given inline. On Wed, 2017-10-11 at 16:36 +0530, Jagan Teki wrote: > On Tue, Sep 26, 2017 at 6:40 PM, Eugeniy Paltsev > wrote: > > Add option to set spi controller clock frequency via device tree > > using standard clock

Re: [U-Boot] [PATCH RESEND] DW SPI: Get clock value from Device Tree

2017-10-11 Thread Jagan Teki
On Tue, Sep 26, 2017 at 6:40 PM, Eugeniy Paltsev wrote: > Add option to set spi controller clock frequency via device tree > using standard clock bindings. > Old way of setting spi controller clock frequency (via implementation > of 'cm_get_spi_controller_clk_hz'

Re: [U-Boot] [PATCH RESEND] DW SPI: Get clock value from Device Tree

2017-10-09 Thread Eugeniy Paltsev
Hi, Maybe you have any comments or remarks about this patch? And if you don't could you please apply it.  Thanks! On Tue, 2017-09-26 at 16:10 +0300, Eugeniy Paltsev wrote: > Add option to set spi controller clock frequency via device tree > using standard clock bindings. > Old way of setting

[U-Boot] [PATCH RESEND] DW SPI: Get clock value from Device Tree

2017-09-26 Thread Eugeniy Paltsev
Add option to set spi controller clock frequency via device tree using standard clock bindings. Old way of setting spi controller clock frequency (via implementation of 'cm_get_spi_controller_clk_hz' function in platform specific code) remains supported. Signed-off-by: Eugeniy Paltsev