summaryrefslogtreecommitdiffstats
path: root/power-8916.c
Commit message (Collapse)AuthorAgeFilesLines
* power: Remove leftover support for msm-dcvs governorMichael Bestas2019-10-231-6/+0
| | | | | | | * This is not used by any recent qcom SoC and not used by any SoC using this HAL. Change-Id: If9b2997104bcd5e3ff27fc39c75590d07e813f85
* power: clang-formatMichael Bestas2019-10-231-117/+102
| | | | | | | * Using AOSP interface .clang-format * Clean Android.mk while we are at it Change-Id: I630f72e3dffb676ca1930e72945e897f62103ada
* power: Remove unused arg from power_hint_override/set_interactive_overrideRashed Abdel-Tawab2019-10-231-3/+2
| | | | Change-Id: If45b59915022b563d4c5c9bf454b02b431a97833
* power: Fix to handle min freq changes when CPU cores hotplugged.Nikhil Kumar Kansal2019-10-231-17/+42
| | | | | | | | Finds which CPU cores is online and does following below 1.Gets scaling governor 2.Sets scaling min freq Change-Id: I209a6228294c945e943ff285ac8f38b7f97337d6
* power: Changed the minfreq to 400Mhz for display off scenario.vaibhav bhalla2019-10-231-0/+205
1. Changes to set CPU0 min freq for 8939 target as below: Display off case : set to 400Mhz Display on case : set to 960Mhz. Change-Id: Ie8cf31484e70f83594778c899485910b9ff2578e