Re: [PATCH v4] ARM: S5PV310: Add Samsung UNIVERSAL_C210 support

2010-08-06 Thread Kyungmin Park
On Fri, Aug 6, 2010 at 9:14 PM, Kukjin Kim wrote: > From: Kyungmin Park > > This patch adds Samsung Mobile S5PC210 Reference Board, UNIVERSAL_C210 board > support. > > Signed-off-by: Kyungmin Park > [kgene@samsung.com: changed machine name] > Signed-off-by: Kukjin Kim > --- > Kyungmin, > Ma

[PATCH v4] ARM: S5PV310: Add Samsung UNIVERSAL_C210 support

2010-08-06 Thread Kukjin Kim
From: Kyungmin Park This patch adds Samsung Mobile S5PC210 Reference Board, UNIVERSAL_C210 board support. Signed-off-by: Kyungmin Park [kgene@samsung.com: changed machine name] Signed-off-by: Kukjin Kim --- Kyungmin, Maybe as you know, should be changed all universal_ functions when adding

[PATCH v3] ARM: S5PV310: Add Samsung UNIVERSAL_C210 support

2010-08-06 Thread Kukjin Kim
From: Kyungmin Park This patch adds Samsung Mobile S5PC210 Reference Board, UNIVERSAL_C210 board support. Signed-off-by: Kyungmin Park [kgene@samsung.com: changed machine name] Signed-off-by: Kukjin Kim --- Changes since v2: - Changed machine name from 'UNIVERSAL' to 'UNIVERSAL_C210' Chan

[PATCH] ARM: S5PV310: Add SMDKC210 board support file

2010-08-06 Thread Kukjin Kim
This patch adds Samsung SMDKC210 board support file. The SoC of SMDKC210, S5PC210(MCP) is one of package option of S5PV310. And because composition of SMDKC210 and SMDKV310 differs, need SMDKC210 with SMDKV310. Signed-off-by: Kukjin Kim --- NOTE: This is for next merge window not this, because I

[PATCH] ARM: S5PV310: update S5PV310 Kconfig for supporting multiple machines

2010-08-06 Thread Kukjin Kim
This patch updates Kconfig of mach-s5pv310 for easily dividing S5PC210 and S5PV310 boards. S5PC210(MCP) machines and S5PV310 machines can be build into one kernel, this will be provied/submitted when new defconfig can be merged. Signed-off-by: Kukjin Kim --- NOTE: Depends on previous 'ARM: S5PV31

RE: [PATCH] ARM: SAMSUNG: Add keypad device support

2010-08-06 Thread Kukjin Kim
Joonyoung Shim wrote: > > This patch adds samsung keypad device definition for samsung cpus. > > Signed-off-by: Joonyoung Shim > Signed-off-by: Kyungmin Park > --- > This patch is to add samsung keypad device. It is updated single version > of previous patch "[PATCH v6 1/3] ARM: SAMSUNG: Add ke