Re: [PATCH v5 01/16] spi: dw: Set xfer effective_speed_hz

2020-05-29 Thread Serge Semin
On Fri, May 29, 2020 at 11:49:12AM +0300, Sergei Shtylyov wrote: > Hello! > > On 29.05.2020 6:58, Serge Semin wrote: > > > Seeing DW APB SSI controller doesn't support setting the exactly > > requested SPI bus frequency, but only a rounded frequency determined > > by means of the odd-numbered hal

Re: [PATCH v5 01/16] spi: dw: Set xfer effective_speed_hz

2020-05-29 Thread Sergei Shtylyov
Hello! On 29.05.2020 6:58, Serge Semin wrote: Seeing DW APB SSI controller doesn't support setting the exactly requested SPI bus frequency, but only a rounded frequency determined by means of the odd-numbered half-worded reference clock divider, it would be good tune the SPI core up and initial

[PATCH v5 01/16] spi: dw: Set xfer effective_speed_hz

2020-05-28 Thread Serge Semin
Seeing DW APB SSI controller doesn't support setting the exactly requested SPI bus frequency, but only a rounded frequency determined by means of the odd-numbered half-worded reference clock divider, it would be good tune the SPI core up and initialize the current transfer effective_speed_hz. By do