Re: [PATCH V2 1/2] mmc: sdhci-msm: Add interconnect bandwidth scaling support

2020-06-05 Thread ppvk
On 2020-06-05 00:04, Sibi Sankar wrote: On 2020-06-04 22:39, Matthias Kaehlcke wrote: On Thu, Jun 04, 2020 at 04:44:42PM +0530, Pradeep P V K wrote: Interconnect bandwidth scaling support is now added as a part of OPP [1]. So, make sure interconnect driver is ready before handling interconnect

Re: [RFC 2/2] dt-bindings: mmc: sdhci-msm: Add Bus BW vote supported strings

2019-09-30 Thread ppvk
On 2019-09-13 20:06, Rob Herring wrote: On Fri, Sep 06, 2019 at 06:17:17PM +0530, Pradeep P V K wrote: Add Bus bandwidth voting supported strings for qcom-sdhci controller. What is bus bandwidth voting? Controller is connected with its master using NOC and it controls its slaves using

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-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-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-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

Re: [PATCH V3 1/2] mmc: sdhci-msm: Add interconnect bandwidth scaling support

2020-06-09 Thread ppvk
Hi Sibi, Thanks for the review. On 2020-06-05 17:10, Sibi Sankar wrote: Hey Pradeep, Thanks for the patch. On 2020-06-05 15:00, Pradeep P V K wrote: Interconnect bandwidth scaling support is now added as a part of OPP [1]. So, make sure interconnect driver is ready can you please replace

Re: [PATCH V1 1/2] mmc: sdhci-msm: Add interconnect bandwidth scaling support

2020-06-04 Thread ppvk
Hi Sibi, Thanks for the review!! On 2020-06-03 17:22, Sibi Sankar wrote: Hey Pradeep, Thanks for the patch. On 2020-06-03 14:39, Pradeep P V K wrote: Interconnect bandwidth scaling support is now added as a part of OPP [1]. So, make sure interconnect driver is ready before handling

Re: [PATCH V4 1/2] mmc: sdhci-msm: Add interconnect bandwidth scaling support

2020-06-16 Thread ppvk
Hi Matthias, Thanks! On 2020-06-16 04:42, Matthias Kaehlcke wrote: On Tue, Jun 09, 2020 at 02:07:25PM +0530, Pradeep P V K wrote: Interconnect bandwidth scaling support is now added as a part of OPP. So, make sure interconnect driver is ready before handling interconnect scaling.