All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: Update number of VIC
@ 2010-09-10 12:03 ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2010-09-10 12:03 UTC (permalink / raw)
  To: linux-arm-kernel, linux-samsung-soc; +Cc: ben-linux

This patches update number of VIC.
The S5PV210 has 4 VICs, and the S5P6442 and S5PC100 have 3 ViCs.
So need to update ARM_VIC_NR for them.

Russell,

How do you think this?
If another better way, please let me know.

Thanks.

[PATCH 1/2] ARM: Update number of VIC for S5PV210
[PATCH 2/2] ARM: Update number of VIC for S5P6442 and S5PC100

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 0/2] ARM: Update number of VIC
@ 2010-09-10 12:03 ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2010-09-10 12:03 UTC (permalink / raw)
  To: linux-arm-kernel

This patches update number of VIC.
The S5PV210 has 4 VICs, and the S5P6442 and S5PC100 have 3 ViCs.
So need to update ARM_VIC_NR for them.

Russell,

How do you think this?
If another better way, please let me know.

Thanks.

[PATCH 1/2] ARM: Update number of VIC for S5PV210
[PATCH 2/2] ARM: Update number of VIC for S5P6442 and S5PC100

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/2] ARM: Update number of VIC for S5PV210
  2010-09-10 12:03 ` Kukjin Kim
@ 2010-09-10 12:03   ` Kukjin Kim
  -1 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2010-09-10 12:03 UTC (permalink / raw)
  To: linux-arm-kernel, linux-samsung-soc
  Cc: ben-linux, Kyungmin Park, Kukjin Kim, Russell King

From: Kyungmin Park <kyungmin.park@samsung.com>

S5PV210 SoC have 4 VICs. It requires for suspend and resume.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
index 0a34c81..0ac3d81 100644
--- a/arch/arm/common/Kconfig
+++ b/arch/arm/common/Kconfig
@@ -6,6 +6,7 @@ config ARM_VIC
 
 config ARM_VIC_NR
 	int
+	default 4 if ARCH_S5PV210
 	default 2
 	depends on ARM_VIC
 	help
-- 
1.6.2.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 1/2] ARM: Update number of VIC for S5PV210
@ 2010-09-10 12:03   ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2010-09-10 12:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kyungmin Park <kyungmin.park@samsung.com>

S5PV210 SoC have 4 VICs. It requires for suspend and resume.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
index 0a34c81..0ac3d81 100644
--- a/arch/arm/common/Kconfig
+++ b/arch/arm/common/Kconfig
@@ -6,6 +6,7 @@ config ARM_VIC
 
 config ARM_VIC_NR
 	int
+	default 4 if ARCH_S5PV210
 	default 2
 	depends on ARM_VIC
 	help
-- 
1.6.2.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/2] ARM: Update number of VIC for S5P6442 and S5PC100
  2010-09-10 12:03 ` Kukjin Kim
@ 2010-09-10 12:03   ` Kukjin Kim
  -1 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2010-09-10 12:03 UTC (permalink / raw)
  To: linux-arm-kernel, linux-samsung-soc; +Cc: ben-linux, Kukjin Kim, Russell King

Update the number of IVC to handle the 3 VICs of the
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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
index 0ac3d81..6480685 100644
--- a/arch/arm/common/Kconfig
+++ b/arch/arm/common/Kconfig
@@ -7,6 +7,7 @@ config ARM_VIC
 config ARM_VIC_NR
 	int
 	default 4 if ARCH_S5PV210
+	default 3 if ARCH_S5P6442 || ARCH_S5PC100
 	default 2
 	depends on ARM_VIC
 	help
-- 
1.6.2.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/2] ARM: Update number of VIC for S5P6442 and S5PC100
@ 2010-09-10 12:03   ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2010-09-10 12:03 UTC (permalink / raw)
  To: linux-arm-kernel

Update the number of IVC to handle the 3 VICs of the
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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
index 0ac3d81..6480685 100644
--- a/arch/arm/common/Kconfig
+++ b/arch/arm/common/Kconfig
@@ -7,6 +7,7 @@ config ARM_VIC
 config ARM_VIC_NR
 	int
 	default 4 if ARCH_S5PV210
+	default 3 if ARCH_S5P6442 || ARCH_S5PC100
 	default 2
 	depends on ARM_VIC
 	help
-- 
1.6.2.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* RE: [PATCH 2/2] ARM: Update number of VIC for S5P6442 and S5PC100
  2010-09-10 12:03   ` Kukjin Kim
@ 2010-09-10 23:40     ` Kukjin Kim
  -1 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2010-09-10 23:40 UTC (permalink / raw)
  To: 'Kukjin Kim', linux-arm-kernel, linux-samsung-soc
  Cc: ben-linux, 'Russell King'

Kukjin Kim wrote:
> 
> Update the number of IVC to handle the 3 VICs of the
> S5P6442 and S5PC100.
> 
Oh, need to fix typo :-)

Update the number of VIC to handle the 3 VICs of the
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 |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
> index 0ac3d81..6480685 100644
> --- a/arch/arm/common/Kconfig
> +++ b/arch/arm/common/Kconfig
> @@ -7,6 +7,7 @@ config ARM_VIC
>  config ARM_VIC_NR
>  	int
>  	default 4 if ARCH_S5PV210
> +	default 3 if ARCH_S5P6442 || ARCH_S5PC100
>  	default 2
>  	depends on ARM_VIC
>  	help
> --
> 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] 8+ messages in thread

* [PATCH 2/2] ARM: Update number of VIC for S5P6442 and S5PC100
@ 2010-09-10 23:40     ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2010-09-10 23:40 UTC (permalink / raw)
  To: linux-arm-kernel

Kukjin Kim wrote:
> 
> Update the number of IVC to handle the 3 VICs of the
> S5P6442 and S5PC100.
> 
Oh, need to fix typo :-)

Update the number of VIC to handle the 3 VICs of the
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 |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
> index 0ac3d81..6480685 100644
> --- a/arch/arm/common/Kconfig
> +++ b/arch/arm/common/Kconfig
> @@ -7,6 +7,7 @@ config ARM_VIC
>  config ARM_VIC_NR
>  	int
>  	default 4 if ARCH_S5PV210
> +	default 3 if ARCH_S5P6442 || ARCH_S5PC100
>  	default 2
>  	depends on ARM_VIC
>  	help
> --
> 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] 8+ messages in thread

end of thread, other threads:[~2010-09-10 23:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-10 12:03 [PATCH 0/2] ARM: Update number of VIC Kukjin Kim
2010-09-10 12:03 ` Kukjin Kim
2010-09-10 12:03 ` [PATCH 1/2] ARM: Update number of VIC for S5PV210 Kukjin Kim
2010-09-10 12:03   ` Kukjin Kim
2010-09-10 12:03 ` [PATCH 2/2] ARM: Update number of VIC for S5P6442 and S5PC100 Kukjin Kim
2010-09-10 12:03   ` Kukjin Kim
2010-09-10 23:40   ` Kukjin Kim
2010-09-10 23:40     ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.