|
[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
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
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4768
·
|
|
[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
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
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4767
·
|
|
[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,
From: Viresh Kumar <viresh.kumar@...>
commit ffdb8cc7a27c89175e541e68e2a73f1f63ab8c6b upstream.
Depending on the version of hardware or its properties, which are only
known at runtime,
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4766
·
|
|
[PATCH 4.4.y-cip v2 00/15] PM / OPP v2 & cpufreq backports part 1
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: Set
cpu_dev->id in cpumask
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: Set
cpu_dev->id in cpumask
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4765
·
|
|
[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
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
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4764
·
|
|
[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
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
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4763
·
|
|
[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
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
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4762
·
|
|
[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
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
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4761
·
|
|
[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
From: Viresh Kumar <viresh.kumar@...>
commit dc4e7b1fa20a840d2317fcfdaa1064fc09d2afcb upstream.
Few doc-style comments were missing, add them. Rearrange another one to
match the sequence
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4760
·
|
|
[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
From: Bartlomiej Zolnierkiewicz <b.zolnierkie@...>
commit fd8d8e63467c922be9ae4452cca2980d473477d9 upstream.
Commit 01fb4d3c39d3 ("PM / OPP: Parse 'opp-<prop>-<name>'
bindings") broke
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4759
·
|
|
[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
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
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4758
·
|
|
[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
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
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4757
·
|
|
[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
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
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4756
·
|
|
[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
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
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4755
·
|
|
[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
From: Punit Agrawal <punit.agrawal@...>
commit f8fa8ae06b8c2c25d81c99766f9226adc5c3e073 upstream.
Support registering cooling devices with dynamic power coefficient
where provided by the device
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#4754
·
|
|
Re: [PATCH 4.4.y-cip 0/3] ARM: dts: am335x: Replace numeric pinmux address with macro defines
Hi all,
These should be the following:
Christina Quast (3):
ARM: dts: am33xx: Added macros for numeric pinmux addresses
ARM: dts: am33xx: Added AM33XX_PADCONF macro
ARM: dts: am335x:
Hi all,
These should be the following:
Christina Quast (3):
ARM: dts: am33xx: Added macros for numeric pinmux addresses
ARM: dts: am33xx: Added AM33XX_PADCONF macro
ARM: dts: am335x:
|
By
johnsonch.chen@moxa.com
·
#4753
·
|
|
[PATCH 4.4.y-cip 3/3] ARM: dts: am335x: moxa-uc-8100-me-t: Replaced register offsets with defines
From: Christina Quast <cquast@...>
commit c68a4ffd3d75d5e54e8b355218d622d0f4d70f9d upstream.
The defines are taken from dt-bindings/pinctrl/am33xx.h
Signed-off-by: Christina Quast
From: Christina Quast <cquast@...>
commit c68a4ffd3d75d5e54e8b355218d622d0f4d70f9d upstream.
The defines are taken from dt-bindings/pinctrl/am33xx.h
Signed-off-by: Christina Quast
|
By
johnsonch.chen@moxa.com
·
#4752
·
|
|
[PATCH 4.4.y-cip 2/3] ARM: dts: am33xx: Added AM33XX_PADCONF macro
From: Christina Quast <cquast@...>
commit f1ff9be7652b716c7eea67c9ca795027d911f148 upstream.
AM33XX_PADCONF takes three instead of two parameters, to make
future changes to
From: Christina Quast <cquast@...>
commit f1ff9be7652b716c7eea67c9ca795027d911f148 upstream.
AM33XX_PADCONF takes three instead of two parameters, to make
future changes to
|
By
johnsonch.chen@moxa.com
·
#4751
·
|
|
[PATCH 4.4.y-cip 1/3] ARM: dts: am33xx: Added macros for numeric pinmux addresses
From: Christina Quast <cquast@...>
commit 7ebd1ea798a4932231b18499df136fb552f6f648 upstream.
The values are extraced from the "AM335x SitaraTM Processors Technical
Reference Manual",
From: Christina Quast <cquast@...>
commit 7ebd1ea798a4932231b18499df136fb552f6f648 upstream.
The values are extraced from the "AM335x SitaraTM Processors Technical
Reference Manual",
|
By
johnsonch.chen@moxa.com
·
#4750
·
|
|
[PATCH 4.4.y-cip 0/3] ARM: dts: am335x: Replace numeric pinmux address with macro defines
Hello all,
This patchset replaces the register offsets for am335x with macro defines.
The values are extraced from the "AM335x SitaraTM Processors Technical
Reference Manual".
Use AM33XX_PADCONF to
Hello all,
This patchset replaces the register offsets for am335x with macro defines.
The values are extraced from the "AM335x SitaraTM Processors Technical
Reference Manual".
Use AM33XX_PADCONF to
|
By
johnsonch.chen@moxa.com
·
#4749
·
|