summaryrefslogtreecommitdiffstats
path: root/power-8996.c
Commit message (Collapse)AuthorAgeFilesLines
* power: msm8996: Remove dead codeMichael Bestas2019-10-231-27/+1
| | | | Change-Id: Ia26e5989a7063baad048e017715fe0f31332fb75
* power: Use ARRAY_SIZE macro where possibleZhao Wei Liew2019-10-231-2/+2
| | | | Change-Id: Ie47d0e6b91b7bba378b0fdf53a345a021b0c2d48
* power: Simplify display_hint_sentZhao Wei Liew2019-10-231-9/+4
| | | | | | | | | | | Check for whether the display hint has been sent at the start of the set_interactive() function in the common powerHAL. This gets rid of the need to replicate the same variable in every target-specific powerHAL that implements the set_interactive_override() function. Change-Id: If7dd11fcb578211f4f83847f9257232c4138ce53
* power: Use is_interactive_governor/is_schedutil_governorEthan Chen2019-10-231-8/+4
| | | | | | * Don't copy paste the same governor check code multiple times Change-Id: I2258553deb02a5ae149b0a96aca5fe5584f0ea14
* power: clang-formatMichael Bestas2019-10-231-25/+22
| | | | | | | * Using AOSP interface .clang-format * Clean Android.mk while we are at it Change-Id: I630f72e3dffb676ca1930e72945e897f62103ada
* power: Remove mutex to hintsdianlujitao2019-10-231-5/+0
| | | | | | * No longer needed. Change-Id: I09fc90b4e5399b3f3b8a409edf3f57361da90100
* power: Remove unused arg from power_hint_override/set_interactive_overrideRashed Abdel-Tawab2019-10-231-2/+2
| | | | Change-Id: If45b59915022b563d4c5c9bf454b02b431a97833
* power: Use log/log.h instead of utils/Log.hEthan Chen2019-10-231-1/+1
| | | | Change-Id: I827c7f5ab27548eec8d6e4ee27a72fa883025002
* power: Fix power hal compiler warningsAdrian Salido2019-10-231-2/+2
| | | | | | Bug: 30432975 Test: compile power hal for walleye without warnings Change-Id: I0d90c26462c662690f8a179250000b9a449a109f
* Relocate power HAL from device/qcom/commonDavid Ng2018-05-241-0/+179
Split module from combined device/qcom/common project into its own project. Relocation of some files from device/qcom/common at b5ce80cb1f60759a142a9338104d3adf3303ec0c. Change-Id: I6c13729a822f6fb9b5574b759ae9ec12154be464