* [PATCH v2 0/8] ARM: shmobile: Enable CPU FREQ support
@ 2014-06-03 12:01 Gaku Inami
2014-06-04 12:13 ` Magnus Damm
2014-06-05 7:01 ` Benoit Cousson
0 siblings, 2 replies; 3+ messages in thread
From: Gaku Inami @ 2014-06-03 12:01 UTC (permalink / raw)
To: linux-sh
This patch series is initial support for CPU FREQ.
Based on : renesas-devel-v3.15-rc7-20140530
Support :
[CPU]
- Coretex A15( Z clock) : Supported
- Coretex A7 (Z2 clock) : Not supported
[HW]
- R-CAR H2(ES1.0) : Not supported
- R-CAR H2(ES2.0) : Supported
- R-CAR M2(ES1.0) : Supported
- R-CAR M2(ES2.0) : Supported
- Other HW : Not supported
[DVFS feature]
- DFS : Supported
- DVS : Not supported
Changes since version 1:
- changed "Signed-off-by" and "From" correctly.
- added DA9210 regulator.
- changed the setting of OPPs for R-CAR H2(ES2.0).
- changed the method of checking the device tree.
- changed the setting of Vmin for disabling DVS
- fixed subject.
- fixed typo.
Benoit Cousson (3):
ARM: shmobile: lager: Add VDD MPU regulator for DVFS
ARM: shmobile: r8a7790/lager dts: Add DVFS parameters into cpu0 node
for r8a7790
ARM: shmobile: Make r8a7790 CPUFreq capable
Gaku Inami (5):
ARM: shmobile: add cpufreq-cpu0 driver for common SH-Mobile
ARM: shmobile: koelsch dts: Add VDD MPU regulator for DVFS
ARM: shmobile: r8a7791/koelsch dts: Add DVFS parameters into cpu0
node for r8a7791
ARM: shmobile: Make r8a7791 CPUFreq capable
ARM: shmobile: Enable CPUFREQ configuration
arch/arm/boot/dts/r8a7790-lager.dts | 25 +++++++++++++++++++++
arch/arm/boot/dts/r8a7790.dtsi | 11 +++++++++
arch/arm/boot/dts/r8a7791-koelsch.dts | 25 +++++++++++++++++++++
arch/arm/boot/dts/r8a7791.dtsi | 11 +++++++++
arch/arm/configs/shmobile_defconfig | 13 +++++++++++
arch/arm/mach-shmobile/Kconfig | 4 ++++
arch/arm/mach-shmobile/Makefile | 1 +
arch/arm/mach-shmobile/cpufreq.c | 31 ++++++++++++++++++++++++++
arch/arm/mach-shmobile/include/mach/common.h | 7 ++++++
9 files changed, 128 insertions(+)
create mode 100644 arch/arm/mach-shmobile/cpufreq.c
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 0/8] ARM: shmobile: Enable CPU FREQ support
2014-06-03 12:01 [PATCH v2 0/8] ARM: shmobile: Enable CPU FREQ support Gaku Inami
@ 2014-06-04 12:13 ` Magnus Damm
2014-06-05 7:01 ` Benoit Cousson
1 sibling, 0 replies; 3+ messages in thread
From: Magnus Damm @ 2014-06-04 12:13 UTC (permalink / raw)
To: linux-sh
Hi Inami-san, everyone,
On Tue, Jun 3, 2014 at 9:01 PM, Gaku Inami <gaku.inami.xw@bp.renesas.com> wrote:
> This patch series is initial support for CPU FREQ.
>
> Based on : renesas-devel-v3.15-rc7-20140530
>
> Support :
> [CPU]
> - Coretex A15( Z clock) : Supported
> - Coretex A7 (Z2 clock) : Not supported
> [HW]
> - R-CAR H2(ES1.0) : Not supported
> - R-CAR H2(ES2.0) : Supported
> - R-CAR M2(ES1.0) : Supported
> - R-CAR M2(ES2.0) : Supported
> - Other HW : Not supported
> [DVFS feature]
> - DFS : Supported
> - DVS : Not supported
>
> Changes since version 1:
> - changed "Signed-off-by" and "From" correctly.
> - added DA9210 regulator.
> - changed the setting of OPPs for R-CAR H2(ES2.0).
> - changed the method of checking the device tree.
> - changed the setting of Vmin for disabling DVS
> - fixed subject.
> - fixed typo.
>
> Benoit Cousson (3):
> ARM: shmobile: lager: Add VDD MPU regulator for DVFS
> ARM: shmobile: r8a7790/lager dts: Add DVFS parameters into cpu0 node
> for r8a7790
> ARM: shmobile: Make r8a7790 CPUFreq capable
>
> Gaku Inami (5):
> ARM: shmobile: add cpufreq-cpu0 driver for common SH-Mobile
> ARM: shmobile: koelsch dts: Add VDD MPU regulator for DVFS
> ARM: shmobile: r8a7791/koelsch dts: Add DVFS parameters into cpu0
> node for r8a7791
> ARM: shmobile: Make r8a7791 CPUFreq capable
> ARM: shmobile: Enable CPUFREQ configuration
Many thanks for these patches to both Benoit and Inami-san.
I'm fine with all of them except the following that I think should be
reworked and merged.
[PATCH v2 3/8] ARM: shmobile: Make r8a7790 CPUFreq capable
[PATCH v2 7/8] ARM: shmobile: Make r8a7791 CPUFreq capable
So for patch 1,2,4,5,6,8:
Acked-by: Magnus Damm <damm+renesas@opensource.se>
Cheers,
/ magnus
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 0/8] ARM: shmobile: Enable CPU FREQ support
2014-06-03 12:01 [PATCH v2 0/8] ARM: shmobile: Enable CPU FREQ support Gaku Inami
2014-06-04 12:13 ` Magnus Damm
@ 2014-06-05 7:01 ` Benoit Cousson
1 sibling, 0 replies; 3+ messages in thread
From: Benoit Cousson @ 2014-06-05 7:01 UTC (permalink / raw)
To: linux-sh
Hi Inami-san and Magnus,
On 04/06/2014 14:13, Magnus Damm wrote:
> Hi Inami-san, everyone,
>
> On Tue, Jun 3, 2014 at 9:01 PM, Gaku Inami <gaku.inami.xw@bp.renesas.com> wrote:
>> This patch series is initial support for CPU FREQ.
>>
>> Based on : renesas-devel-v3.15-rc7-20140530
>>
>> Support :
>> [CPU]
>> - Coretex A15( Z clock) : Supported
>> - Coretex A7 (Z2 clock) : Not supported
>> [HW]
>> - R-CAR H2(ES1.0) : Not supported
>> - R-CAR H2(ES2.0) : Supported
>> - R-CAR M2(ES1.0) : Supported
>> - R-CAR M2(ES2.0) : Supported
>> - Other HW : Not supported
>> [DVFS feature]
>> - DFS : Supported
>> - DVS : Not supported
>>
>> Changes since version 1:
>> - changed "Signed-off-by" and "From" correctly.
>> - added DA9210 regulator.
>> - changed the setting of OPPs for R-CAR H2(ES2.0).
>> - changed the method of checking the device tree.
>> - changed the setting of Vmin for disabling DVS
>> - fixed subject.
>> - fixed typo.
>>
>> Benoit Cousson (3):
>> ARM: shmobile: lager: Add VDD MPU regulator for DVFS
>> ARM: shmobile: r8a7790/lager dts: Add DVFS parameters into cpu0 node
>> for r8a7790
>> ARM: shmobile: Make r8a7790 CPUFreq capable
>>
>> Gaku Inami (5):
>> ARM: shmobile: add cpufreq-cpu0 driver for common SH-Mobile
>> ARM: shmobile: koelsch dts: Add VDD MPU regulator for DVFS
>> ARM: shmobile: r8a7791/koelsch dts: Add DVFS parameters into cpu0
>> node for r8a7791
>> ARM: shmobile: Make r8a7791 CPUFreq capable
>> ARM: shmobile: Enable CPUFREQ configuration
>
> Many thanks for these patches to both Benoit and Inami-san.
Thanks a lot for taking care of my series and extending it to other
Soc/board.
Magnus,
Thanks for the acks.
Regards,
Benoit
--
Benoît Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-05 7:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 12:01 [PATCH v2 0/8] ARM: shmobile: Enable CPU FREQ support Gaku Inami
2014-06-04 12:13 ` Magnus Damm
2014-06-05 7:01 ` Benoit Cousson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).