* Re: [PATCH] PM: devfreq: fix typo "CPU_EXYNOS4.12" twice
@ 2013-03-14 8:27 MyungJoo Ham
0 siblings, 0 replies; 3+ messages in thread
From: MyungJoo Ham @ 2013-03-14 8:27 UTC (permalink / raw)
To: Paul Bolle, 박경민; +Cc: linux-kernel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=euc-kr, Size: 1285 bytes --]
> Dependencies on CPU_EXYNOS4212 and CPU_EXYNOS4412 for the "ARM
> Exynos4210/4212/4412 Memory Bus DEVFREQ Driver" were added in commit
> 7b4050381127ae11fcfc74a106d715a5fbbf888a ("PM/Devfreq: Add Exynos4-bus
> device DVFS driver for Exynos4210/4212/4412."). The tree (at that time,
> v3.3, and currently) makes clear that this should have been dependencies
> on SOC_EXYNOS4212 and SOC_EXYNOS4412.
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
> ---
> drivers/devfreq/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
> index 0f079be..0ec6572 100644
> --- a/drivers/devfreq/Kconfig
> +++ b/drivers/devfreq/Kconfig
> @@ -67,7 +67,7 @@ comment "DEVFREQ Drivers"
>
> config ARM_EXYNOS4_BUS_DEVFREQ
> bool "ARM Exynos4210/4212/4412 Memory Bus DEVFREQ Driver"
> - depends on CPU_EXYNOS4210 || CPU_EXYNOS4212 || CPU_EXYNOS4412
> + depends on CPU_EXYNOS4210 || SOC_EXYNOS4212 || SOC_EXYNOS4412
> select ARCH_HAS_OPP
> select DEVFREQ_GOV_SIMPLE_ONDEMAND
> help
> --
> 1.7.11.7
>
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] PM: devfreq: fix typo "CPU_EXYNOS4.12" twice
2013-03-13 21:10 Paul Bolle
@ 2013-03-13 21:12 ` Paul Bolle
0 siblings, 0 replies; 3+ messages in thread
From: Paul Bolle @ 2013-03-13 21:12 UTC (permalink / raw)
To: MyungJoo Ham, Kyungmin Park; +Cc: linux-kernel
On Wed, 2013-03-13 at 22:10 +0100, Paul Bolle wrote:
> Dependencies on CPU_EXYNOS4212 and CPU_EXYNOS4412 for the "ARM
> Exynos4210/4212/4412 Memory Bus DEVFREQ Driver" were added in commit
> 7b4050381127ae11fcfc74a106d715a5fbbf888a ("PM/Devfreq: Add Exynos4-bus
> device DVFS driver for Exynos4210/4212/4412."). The tree (at that time,
> v3.3, and currently) makes clear that this should have been dependencies
> on SOC_EXYNOS4212 and SOC_EXYNOS4412.
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
Forgot to add that this is untested: no access to hardware, etc.
Paul Bolle
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] PM: devfreq: fix typo "CPU_EXYNOS4.12" twice
@ 2013-03-13 21:10 Paul Bolle
2013-03-13 21:12 ` Paul Bolle
0 siblings, 1 reply; 3+ messages in thread
From: Paul Bolle @ 2013-03-13 21:10 UTC (permalink / raw)
To: MyungJoo Ham, Kyungmin Park; +Cc: linux-kernel
Dependencies on CPU_EXYNOS4212 and CPU_EXYNOS4412 for the "ARM
Exynos4210/4212/4412 Memory Bus DEVFREQ Driver" were added in commit
7b4050381127ae11fcfc74a106d715a5fbbf888a ("PM/Devfreq: Add Exynos4-bus
device DVFS driver for Exynos4210/4212/4412."). The tree (at that time,
v3.3, and currently) makes clear that this should have been dependencies
on SOC_EXYNOS4212 and SOC_EXYNOS4412.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
drivers/devfreq/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
index 0f079be..0ec6572 100644
--- a/drivers/devfreq/Kconfig
+++ b/drivers/devfreq/Kconfig
@@ -67,7 +67,7 @@ comment "DEVFREQ Drivers"
config ARM_EXYNOS4_BUS_DEVFREQ
bool "ARM Exynos4210/4212/4412 Memory Bus DEVFREQ Driver"
- depends on CPU_EXYNOS4210 || CPU_EXYNOS4212 || CPU_EXYNOS4412
+ depends on CPU_EXYNOS4210 || SOC_EXYNOS4212 || SOC_EXYNOS4412
select ARCH_HAS_OPP
select DEVFREQ_GOV_SIMPLE_ONDEMAND
help
--
1.7.11.7
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-14 8:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-14 8:27 [PATCH] PM: devfreq: fix typo "CPU_EXYNOS4.12" twice MyungJoo Ham
-- strict thread matches above, loose matches on Subject: below --
2013-03-13 21:10 Paul Bolle
2013-03-13 21:12 ` Paul Bolle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®