[PATCH] ARM: S3C24XX: Fix nand partition table for s3c24XX

2010-07-18 Thread Sangbeom Kim
From: Atul Dahiya atul.dah...@samsung.com This patch fixes the partition table as existing partition table have last partition size fixed and can't utilize available memory proprly if size is more than 64M. Signed-off-by: Atul Dahiya atul.dah...@samsung.com Signed-off-by: Sangbeom Kim

[PATCH 0/2] ARM: S3C24XX: Add setname core function and S3C2416 NAND

2010-07-18 Thread Sangbeom Kim
This patch adds setname core function for S3C24XX NAND and support S3C2416 NAND This patch set consists of the following patches. [PATCH 1/2] ARM: SAMSUNG: Add setname core function for S3C24XX NAND [PATCH 2/2] ARM: S3C2416: Change S3C2416 NAND platform device name -- To unsubscribe from this

RE: [PATCH v2 2/8] ARM: S5PV310: Add new CPU initialization support

2010-07-18 Thread Kukjin Kim
Russell King wrote: On Fri, Jul 16, 2010 at 05:58:28PM +0900, Kukjin Kim wrote: diff --git a/arch/arm/mach-s5pv310/platsmp.c b/arch/arm/mach- s5pv310/platsmp.c new file mode 100644 index 000..9325ac2 --- /dev/null +++ b/arch/arm/mach-s5pv310/platsmp.c @@ -0,0 +1,212 @@ +/*

RE: [PATCH 3/3] i2c/busses: Select I2C bus support for S5PV210 and S5P6440.

2010-07-18 Thread Kukjin Kim
Kyungmin Park wrote: On Fri, Jul 16, 2010 at 10:13 PM, Kukjin Kim kgene@samsung.com wrote: From: Naveen Krishna Ch ch.nav...@samsung.com This patch is to select support I2C channels 0, 1 and 2 for S5PV210 and S5P6440. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com

RE: [PATCH 2/3] ARM: S5PV210: Add support for I2C devices on SMDKV210 and SMDKC110

2010-07-18 Thread Kukjin Kim
Kyungmin Park wrote: On Fri, Jul 16, 2010 at 10:13 PM, Kukjin Kim kgene@samsung.com wrote: From: Naveen Krishna Ch ch.nav...@samsung.com This patch adds support I2C-0/1/2 devices to the SMDKV210/SMDKC110. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com Signed-off-by:

Re: [PATCH v2 5/5] ARM: S5PV210: Initial CPUFREQ Support

2010-07-18 Thread MyungJoo Ham
On Fri, Jul 16, 2010 at 8:02 PM, Maurus Cuelenaere mcuelena...@gmail.com wrote:  Op 16-07-10 10:01, MyungJoo Ham schreef: S5PV210 CPUFREQ Support. This CPUFREQ may work without PMIC's DVS support. However, it is not as effective without DVS support as supposed. AVS is not supported in this

RE: [PATCH v2] ARM: S5P: Add PMU device

2010-07-18 Thread Kukjin Kim
Joonyoung Shim wrote: This patch adds an initcall for the s5p platforms so that they register their PMU IRQs with the PMU framework in the Kernel. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH v2] ARM: SAMSUNG: Make WDT driver dependency SoC specific instead of machine specific

2010-07-18 Thread Kukjin Kim
From: Banajit Goswami banaji...@samsung.com This patch moves the dependency of watchdog timer driver from MACH_XXX(board) to ARCH_XXX(SoC). This will enable all machines using Samsung S3C64XX and S5P SoCs to use the WDT driver by default. Signed-off-by: Banajit Goswami banaji...@samsung.com

[PATCH v3 5/7] ARM: S5PV210: macros for clock registers at regs-clock.h

2010-07-18 Thread MyungJoo Ham
Previously, most of CLK_DIV/SRC register accessing mask and shift values were used at arch/arm/mach-s5pv210/clock.c only; thus we had not been using macros for these. However, as CPUFREQ uses those shift and mask values as well, we'd better define them at a single location, whose proper location

[PATCH v3 6/7] ARM: S5PV210: Access for DMCx registers

2010-07-18 Thread MyungJoo Ham
The CPUFREQ driver requires an access to DMCx registers. Signed-off-by: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/cpu.c | 12 +++- arch/arm/mach-s5pv210/include/mach/map.h |4 2

[PATCH v3 7/7] ARM: S5PV210: Initial CPUFREQ Support

2010-07-18 Thread MyungJoo Ham
S5PV210 CPUFREQ Support. This CPUFREQ may work without PMIC's DVS support. However, it is not as effective without DVS support as supposed. AVS is not supported in this version. Note that CLK_SRC of some clocks including ARMCLK, G3D, G2D, MFC, and ONEDRAM are modified directly without updating

[PATCH v3 2/7] ARM: Samsung SoC: added hclk/pclk info to s3c_freq for s5pv210 cpu-freq

2010-07-18 Thread MyungJoo Ham
S5PV210 requires msys/dsys info as well; thus, we've included those at struct s3c_freq, which is used by CPUFREQ of S5PV210. Signed-off-by: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/plat-samsung/include/plat/cpu-freq.h |6 ++

[PATCH v3 4/7] ARM: S5P: Virtual Addresses for DMCx registers.

2010-07-18 Thread MyungJoo Ham
The CPUFREQ driver requires an access to DMCx registers. Signed-off-by: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/plat-s5p/include/plat/map-s5p.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git