Re: [RFC 0/6] mmc: Add clock scaling support for mmc driver

2019-10-22 Thread Ulf Hansson
On Mon, 21 Oct 2019 at 16:30, Ram Prakash Gupta wrote: > > This change adds the use of devfreq based clock scaling to MMC. > This applicable for eMMC and SDCard. > For some workloads, such as video playback, it isn't necessary > for these cards to run at high speed. Running at lower > frequency, i

[RFC 0/6] mmc: Add clock scaling support for mmc driver

2019-10-21 Thread Ram Prakash Gupta
This change adds the use of devfreq based clock scaling to MMC. This applicable for eMMC and SDCard. For some workloads, such as video playback, it isn't necessary for these cards to run at high speed. Running at lower frequency, in such cases can still meet the deadlines for data transfers. Scali