mbox series

[0/2] opp: ti-opp-supply: Fixes

Message ID 1541565263-8296-1-git-send-email-j-keerthy@ti.com (mailing list archive)
Headers show
Series opp: ti-opp-supply: Fixes | expand

Message

J, KEERTHY Nov. 7, 2018, 4:34 a.m. UTC
The series brings in couple of fixes to the ti-opp-supply driver.
One of them updates u_volt_min dynamically and avoids hang due
to lesser static u_volt_min and the other fixes the supply in
_get_optimal_vdd_voltage.

Keerthy (2):
  power: opp: ti-opp-supply: Dynamically update u_volt_min
  power: opp: ti-opp-supply: Correct the supply in
    _get_optimal_vdd_voltage call

 drivers/opp/ti-opp-supply.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Viresh Kumar Nov. 8, 2018, 5:53 a.m. UTC | #1
On 07-11-18, 10:04, Keerthy wrote:
> The series brings in couple of fixes to the ti-opp-supply driver.
> One of them updates u_volt_min dynamically and avoids hang due
> to lesser static u_volt_min and the other fixes the supply in
> _get_optimal_vdd_voltage.
> 
> Keerthy (2):
>   power: opp: ti-opp-supply: Dynamically update u_volt_min
>   power: opp: ti-opp-supply: Correct the supply in
>     _get_optimal_vdd_voltage call

@Dave: I would like to get an Ack from you on these before applying.
Viresh Kumar Nov. 13, 2018, 4:12 a.m. UTC | #2
On 07-11-18, 10:04, Keerthy wrote:
> The series brings in couple of fixes to the ti-opp-supply driver.
> One of them updates u_volt_min dynamically and avoids hang due
> to lesser static u_volt_min and the other fixes the supply in
> _get_optimal_vdd_voltage.

Applied both patches after manually adding below:

Cc: 4.16+ <stable@vger.kernel.org> # v4.16+

Thanks.