<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vendor_qcom_opensource_power/power-8909.c, branch lineage-17.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/vendor_qcom_opensource_power/'/>
<entry>
<title>power: Clean up and fix set_interactive_override</title>
<updated>2019-10-22T22:12:57+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mkbestas@lineageos.org</email>
</author>
<published>2019-10-05T22:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/vendor_qcom_opensource_power/commit/?id=43b9e3524f90a59e59f4d6a1f0e7f6629e4d029f'/>
<id>43b9e3524f90a59e59f4d6a1f0e7f6629e4d029f</id>
<content type='text'>
* Remove debug logs and useless comments
* Consistent return values
* Add back display hints for legacy platforms, they used to live in
  power-common.c but removed in commit 561cffcbfa66192e839e040d2da3bff2ecf8dcac
* Check if set_interactive_override handled hints and print
  info message if it didn't

Change-Id: Iff9f7327ba71c282e34ff3143c45a3f40f72fc92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove debug logs and useless comments
* Consistent return values
* Add back display hints for legacy platforms, they used to live in
  power-common.c but removed in commit 561cffcbfa66192e839e040d2da3bff2ecf8dcac
* Check if set_interactive_override handled hints and print
  info message if it didn't

Change-Id: Iff9f7327ba71c282e34ff3143c45a3f40f72fc92
</pre>
</div>
</content>
</entry>
<entry>
<title>power: Clean up and fix video encode/decode hint handling</title>
<updated>2019-10-22T22:12:57+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mkbestas@lineageos.org</email>
</author>
<published>2019-10-05T23:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/vendor_qcom_opensource_power/commit/?id=7af0fea40b41e90123908e0ea104f70dfc370edb'/>
<id>7af0fea40b41e90123908e0ea104f70dfc370edb</id>
<content type='text'>
* Unify code style for non legacy SoCs
* Restore legacy SoC handling which used to live in power-common.c
  but was removed in commit 561cffcbfa66192e839e040d2da3bff2ecf8dcac

Change-Id: Ieb84e6d6c8d762614e21267e81e6057aa64b36dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Unify code style for non legacy SoCs
* Restore legacy SoC handling which used to live in power-common.c
  but was removed in commit 561cffcbfa66192e839e040d2da3bff2ecf8dcac

Change-Id: Ieb84e6d6c8d762614e21267e81e6057aa64b36dd
</pre>
</div>
</content>
</entry>
<entry>
<title>power: Compile with -Wall -Wextra -Werror</title>
<updated>2019-10-22T22:12:56+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mkbestas@lineageos.org</email>
</author>
<published>2018-03-25T22:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/vendor_qcom_opensource_power/commit/?id=c3942652f9d6d56e390223934ca7eb8a1ebd7d46'/>
<id>c3942652f9d6d56e390223934ca7eb8a1ebd7d46</id>
<content type='text'>
* And fix the build errors

Change-Id: I183203edfd92d4672893d74aa7428bc9f5e17772
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* And fix the build errors

Change-Id: I183203edfd92d4672893d74aa7428bc9f5e17772
</pre>
</div>
</content>
</entry>
<entry>
<title>power: Use ARRAY_SIZE macro where possible</title>
<updated>2019-10-22T22:12:56+00:00</updated>
<author>
<name>Zhao Wei Liew</name>
<email>zhaoweiliew@gmail.com</email>
</author>
<published>2016-06-26T03:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/vendor_qcom_opensource_power/commit/?id=ee9bd619746cb0425905baf354e7f52130bb2ef8'/>
<id>ee9bd619746cb0425905baf354e7f52130bb2ef8</id>
<content type='text'>
Change-Id: Ie47d0e6b91b7bba378b0fdf53a345a021b0c2d48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie47d0e6b91b7bba378b0fdf53a345a021b0c2d48
</pre>
</div>
</content>
</entry>
<entry>
<title>power: Use is_interactive_governor/is_schedutil_governor</title>
<updated>2019-10-22T22:12:56+00:00</updated>
<author>
<name>Ethan Chen</name>
<email>intervigil@gmail.com</email>
</author>
<published>2018-03-02T05:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/vendor_qcom_opensource_power/commit/?id=689414dbd0c18379144f96e3bde393b259d541cd'/>
<id>689414dbd0c18379144f96e3bde393b259d541cd</id>
<content type='text'>
 * Don't copy paste the same governor check code multiple times

Change-Id: I2258553deb02a5ae149b0a96aca5fe5584f0ea14
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Don't copy paste the same governor check code multiple times

Change-Id: I2258553deb02a5ae149b0a96aca5fe5584f0ea14
</pre>
</div>
</content>
</entry>
<entry>
<title>power: clang-format</title>
<updated>2019-10-22T22:12:56+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mkbestas@lineageos.org</email>
</author>
<published>2019-09-29T20:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/vendor_qcom_opensource_power/commit/?id=420f26552469aa8b98692c27de2320a9c1c5dbc2'/>
<id>420f26552469aa8b98692c27de2320a9c1c5dbc2</id>
<content type='text'>
* Using AOSP interface .clang-format
* Clean Android.mk while we are at it

Change-Id: I630f72e3dffb676ca1930e72945e897f62103ada
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Using AOSP interface .clang-format
* Clean Android.mk while we are at it

Change-Id: I630f72e3dffb676ca1930e72945e897f62103ada
</pre>
</div>
</content>
</entry>
<entry>
<title>power: Remove unused arg from power_hint_override/set_interactive_override</title>
<updated>2019-10-22T22:12:56+00:00</updated>
<author>
<name>Rashed Abdel-Tawab</name>
<email>rashed@linux.com</email>
</author>
<published>2017-12-30T23:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/vendor_qcom_opensource_power/commit/?id=42cc4674d7333a37d463875f90a771d162fd7e7a'/>
<id>42cc4674d7333a37d463875f90a771d162fd7e7a</id>
<content type='text'>
Change-Id: If45b59915022b563d4c5c9bf454b02b431a97833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If45b59915022b563d4c5c9bf454b02b431a97833
</pre>
</div>
</content>
</entry>
<entry>
<title>power: Change the Hi-Speed freq to 800Mhz for camcorder case</title>
<updated>2019-10-22T22:12:56+00:00</updated>
<author>
<name>vaibhav bhalla</name>
<email>vbhalla@codeaurora.org</email>
</author>
<published>2015-03-25T16:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/vendor_qcom_opensource_power/commit/?id=4f5e237caeebfc29bb9ccc569d311e7d023f00fe'/>
<id>4f5e237caeebfc29bb9ccc569d311e7d023f00fe</id>
<content type='text'>
         Changes to set Hi-Speed freq for 8909  target as below:
         -Camcorder ON  : set to  800Mhz
         -Camcorder OFF : set to  998.4Mhz.

Change-Id: I8e4ca512c137a137fabe7762695e336a3ed37fdd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
         Changes to set Hi-Speed freq for 8909  target as below:
         -Camcorder ON  : set to  800Mhz
         -Camcorder OFF : set to  998.4Mhz.

Change-Id: I8e4ca512c137a137fabe7762695e336a3ed37fdd
</pre>
</div>
</content>
</entry>
<entry>
<title>power: override encode hint for 8909</title>
<updated>2019-10-22T22:12:56+00:00</updated>
<author>
<name>vaibhav bhalla</name>
<email>vbhalla@codeaurora.org</email>
</author>
<published>2015-02-23T06:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/vendor_qcom_opensource_power/commit/?id=d856943e8f05179f6d35047fc845c49a303c6e6f'/>
<id>d856943e8f05179f6d35047fc845c49a303c6e6f</id>
<content type='text'>
Default encode hint was setting hispeed_freq to 1.1GHZ
This is not needed for 8909 hence overrode that.

Change-Id: I4c3695dbe82d43ebb34732559043b59815f7d49d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Default encode hint was setting hispeed_freq to 1.1GHZ
This is not needed for 8909 hence overrode that.

Change-Id: I4c3695dbe82d43ebb34732559043b59815f7d49d
</pre>
</div>
</content>
</entry>
</feed>
