RE: [PATCH v2] ARM: S5PV210: Add GONI board setup for CIF camera support

2011-02-14 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > Hello, > Hi, > the following patch series introduces changes in GONI board setup file > required for the CIF camera sensor driver. > The first patch adds the I2C0 bus driver, the second one adds the regulator > supply definitions and the third one just increases vir

Re: [PATCH 0/11] ARM: EXYNOS4: Change ARCH name, ARCH_EXYNOS4 from ARCH_S5PV310

2011-02-14 Thread Kyungmin Park
On Tue, Feb 15, 2011 at 10:52 AM, Sangbeom Kim wrote: > Hi, > > On Monday, February 14, 2011 8:16 PM, Kyungmin Park wrote: >> > Hi, >> > I answer your questions in detail. >> > >> >> On Monday, February 14, 2011 8:16 PM, Kyungmin Park wrote: >> >> >> >> Hi, >> >> >> >> Wow, fast move, but need to

RE: [PATCH 0/11] ARM: EXYNOS4: Change ARCH name, ARCH_EXYNOS4 from ARCH_S5PV310

2011-02-14 Thread Sangbeom Kim
Hi, On Monday, February 14, 2011 8:16 PM, Kyungmin Park wrote: > > Hi, > > I answer your questions in detail. > > > >> On Monday, February 14, 2011 8:16 PM, Kyungmin Park wrote: > >> > >> Hi, > >> > >> Wow, fast move, but need to more explanation. > >> what's the exact meaning of exynos4210? > >>

Re: [PATCH 0/11] ARM: EXYNOS4: Change ARCH name, ARCH_EXYNOS4 from ARCH_S5PV310

2011-02-14 Thread Kyungmin Park
On Tue, Feb 15, 2011 at 8:53 AM, Sangbeom Kim wrote: > Hi, > I answer your questions in detail. > >> On Monday, February 14, 2011 8:16 PM, Kyungmin Park wrote: >> >> Hi, >> >> Wow, fast move, but need to more explanation. >> what's the exact meaning of exynos4210? >> Exynos4 is prefix and remainin

RE: [PATCH 0/11] ARM: EXYNOS4: Change ARCH name, ARCH_EXYNOS4 from ARCH_S5PV310

2011-02-14 Thread Sangbeom Kim
Hi, I answer your questions in detail. > On Monday, February 14, 2011 8:16 PM, Kyungmin Park wrote: > > Hi, > > Wow, fast move, but need to more explanation. > what's the exact meaning of exynos4210? > Exynos4 is prefix and remaining are variants? Exynos4210 means below. 1st digit means ARM co

Re: [PATCH 10/11] ASoC: Change dependency of ARCH_EXYNOS4

2011-02-14 Thread Mark Brown
On Mon, Feb 14, 2011 at 05:23:06PM +0900, Kukjin Kim wrote: > This patch changes dependency of ARCH_EXYNOS4 from ARCH_S5PV310 > according to the change of ARCH name, EXYNOS4. Acked-by: Mark Brown -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a mess

Re: [PATCH 0/11] ARM: EXYNOS4: Change ARCH name, ARCH_EXYNOS4 from ARCH_S5PV310

2011-02-14 Thread Kyungmin Park
Hi, Wow, fast move, but need to more explanation. what's the exact meaning of exynos4210? Exynos4 is prefix and remaining are variants? Now you changed all s5pv310 to exynos4. if new exynos4xxx chip are comes then how to handle this one? e.g., exynos4220 or later. it's also conflict with mach-exyn

Re: [PATCH 10/11] ASoC: Change dependency of ARCH_EXYNOS4

2011-02-14 Thread Jassi Brar
On Mon, Feb 14, 2011 at 5:23 PM, Kukjin Kim wrote: > This patch changes dependency of ARCH_EXYNOS4 from ARCH_S5PV310 > according to the change of ARCH name, EXYNOS4. Acked-by: Jassi Brar -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to m

[PATCH 10/11] ASoC: Change dependency of ARCH_EXYNOS4

2011-02-14 Thread Kukjin Kim
This patch changes dependency of ARCH_EXYNOS4 from ARCH_S5PV310 according to the change of ARCH name, EXYNOS4. Cc: Jassi Brar Cc: Liam Girdwood Cc: Mark Brown Signed-off-by: Kukjin Kim --- sound/soc/samsung/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/soun

[PATCH 11/11] tty: Change dependency of ARCH_EXYNOS4

2011-02-14 Thread Kukjin Kim
This patch changes dependency of ARCH_EXYNOS4 from ARCH_S5PV310 according to the change of ARCH name, EXYNOS4. Cc: Ben Dooks Cc: Greg Kroah-Hartman Signed-off-by: Kukjin Kim --- drivers/tty/serial/Kconfig |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/tty/s

RE: [PATCH] ARM: S5PV210: Use REGULATOR_SUPPLY macro for regulator consumers

2011-02-14 Thread Marek Szyprowski
Hello, On Friday, February 11, 2011 7:31 PM Mark Brown wrote: > On Fri, Feb 11, 2011 at 10:31:08AM +0100, Marek Szyprowski wrote: > > > I'm sorry for the late reply, just noticed this commit on your kernel > > tree... > > Please don't make up e-mail addresses for people if you want them to see

[PATCH 05/11] ARM: EXYNOS4: Update device support

2011-02-14 Thread Kukjin Kim
This patch updates device support of EXYNOS4 according to the change of ARCH name, EXYNOS4. Cc: Ben Dooks Signed-off-by: Kukjin Kim --- .../arm/{mach-s5pv310 => mach-exynos4}/dev-audio.c | 143 ++-- arch/arm/{mach-s5pv310 => mach-exynos4}/dev-pd.c | 40 +++--- .../{mach-s5p

[PATCH 02/11] ARM: EXYNOS4: Update Clock part

2011-02-14 Thread Kukjin Kim
This patch updates Clock part of EXYNOS4 according to the change of ARCH name, EXYNOS4. Signed-off-by: Kukjin Kim --- arch/arm/{mach-s5pv310 => mach-exynos4}/clock.c| 190 ++-- .../include/mach/regs-clock.h |8 +- 2 files changed, 99 insertions(+), 9

[PATCH 04/11] ARM: EXYNOS4: Update Timer part

2011-02-14 Thread Kukjin Kim
This patch updates Timer part of EXYNOS4 according to the change of ARCH name, EXYNOS4. Signed-off-by: Kukjin Kim --- .../include/mach/pwm-clock.h |8 +- .../{mach-s5pv310 => mach-exynos4}/localtimer.c|2 +- arch/arm/{mach-s5pv310 => mach-exynos4}/time.c |

[PATCH 06/11] ARM: EXYNOS4: Moved board support files

2011-02-14 Thread Kukjin Kim
This patch moves board support files, SMDKC210, SMKDV310 and UNIVERSAL_C210 into arch/arm/mach-exynos4/ according to the change of ARCH name, EXYNOS4. Cc: Kyungmin Park Signed-off-by: Kukjin Kim --- .../{mach-s5pv310 => mach-exynos4}/mach-smdkc210.c | 48 ++-- .../{mach-s5pv31

[PATCH 07/11] ARM: EXYNOS4: Update Kconfig and Makefile for the new ARCH_EXYNOS4

2011-02-14 Thread Kukjin Kim
This patch changes the Kconfig and Makefile for the new ARCH_EXYNOS4. It also updates arch/arm/Kconfig, Makeifile and arch/arm/mm/Kconfig to include support for the new ARCH_EXYNOS4. Cc: Russell King Signed-off-by: Kukjin Kim --- arch/arm/Kconfig | 12 +- arc

[PATCH 03/11] ARM: EXYNOS4: Update IRQ part

2011-02-14 Thread Kukjin Kim
This patch updates IRQ part of EXYNOS4 according to the change of ARCH name, EXYNOS4. Signed-off-by: Kukjin Kim --- .../include/mach/irqs.h|8 +- .../include/mach/regs-irq.h|8 +- .../{mach-s5pv310 => mach-exynos4}/irq-combiner.c |

[PATCH 08/11] ARM: exynos4_defconfig: Add defconfig for EXYNOS4

2011-02-14 Thread Kukjin Kim
Cc: Russell King Signed-off-by: Kukjin Kim --- arch/arm/configs/exynos4_defconfig | 70 1 files changed, 70 insertions(+), 0 deletions(-) create mode 100644 arch/arm/configs/exynos4_defconfig diff --git a/arch/arm/configs/exynos4_defconfig b/arch/arm/con

[PATCH 09/11] mtd: OneNAND: Change dependency of ARCH_EXYNOS4

2011-02-14 Thread Kukjin Kim
This patch updates EXYNOS4 OneNAND support according to the change of ARCH name, EXYNOS4. Cc: Kyungmin Park Signed-off-by: Kukjin Kim --- drivers/mtd/onenand/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconf

[PATCH 0/11] ARM: EXYNOS4: Change ARCH name, ARCH_EXYNOS4 from ARCH_S5PV310

2011-02-14 Thread Kukjin Kim
This patch set changes to ARCH_EXYNOS4 from ARCH_S5PV310 for supporting Samsung's new brand name EXYNOS. Samsung officially announced about the brand name of EXYNOS at MWC 2011 and The EXYNOS4 integrates a ARM Cortex A9 microporcessor with several other peripherals to support features such as mu