-
56b88f8...
by
Colin Ian King
on 2016-09-25
-
Import patches-applied version 1.5.3-4 to applied/debian/sid
Imported using git-ubuntu import.
Changelog parent: 5dd67f8a899937db2f6973ef518bc32b17db58d2
Unapplied parent: 0e8a0ceca1c38fb8cef9c570cc253bf302581130
New changelog entries:
* fix incorrect target state settting by thermald (LP: #1627400)
- It was observed that in the case of cooling device with
min_state > max_state, thermald doesn't set the cooling device to
the intended target state per the configuration in XML. This is
because of sorting the zone_trip_limits list in ascending order
based on target value is not suitable for the case of cooling
device with min_state > max_state. Upstream commit
fd0671beba14586eb3e0b0fa2247a00100e6d418
-
0e8a0ce...
by
Colin Ian King
on 2016-09-25
-
[PATCH] thermald: fix incorrect target state settting by thermald
Gbp-Pq: 0005-thermald-fix-incorrect-target-state-settting-by-ther.patch.
-
bc1edae...
by
Colin Ian King
on 2016-09-25
-
[PATCH] thermald: thd_cdev_modem: ensure private variables in class
Gbp-Pq: 0004-thermald-thd_cdev_modem-ensure-private-variables-in-.patch.
-
8d60ea1...
by
Colin Ian King
on 2016-09-25
-
[PATCH] Added support for modem throttling on SoFIA-3GR
Gbp-Pq: 0003-Added-support-for-modem-throttling-on-SoFIA-3GR.patch.
-
bfb7418...
by
Colin Ian King
on 2016-09-25
-
[PATCH] manual: thermal-conf.xml: fix typos, "confirm" -> "conform"
Gbp-Pq: 0002-manual-thermal-conf.xml-fix-typos-confirm-conform.patch.
-
03ec94c...
by
Colin Ian King
on 2016-09-25
-
[PATCH] Downgrade error
Gbp-Pq: 0001-Downgrade-error.patch.
-
f5444a5...
by
Colin Ian King
on 2016-09-25
-
Import patches-unapplied version 1.5.3-4 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 02bacbafeaffc84938380a10aa5e968bd8264125
New changelog entries:
* fix incorrect target state settting by thermald (LP: #1627400)
- It was observed that in the case of cooling device with
min_state > max_state, thermald doesn't set the cooling device to
the intended target state per the configuration in XML. This is
because of sorting the zone_trip_limits list in ascending order
based on target value is not suitable for the case of cooling
device with min_state > max_state. Upstream commit
fd0671beba14586eb3e0b0fa2247a00100e6d418
-
5dd67f8...
by
Colin Ian King
on 2016-07-21
-
Import patches-applied version 1.5.3-3 to applied/debian/sid
Imported using git-ubuntu import.
Changelog parent: 11ef6929b19f990d87ceae32d3bf831ab28fbdff
Unapplied parent: 0fc4ede997d7cb676d809cc519a9c41e6ef7c451
New changelog entries:
* Minor upstream fix and add in model throttling for SoFIA-3GR:
- thd_cdev_modem: ensure private variables in class are
initialized. throttling and online are not initialized, so
set the appropriately in the constructor.
- Added support for modem throttling on SoFIA-3GR:
Added modem as a cooling device for PA (coretemp4) on 3GR.
While temp would be read from sysfs device files, cooling
would be initiated through telephony framework, via D-Bus.
Telephony framework would notify thermald via D-Bus signals,
any change in throttling state.
thermald would invoke D-Bus methods in telephony framework
ONLY to check if its supported and to change the state.
-
02bacba...
by
Colin Ian King
on 2016-07-21
-
Import patches-unapplied version 1.5.3-3 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 91de0d520872bdd7157538d457f12b38bb0a0a35
New changelog entries:
* Minor upstream fix and add in model throttling for SoFIA-3GR:
- thd_cdev_modem: ensure private variables in class are
initialized. throttling and online are not initialized, so
set the appropriately in the constructor.
- Added support for modem throttling on SoFIA-3GR:
Added modem as a cooling device for PA (coretemp4) on 3GR.
While temp would be read from sysfs device files, cooling
would be initiated through telephony framework, via D-Bus.
Telephony framework would notify thermald via D-Bus signals,
any change in throttling state.
thermald would invoke D-Bus methods in telephony framework
ONLY to check if its supported and to change the state.
-
0fc4ede...
by
Colin Ian King
on 2016-07-21
-
[PATCH] thermald: thd_cdev_modem: ensure private variables in class
Gbp-Pq: 0004-thermald-thd_cdev_modem-ensure-private-variables-in-.patch.