Re: [PATCH] spi: rockchip: enable autosuspend feature

2020-10-26 Thread Mark Brown
On Fri, 16 Oct 2020 11:50:14 +0300, Alexander Kochetkov wrote: > If SPI is used for periodic polling any sensor, significant delays > sometimes appear. Switching on module clocks during resume lead to delays. > Enabling autosuspend mode causes the controller to not suspend between > SPI transfers a

[PATCH] spi: rockchip: enable autosuspend feature

2020-10-16 Thread Alexander Kochetkov
If SPI is used for periodic polling any sensor, significant delays sometimes appear. Switching on module clocks during resume lead to delays. Enabling autosuspend mode causes the controller to not suspend between SPI transfers and the delays disappear. Signed-off-by: Alexander Kochetkov --- driv