|
[PATCH RESEND 4.4.y-cip 08/15] PM / OPP: Parse 'opp-<prop>-<name>' bindings
That is a good argument. I suppose we just need to make sure the end result records both upstream commits, and that all of our automated tools can handle that. ChenYu
That is a good argument. I suppose we just need to make sure the end result records both upstream commits, and that all of our automated tools can handle that. ChenYu
|
By
...
· #4701
·
|
|
[PATCH 4.4.y-cip v2 00/15] PM / OPP v2 & cpufreq backports part 1
(resending from correct address...) Hi everyone, This is v2 of the part 1 of MOXA's PM / OPP / cpufreq backport series. Changes since v1: - Added missing SoB and upstream commit hash for "PM / OPP: Se
(resending from correct address...) Hi everyone, This is v2 of the part 1 of MOXA's PM / OPP / cpufreq backport series. Changes since v1: - Added missing SoB and upstream commit hash for "PM / OPP: Se
|
By
...
· #4733
·
|
|
[PATCH 4.4.y-cip v2 01/15] PM / OPP: Add debugfs support
From: Viresh Kumar <viresh.kumar@...> commit deaa51465105a7eda19a627b10372f4f7c51a4df upstream. This patch adds debugfs support to OPP layer to export OPPs and their properties for all the devi
From: Viresh Kumar <viresh.kumar@...> commit deaa51465105a7eda19a627b10372f4f7c51a4df upstream. This patch adds debugfs support to OPP layer to export OPPs and their properties for all the devi
|
By
...
· #4734
·
|
|
[PATCH 4.4.y-cip v2 05/15] PM / OPP: Rename OPP nodes as opp@<opp-hz>
From: Viresh Kumar <viresh.kumar@...> commit 754dcf35f34698661801ae1d391efa02affe83a7 upstream. It would be better to name OPP nodes as opp@<opp-hz> as that will ensure that multiple DT nodes d
From: Viresh Kumar <viresh.kumar@...> commit 754dcf35f34698661801ae1d391efa02affe83a7 upstream. It would be better to name OPP nodes as opp@<opp-hz> as that will ensure that multiple DT nodes d
|
By
...
· #4735
·
|
|
[PATCH 4.4.y-cip v2 02/15] PM / OPP: Add "opp-supported-hw" binding
From: Viresh Kumar <viresh.kumar@...> commit 1c4d12de2719dfdf27c6dab31e7a5641ee293c94 upstream. We may want to enable only a subset of OPPs, from the bigger list of OPPs, based on what version
From: Viresh Kumar <viresh.kumar@...> commit 1c4d12de2719dfdf27c6dab31e7a5641ee293c94 upstream. We may want to enable only a subset of OPPs, from the bigger list of OPPs, based on what version
|
By
...
· #4736
·
|
|
[PATCH 4.4.y-cip v2 03/15] PM / OPP: Add {opp-microvolt|opp-microamp}-<name> binding
From: Viresh Kumar <viresh.kumar@...> commit ffdb8cc7a27c89175e541e68e2a73f1f63ab8c6b upstream. Depending on the version of hardware or its properties, which are only known at runtime, various
From: Viresh Kumar <viresh.kumar@...> commit ffdb8cc7a27c89175e541e68e2a73f1f63ab8c6b upstream. Depending on the version of hardware or its properties, which are only known at runtime, various
|
By
...
· #4737
·
|
|
[PATCH 4.4.y-cip v2 04/15] PM / OPP: Remove 'operating-points-names' binding
From: Viresh Kumar <viresh.kumar@...> commit af87a39a5f7cf6ef252b1aec3e2e6508a40e51f1 upstream. These aren't used until now by any DT files and wouldn't be used now as we have a better scheme i
From: Viresh Kumar <viresh.kumar@...> commit af87a39a5f7cf6ef252b1aec3e2e6508a40e51f1 upstream. These aren't used until now by any DT files and wouldn't be used now as we have a better scheme i
|
By
...
· #4738
·
|
|
[PATCH 4.4.y-cip v2 10/15] PM / OPP: Set cpu_dev->id in cpumask first
From: Pi-Cheng Chen <pi-cheng.chen@...> commit d9de19b1cc013433ad293365b5b3902ec73dfd60 upstream. Set cpu_dev->id in cpumask first when setting up cpumask for CPUs that share the same OPP table
From: Pi-Cheng Chen <pi-cheng.chen@...> commit d9de19b1cc013433ad293365b5b3902ec73dfd60 upstream. Set cpu_dev->id in cpumask first when setting up cpumask for CPUs that share the same OPP table
|
By
...
· #4739
·
|
|
[PATCH 4.4.y-cip v2 09/15] PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties
From: Bartlomiej Zolnierkiewicz <b.zolnierkie@...> commit fd8d8e63467c922be9ae4452cca2980d473477d9 upstream. Commit 01fb4d3c39d3 ("PM / OPP: Parse 'opp-<prop>-<name>' bindings") broke support
From: Bartlomiej Zolnierkiewicz <b.zolnierkie@...> commit fd8d8e63467c922be9ae4452cca2980d473477d9 upstream. Commit 01fb4d3c39d3 ("PM / OPP: Parse 'opp-<prop>-<name>' bindings") broke support
|
By
...
· #4740
·
|
|
[PATCH 4.4.y-cip v2 07/15] PM / OPP: Parse 'opp-supported-hw' binding
From: Viresh Kumar <viresh.kumar@...> commit 7de36b0aa51a5a59e28fb2da768fa3ab07de0674 upstream. OPP bindings allow a platform to enable OPPs based on the version of the hardware they are used f
From: Viresh Kumar <viresh.kumar@...> commit 7de36b0aa51a5a59e28fb2da768fa3ab07de0674 upstream. OPP bindings allow a platform to enable OPPs based on the version of the hardware they are used f
|
By
...
· #4741
·
|
|
[PATCH 4.4.y-cip v2 11/15] PM / OPP: Use snprintf() instead of sprintf()
From: Viresh Kumar <viresh.kumar@...> commit 5ff24d601092b222340b28466e263b1c4559407e upstream. sprintf() can access memory outside of the range of the character array, and is risky in some sit
From: Viresh Kumar <viresh.kumar@...> commit 5ff24d601092b222340b28466e263b1c4559407e upstream. sprintf() can access memory outside of the range of the character array, and is risky in some sit
|
By
...
· #4742
·
|
|
[PATCH 4.4.y-cip v2 08/15] PM / OPP: Parse 'opp-<prop>-<name>' bindings
From: Viresh Kumar <viresh.kumar@...> commit 01fb4d3c39d35b725441e8a9a26b3f3ad67793ed upstream. OPP bindings (for few properties) allow a platform to choose a value/range among a set of availab
From: Viresh Kumar <viresh.kumar@...> commit 01fb4d3c39d35b725441e8a9a26b3f3ad67793ed upstream. OPP bindings (for few properties) allow a platform to choose a value/range among a set of availab
|
By
...
· #4743
·
|
|
[PATCH 4.4.y-cip v2 06/15] PM / OPP: Add missing doc comments
From: Viresh Kumar <viresh.kumar@...> commit dc4e7b1fa20a840d2317fcfdaa1064fc09d2afcb upstream. Few doc-style comments were missing, add them. Rearrange another one to match the sequence within
From: Viresh Kumar <viresh.kumar@...> commit dc4e7b1fa20a840d2317fcfdaa1064fc09d2afcb upstream. Few doc-style comments were missing, add them. Rearrange another one to match the sequence within
|
By
...
· #4744
·
|
|
[PATCH 4.4.y-cip v2 13/15] cpufreq-dt: Supply power coefficient when registering cooling devices
From: Punit Agrawal <punit.agrawal@...> commit f8fa8ae06b8c2c25d81c99766f9226adc5c3e073 upstream. Support registering cooling devices with dynamic power coefficient where provided by the device tr
From: Punit Agrawal <punit.agrawal@...> commit f8fa8ae06b8c2c25d81c99766f9226adc5c3e073 upstream. Support registering cooling devices with dynamic power coefficient where provided by the device tr
|
By
...
· #4745
·
|
|
[PATCH 4.4.y-cip v2 12/15] devicetree: bindings: Add optional dynamic-power-coefficient property
From: Punit Agrawal <punit.agrawal@...> commit 3be3f8f36e7349006f19c8c8f0d686e98462a993 upstream. The dynamic power consumption of a device is proportional to the square of voltage (V) and the clo
From: Punit Agrawal <punit.agrawal@...> commit 3be3f8f36e7349006f19c8c8f0d686e98462a993 upstream. The dynamic power consumption of a device is proportional to the square of voltage (V) and the clo
|
By
...
· #4746
·
|
|
[PATCH 4.4.y-cip v2 15/15] cpufreq: cpufreq-dt: avoid uninitialized variable warnings:
From: Arnd Bergmann <arnd@...> commit b331bc20d9281213f7fb67912638e0fb5baeb324 upstream. gcc warns quite a bit about values returned from allocate_resources() in cpufreq-dt.c: cpufreq-dt.c: In fu
From: Arnd Bergmann <arnd@...> commit b331bc20d9281213f7fb67912638e0fb5baeb324 upstream. gcc warns quite a bit about values returned from allocate_resources() in cpufreq-dt.c: cpufreq-dt.c: In fu
|
By
...
· #4747
·
|
|
[PATCH 4.4.y-cip v2 14/15] cpufreq-dt: fix handling regulator_get_voltage() result
From: Andrzej Hajda <a.hajda@...> commit 929ca89c305a6ed7a4149115be99af6d73c36918 upstream. The function can return negative values so it should be assigned to signed type. The problem has bee
From: Andrzej Hajda <a.hajda@...> commit 929ca89c305a6ed7a4149115be99af6d73c36918 upstream. The function can return negative values so it should be assigned to signed type. The problem has bee
|
By
...
· #4748
·
|
|
[PATCH 4.4.y-cip v3 00/14] PM / OPP v2 & cpufreq backports part 1
Hi everyone, This is v3 of the part 1 of MOXA's PM / OPP / cpufreq backport series. Changes since v2: - Squashed "PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties" into "PM / OPP: Pa
Hi everyone, This is v3 of the part 1 of MOXA's PM / OPP / cpufreq backport series. Changes since v2: - Squashed "PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties" into "PM / OPP: Pa
|
By
...
· #4773
·
|
|
[PATCH 4.4.y-cip v3 03/14] PM / OPP: Add {opp-microvolt|opp-microamp}-<name> binding
From: Viresh Kumar <viresh.kumar@...> commit ffdb8cc7a27c89175e541e68e2a73f1f63ab8c6b upstream. Depending on the version of hardware or its properties, which are only known at runtime, various
From: Viresh Kumar <viresh.kumar@...> commit ffdb8cc7a27c89175e541e68e2a73f1f63ab8c6b upstream. Depending on the version of hardware or its properties, which are only known at runtime, various
|
By
...
· #4774
·
|
|
[PATCH 4.4.y-cip v3 01/14] PM / OPP: Add debugfs support
From: Viresh Kumar <viresh.kumar@...> commit deaa51465105a7eda19a627b10372f4f7c51a4df upstream. This patch adds debugfs support to OPP layer to export OPPs and their properties for all the devi
From: Viresh Kumar <viresh.kumar@...> commit deaa51465105a7eda19a627b10372f4f7c51a4df upstream. This patch adds debugfs support to OPP layer to export OPPs and their properties for all the devi
|
By
...
· #4775
·
|