Re: [PATCH v6 0/6] DVFS for IO devices on sdm845 and sc7180

2020-07-01 Thread Rajendra Nayak
Hey Stan, Hey Stan, On 6/18/20 7:47 AM, Rajendra Nayak wrote: Hey Matthias, thanks for summarizing this. On 6/18/2020 3:45 AM, Matthias Kaehlcke wrote: What is the plan for landing these, it seems not all must/should go through the QCOM tree. My guesses: tty: serial: qcom_geni_serial:

Re: [PATCH v6 0/6] DVFS for IO devices on sdm845 and sc7180

2020-06-18 Thread Stanimir Varbanov
On 6/18/20 3:11 PM, Rajendra Nayak wrote: > > Hey Stan, >   >> On 6/18/20 7:47 AM, Rajendra Nayak wrote: >>> Hey Matthias, thanks for summarizing this. >>> >>> On 6/18/2020 3:45 AM, Matthias Kaehlcke wrote: What is the plan for landing these, it seems not all must/should go through th

Re: [PATCH v6 0/6] DVFS for IO devices on sdm845 and sc7180

2020-06-18 Thread Rajendra Nayak
Hey Stan, On 6/18/20 7:47 AM, Rajendra Nayak wrote: Hey Matthias, thanks for summarizing this. On 6/18/2020 3:45 AM, Matthias Kaehlcke wrote: What is the plan for landing these, it seems not all must/should go through the QCOM tree. My guesses: tty: serial: qcom_geni_serial: Use OPP API

Re: [PATCH v6 0/6] DVFS for IO devices on sdm845 and sc7180

2020-06-18 Thread Stanimir Varbanov
Hi Rajendra, On 6/18/20 7:47 AM, Rajendra Nayak wrote: > Hey Matthias, thanks for summarizing this. > > On 6/18/2020 3:45 AM, Matthias Kaehlcke wrote: >> What is the plan for landing these, it seems not all must/should >> go through the QCOM tree. >> >> My guesses: >> >> tty: serial: qcom_geni_se

Re: [PATCH v6 0/6] DVFS for IO devices on sdm845 and sc7180

2020-06-17 Thread Rajendra Nayak
Hey Matthias, thanks for summarizing this. On 6/18/2020 3:45 AM, Matthias Kaehlcke wrote: What is the plan for landing these, it seems not all must/should go through the QCOM tree. My guesses: tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state spi: spi-geni-qcom: Use OPP API to s

Re: [PATCH v6 0/6] DVFS for IO devices on sdm845 and sc7180

2020-06-17 Thread Matthias Kaehlcke
What is the plan for landing these, it seems not all must/should go through the QCOM tree. My guesses: tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state spi: spi-geni-qcom: Use OPP API to set clk/perf state QCOM tree due to shared dependency on change in include/linux/qcom-geni-s

[PATCH v6 0/6] DVFS for IO devices on sdm845 and sc7180

2020-06-15 Thread Rajendra Nayak
Changes in v6: 1. rebased on 5.8-rc1, no functional change. Changes in v5: 1. Opp cleanup path fixed up across drivers Changes in v4: 1. Fixed all review feedback on v3 2. Dropped the dts patches, will post as a seperate series once driver changes are reviewed and merged. The driver changes with