Re: [PATCH v4 2/6] spi: spi-geni-qcom: Use OPP API to set clk/perf state

2020-05-08 Thread Mark Brown
On Thu, May 07, 2020 at 10:30:43PM +0530, Rajendra Nayak wrote: > Mark, would you be able to review/ack this patch so it can be > taken in via the msm tree? 'PATCH 1/6' is Ack'd by Greg, and its > going to land via the msm tree as well. Please don't send content free pings and please allow a reas

Re: [PATCH v4 2/6] spi: spi-geni-qcom: Use OPP API to set clk/perf state

2020-05-07 Thread Rajendra Nayak
On 5/3/2020 5:34 PM, Rajendra Nayak wrote: geni spi needs to express a perforamnce state requirement on CX depending on the frequency of the clock rates. Use OPP table from DT to register with OPP framework and use dev_pm_opp_set_rate() to set the clk/perf state. Signed-off-by: Rajendra Nayak