Re: [RFC 1/2] mmc: sdhci-msm: Add support for bus bandwidth voting

2019-10-03 Thread Ulf Hansson
On Wed, 25 Sep 2019 at 13:27, wrote: > > On 2019-09-12 22:15, Bjorn Andersson wrote: > > On Fri 06 Sep 05:47 PDT 2019, Pradeep P V K wrote: > > > >> Vote for the MSM bus bandwidth required by SDHC driver > >> based on the clock frequency and bus width of the card. > >> Otherwise,the system clocks

Re: [RFC 1/2] mmc: sdhci-msm: Add support for bus bandwidth voting

2019-09-25 Thread ppvk
On 2019-09-12 22:15, Bjorn Andersson wrote: On Fri 06 Sep 05:47 PDT 2019, Pradeep P V K wrote: Vote for the MSM bus bandwidth required by SDHC driver based on the clock frequency and bus width of the card. Otherwise,the system clocks may run at minimum clock speed and thus affecting the

Re: [RFC 1/2] mmc: sdhci-msm: Add support for bus bandwidth voting

2019-09-25 Thread ppvk
On 2019-09-12 18:26, Georgi Djakov wrote: Hi Pradeep, Thanks for the patch! On 9/6/19 15:47, Pradeep P V K wrote: Vote for the MSM bus bandwidth required by SDHC driver based on the clock frequency and bus width of the card. Otherwise,the system clocks may run at minimum clock speed and thus

Re: [RFC 1/2] mmc: sdhci-msm: Add support for bus bandwidth voting

2019-09-12 Thread Bjorn Andersson
On Fri 06 Sep 05:47 PDT 2019, Pradeep P V K wrote: > Vote for the MSM bus bandwidth required by SDHC driver > based on the clock frequency and bus width of the card. > Otherwise,the system clocks may run at minimum clock speed > and thus affecting the performance. > > This change is based on

Re: [RFC 1/2] mmc: sdhci-msm: Add support for bus bandwidth voting

2019-09-12 Thread ppvk
On 2019-09-07 02:32, Stephen Boyd wrote: Quoting p...@codeaurora.org (2019-09-06 05:51:54) +Georgi Djakov On 2019-09-06 18:17, Pradeep P V K wrote: > diff --git a/drivers/mmc/host/sdhci-msm.c > b/drivers/mmc/host/sdhci-msm.c > index b75c82d..71515ca 100644 > --- a/drivers/mmc/host/sdhci-msm.c

Re: [RFC 1/2] mmc: sdhci-msm: Add support for bus bandwidth voting

2019-09-12 Thread Georgi Djakov
Hi Pradeep, Thanks for the patch! On 9/6/19 15:47, Pradeep P V K wrote: > Vote for the MSM bus bandwidth required by SDHC driver > based on the clock frequency and bus width of the card. > Otherwise,the system clocks may run at minimum clock speed > and thus affecting the performance. > > This

Re: [RFC 1/2] mmc: sdhci-msm: Add support for bus bandwidth voting

2019-09-06 Thread Stephen Boyd
Quoting p...@codeaurora.org (2019-09-06 05:51:54) > +Georgi Djakov > > On 2019-09-06 18:17, Pradeep P V K wrote: > > diff --git a/drivers/mmc/host/sdhci-msm.c > > b/drivers/mmc/host/sdhci-msm.c > > index b75c82d..71515ca 100644 > > --- a/drivers/mmc/host/sdhci-msm.c > > +++

Re: [RFC 1/2] mmc: sdhci-msm: Add support for bus bandwidth voting

2019-09-06 Thread ppvk
+Georgi Djakov On 2019-09-06 18:17, Pradeep P V K wrote: Vote for the MSM bus bandwidth required by SDHC driver based on the clock frequency and bus width of the card. Otherwise,the system clocks may run at minimum clock speed and thus affecting the performance. This change is based on Georgi