- 03 Jun, 2014 1 commit
-
-
Christian Ludwig authored
lpm.rc is only processed by init when the device boots into charger mode. In charger mode, init does not trigger the 'early-boot' and 'boot' actions at all. It runs the 'charger' action instead. Before this patch even core services were not started in charger mode, as class_start was part of the non-existing 'boot' action. Insert usecases for different platforms and add pm paths for msm8974 to init.qcom.lpm_boot.sh Change-Id: I2d1e794a5a288abca33a59a00ae49ef02d111950
-
- 21 May, 2014 2 commits
- 06 May, 2014 1 commit
-
-
Steve Kondik authored
Change-Id: I5f07f87d3f33408db400666e2df1aea601e5d3df
-
- 25 Apr, 2014 1 commit
-
-
lbdroid authored
Two commits to the kernel broke the interactive governor. They resulted in having both cores being stuck online and at a minimum frequency of 1026 MHz at all times while the screen was turned on. The interactive governor was updated in two commits; https://github.com/TeamApexQ/android_kernel_samsung_d2/commit/e12a8e83d922eb3800dd459dd3c3068bde8a04c2 https://github.com/TeamApexQ/android_kernel_samsung_d2/commit/c42353f0e809472b0cb2dd5831d61340debbe559 Effectively, what they do, is test if any online core's load exceeds up_threshold_any_cpu_load, and if any (could be other) core's frequency exceeds up_threshold_any_cpu_freq. If both of these conditions are true, it forces ALL CPU cores up to sync_freq, which in our case was set to 960 MHz, which does not exist in our frequency tables. It would pick the next frequency up, which was 1026 MHz. We also update the sync_freq to reflect this. Conflicts: rootdir/etc/init.qcom.post_boot.sh Change-Id: If31ec8dc410c5051ae545b0e7e045afa5e137649
-
- 20 Apr, 2014 1 commit
-
-
Dave Daynard authored
-
- 16 Apr, 2014 1 commit
-
-
Mike Kasick authored
Use MmsConfig defaults for enableMultipartSMS (true) and maxMessageTextSize (2000). Change-Id: Id49c22297f4a651ebbeb83a15dcc52a7e769419d
-
- 04 Apr, 2014 2 commits
-
-
Dan Pasanen authored
-
Dan Pasanen authored
Change-Id: I6705b9f280ea9c8099b72ad7addb000fc1e4db2f
-
- 02 Apr, 2014 1 commit
-
-
Shareef Ali authored
Change-Id: Ifd3930a68625497ceb660a3aeba1fab43cbc26eb
-
- 28 Mar, 2014 2 commits
-
-
Steve Kondik authored
* Use this for all Samsungs by default. Individual devices can override if they choose. Change-Id: Ibb1d8b695c10d32bdd314fa355c197e8248c4b1a
-
Steve Kondik authored
Change-Id: I51b0efa1f399b2679253f100dfce84f3a774e7e3
-
- 25 Mar, 2014 1 commit
-
-
Mike Kasick authored
Also fixes the no-roaming bug due to the lack of the CDMA_RM_DOMESTIC option, which forces CDMA_RM_HOME when opening the "Mobile networks" settings screen. From CM 10.2: I32129efe217e5f79372aab49e45c668393c3dc2a. Change-Id: If3de040144e96253ba869cfbcfe8902597ce92b8
-
- 22 Mar, 2014 1 commit
-
-
Dan Pasanen authored
Change-Id: I682343a057c6c784523d5c298425474f8c7923bb
-
- 16 Mar, 2014 2 commits
-
-
Dan Pasanen authored
-
Dave Daynard authored
Change-Id: I95773d0442cc64027d52c037c86675c6c012b2e4
-
- 13 Mar, 2014 1 commit
-
-
Dan Pasanen authored
This is the old behavior. It was included in a commit that overrode vendor/cm which we don't need to do anymore. Change-Id: I64ebb5b9e60124359f875c291429839d7c8d7282
-
- 05 Mar, 2014 1 commit
-
-
Dan Pasanen authored
We need to overlay our own verizon eri.xml's these break other devices (namely toro) by causing a roaming icon. Without them, we get "Roaming Indicator Off" instead of "Verizon Wireless". Which I'm fine with, but most end users stab me over it. Need to switch to using PRODUCT_PACKAGES_OVERLAY instead of DEVICE_PACKAGES_OVERLAY or it won't take precedence. Change-Id: Ieba26464ae1872644de213544bd970a9cdd46efc
-
- 02 Mar, 2014 1 commit
-
-
Dave Daynard authored
Change-Id: I4bba27fce572e4e0d5fd4b68cb79b4f73ab2c629
-
- 24 Feb, 2014 1 commit
-
-
Steve Kondik authored
* The default value is too fast and causes jitter Change-Id: Ic25a07325f34fc18cd6b5e31494de045abe13b46
-
- 17 Feb, 2014 5 commits
-
-
dcd authored
Change-Id: I9bd3aa447d2eab9f85503e9c522d2b1a1a648033
-
Steve Kondik authored
* Non-pro 8974 is not equipped for this. Change-Id: I6d2e74549e2a0cc40174b3ac471d3d67b1b284cb
-
Steve Kondik authored
* Enable devfreq governor Change-Id: I4e211a09d3e33df8254a94c02b0ae52539bb2883
-
Steve Kondik authored
This reverts commit 0c822365. Change-Id: I34ac3d1b2039818aa43244cf3aed487e5fe5f250
-
Steve Kondik authored
* Don't copy all this thermald junk * Add media_codecs Change-Id: I76fb67a5b45e0b24e12e56b438299c5dc529c938
-
- 16 Feb, 2014 1 commit
-
-
Shareef Ali authored
Change-Id: I679dd5a84f02aa5f9bb10b1bd95fb340609f6e6a
-
- 23 Jan, 2014 1 commit
-
-
lbdroid authored
Due to the sub-standard chips used on some SoC revs, some apexqtmo devices have a need for higher levels of thermal throttling. Break the MSM8260a out from the rest of the MSM8960's by platformid, and assign more aggressive thermal throttling if an affected cpu is detected. Change-Id: I5c34915e64e83b204448190bd365c47d0ea5ebf9
-
- 19 Jan, 2014 1 commit
-
-
Diamonds On My Fish authored
For smoother scaling on interactive governor. Change-Id: I86bc9f9dca02889303a37cff17e583ac8e5b8477
-
- 11 Jan, 2014 2 commits
-
-
Shareef Ali authored
-
Shareef Ali authored
* fixup the path for hlte's msm8974 powersettings Change-Id: I0802cc122b606b08f58731febd8bf050d22f4c59
-
- 10 Jan, 2014 1 commit
-
-
Shareef Ali authored
-
- 07 Jan, 2014 2 commits
-
-
Arne Coucheron authored
Change-Id: I745c07fe55316d305fccad7f26c94f1db63b0408
-
Arne Coucheron authored
Change-Id: Ia172cc4368580e628007b33985000a7734d55ea5
-
- 30 Dec, 2013 2 commits
-
-
Steve Kondik authored
Change-Id: I8d1ea1d078269219153f9b6f58a3da7c265c14fc
-
Steve Kondik authored
Change-Id: I49adedc91a18d90a19cf33af9e755eeabec2455c
-
- 29 Dec, 2013 1 commit
-
-
Dave Daynard authored
This build barrier isn't working, serrano and jf/d2 devices are not inheriting the thermal files AT ALL, and it would never do what it's supposed to do anyway if the inheritance order in msm8960-common were fixed to accomodate it, since htle explicitly calls msm8960-common Change-Id: Id3dfd645c12778a9ed321dc633745e05c6c281c5
-
- 28 Dec, 2013 2 commits
-
-
Steve Kondik authored
* Set defaults for 8960 in case we're not using CM PowerHAL * Switch 8974 to interactive Change-Id: I18bc8b23eb79a66c2cb208d3507d78ab42481984
-
Shareef Ali authored
Change-Id: I1923a06728ce96d421548cf5e27ea0eeddf972cf
-
- 27 Dec, 2013 1 commit
-
-
Steve Kondik authored
* Move this up a level, not everyone wants this yet. Change-Id: I93fdce4eb29eddcb002b98f7004678e3e4050e89
-
- 14 Dec, 2013 1 commit
-
-
Dave Daynard authored
Change-Id: I4bf955bbd895b282cc51368b768bcb1d7e6b1a26
-