Re: commit "dm: spi: Avoid setting the speed with every transfer"

2020-01-04 Thread Rasmus Villemoes
On 28/12/2019 03.27, Simon Glass wrote: > Hi Rasmus, > > On Sat, 14 Dec 2019 at 16:27, Rasmus Villemoes > wrote: >> >> Hi >> >> I'm wondering how commit 60e2809a84 (dm: spi: Avoid setting the speed >> with every transfer) works. AFAIU, the currently selected speed is a >> property of the SPI

Re: commit "dm: spi: Avoid setting the speed with every transfer"

2019-12-27 Thread Simon Glass
Hi Rasmus, On Sat, 14 Dec 2019 at 16:27, Rasmus Villemoes wrote: > > Hi > > I'm wondering how commit 60e2809a84 (dm: spi: Avoid setting the speed > with every transfer) works. AFAIU, the currently selected speed is a > property of the SPI master, so suppose we have two slaves, A which has >

commit "dm: spi: Avoid setting the speed with every transfer"

2019-12-14 Thread Rasmus Villemoes
Hi I'm wondering how commit 60e2809a84 (dm: spi: Avoid setting the speed with every transfer) works. AFAIU, the currently selected speed is a property of the SPI master, so suppose we have two slaves, A which has max_hz = 10MHz and B which has max_hz = 20MHz. Now suppose we do transfers to A,