* [PATCH] ARM: Update number of VIC
@ 2010-08-13 11:09 Kukjin Kim
2010-08-16 1:01 ` Kyungmin Park
0 siblings, 1 reply; 4+ messages in thread
From: Kukjin Kim @ 2010-08-13 11:09 UTC (permalink / raw)
To: linux-arm-kernel
Update the number of VIC to handle the 3 or 4 VICs of
the S5PV210, S5P6442 and S5PC100.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Russell King <rmk@arm.linux.org.uk>
---
arch/arm/common/Kconfig | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
index 0a34c81..b7c76a9 100644
--- a/arch/arm/common/Kconfig
+++ b/arch/arm/common/Kconfig
@@ -6,8 +6,10 @@ config ARM_VIC
config ARM_VIC_NR
int
- default 2
depends on ARM_VIC
+ default 4 if ARCH_S5PV210
+ default 3 if ARCH_S5P6442 || ARCH_S5PC100
+ default 2
help
The maximum number of VICs available in the system, for
power management.
--
1.6.2.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ARM: Update number of VIC
2010-08-13 11:09 [PATCH] ARM: Update number of VIC Kukjin Kim
@ 2010-08-16 1:01 ` Kyungmin Park
2010-09-10 12:18 ` Kukjin Kim
0 siblings, 1 reply; 4+ messages in thread
From: Kyungmin Park @ 2010-08-16 1:01 UTC (permalink / raw)
To: linux-arm-kernel
Even though it required. I still think ben's patch is better approaches.
Talk to Ben again.
And there's no answer from Russell this approaches can be accepted.
And if you want to apply this patch, please apply my previous patch
and then add other SoCs.
http://marc.info/?l=linux-arm-kernel&m=127555986709819&w=2
Thank you,
Kyungmin Park
On Fri, Aug 13, 2010 at 8:09 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Update the number of VIC to handle the 3 or 4 VICs of
> the S5PV210, S5P6442 and S5PC100.
>
> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> Cc: Ben Dooks <ben-linux@fluff.org>
> Cc: Russell King <rmk@arm.linux.org.uk>
> ---
> ?arch/arm/common/Kconfig | ? ?4 +++-
> ?1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
> index 0a34c81..b7c76a9 100644
> --- a/arch/arm/common/Kconfig
> +++ b/arch/arm/common/Kconfig
> @@ -6,8 +6,10 @@ config ARM_VIC
>
> ?config ARM_VIC_NR
> ? ? ? ?int
> - ? ? ? default 2
> ? ? ? ?depends on ARM_VIC
> + ? ? ? default 4 if ARCH_S5PV210
> + ? ? ? default 3 if ARCH_S5P6442 || ARCH_S5PC100
> + ? ? ? default 2
> ? ? ? ?help
> ? ? ? ? ?The maximum number of VICs available in the system, for
> ? ? ? ? ?power management.
> --
> 1.6.2.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: Update number of VIC
2010-08-16 1:01 ` Kyungmin Park
@ 2010-09-10 12:18 ` Kukjin Kim
2010-09-12 21:08 ` Maurus Cuelenaere
0 siblings, 1 reply; 4+ messages in thread
From: Kukjin Kim @ 2010-09-10 12:18 UTC (permalink / raw)
To: linux-arm-kernel
Kyungmin Park wrote:
>
> Even though it required. I still think ben's patch is better approaches.
Please let me know where it is...I couldn't find it.
> Talk to Ben again.
> And there's no answer from Russell this approaches can be accepted.
>
> And if you want to apply this patch, please apply my previous patch
> and then add other SoCs.
> http://marc.info/?l=linux-arm-kernel&m=127555986709819&w=2
>
Hmm...this stuff should be sent to upstream via Russell's tree not mine.
Anyway, will re-submit them soon.
> Thank you,
> Kyungmin Park
>
> On Fri, Aug 13, 2010 at 8:09 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> > Update the number of VIC to handle the 3 or 4 VICs of
> > the S5PV210, S5P6442 and S5PC100.
> >
> > Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> > Cc: Ben Dooks <ben-linux@fluff.org>
> > Cc: Russell King <rmk@arm.linux.org.uk>
> > ---
> > ?arch/arm/common/Kconfig | ? ?4 +++-
> > ?1 files changed, 3 insertions(+), 1 deletions(-)
> >
> > diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
> > index 0a34c81..b7c76a9 100644
> > --- a/arch/arm/common/Kconfig
> > +++ b/arch/arm/common/Kconfig
> > @@ -6,8 +6,10 @@ config ARM_VIC
> >
> > ?config ARM_VIC_NR
> > ? ? ? ?int
> > - ? ? ? default 2
> > ? ? ? ?depends on ARM_VIC
> > + ? ? ? default 4 if ARCH_S5PV210
> > + ? ? ? default 3 if ARCH_S5P6442 || ARCH_S5PC100
> > + ? ? ? default 2
> > ? ? ? ?help
> > ? ? ? ? ?The maximum number of VICs available in the system, for
> > ? ? ? ? ?power management.
> > --
> > 1.6.2.5
> >
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: Update number of VIC
2010-09-10 12:18 ` Kukjin Kim
@ 2010-09-12 21:08 ` Maurus Cuelenaere
0 siblings, 0 replies; 4+ messages in thread
From: Maurus Cuelenaere @ 2010-09-12 21:08 UTC (permalink / raw)
To: linux-arm-kernel
Op 10-09-10 14:18, Kukjin Kim schreef:
> Kyungmin Park wrote:
>>
>> Even though it required. I still think ben's patch is better approaches.
>
> Please let me know where it is...I couldn't find it.
I think he means this:
http://git.fluff.org/gitweb?p=bjdooks/linux.git;a=commitdiff;h=57c364b57fbcfd5b084e5edb6776da1ef583c2cf
--
Maurus Cuelenaere
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-09-12 21:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-13 11:09 [PATCH] ARM: Update number of VIC Kukjin Kim
2010-08-16 1:01 ` Kyungmin Park
2010-09-10 12:18 ` Kukjin Kim
2010-09-12 21:08 ` Maurus Cuelenaere
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).