RE: [PATCH] ARM: EXYNOS: Add alias name of 'fimd' clock for 'lcd' clock

2012-02-09 Thread Jingoo Han
Hi, Evgeny Voevodin. > -Original Message- > From: linux-samsung-soc-ow...@vger.kernel.org > [mailto:linux-samsung-soc-ow...@vger.kernel.org] On Behalf > Of Evgeny Voevodin > Sent: Friday, February 10, 2012 3:34 PM > To: Kyungmin Park > Cc: Jingoo Han; Kukjin Kim; linux-samsung-soc@vger.ke

Re: [PATCH] ARM: EXYNOS: Add alias name of 'fimd' clock for 'lcd' clock

2012-02-09 Thread Evgeny Voevodin
On 01/20/2012 04:53 AM, Kyungmin Park wrote: On 1/19/12, Jingoo Han wrote: This patch adds alias name of 'fimd' clock for 'lcd' clock. While 'lcd' clock is used for s3c-fb driver, 'fimd' clock is defined for Exynos fimd ip. Therefore, 'fimd' clock can be called by using clk_add_alias(). Hi, D

Re: [PATCH 6/9] serial: samsung: Add support for EXYNOS5250

2012-02-09 Thread Arnd Bergmann
On Wednesday 01 February 2012, Kyungmin Park wrote: > > > > diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c > > index 3b07fb9..c55e5fb 100644 > > --- a/drivers/tty/serial/samsung.c > > +++ b/drivers/tty/serial/samsung.c > > @@ -1594,7 +1594,7 @@ static struct s3c24xx_serial

Re: [PATCH 5/9] ARM: EXYNOS: add board file for SMDK5250

2012-02-09 Thread Arnd Bergmann
On Thursday 09 February 2012, Kukjin Kim wrote: > Will Deacon wrote: > > > > On Wed, Feb 01, 2012 at 08:50:23AM +, Olof Johansson wrote: > > > On Tue, Jan 31, 2012 at 8:20 PM, Kyungmin Park > > wrote: > > > > As I remember only DT based board file is acceptable for mainline? > > > > > > For a

Re: [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support

2012-02-09 Thread Thomas Abraham
Dear Mr. HeungJun Kim, On 27 January 2012 00:21, HeungJun, Kim wrote: > This patch adds Samsung Mobile TRATS board support. > > Signed-off-by: HeungJun, Kim > Signed-off-by: Kyungmin Park > --- >  arch/arm/mach-exynos/Kconfig      |   11 ++ >  arch/arm/mach-exynos/Makefile     |    1 + >  arch/

RE: [PATCHv3 1/3] ARM: Exynos: JPEG board definition

2012-02-09 Thread Marek Szyprowski
Hello, On Thursday, February 09, 2012 1:28 PM Kukjin Kim wrote: > > ARM: Exynos: JPEG board definition > > > > [...] > > > > > +#define EXYNOS4_PA_JPEG0x1184 > > + > > #define EXYNOS4_PA_G2D 0x1280 > > > > #define EXYNOS4_PA_I2S0

RE: [PATCH v3 0/6] mmc: sdhci-s3c: Rework platform data and add device tree support

2012-02-09 Thread Kukjin Kim
Thomas Abraham wrote: > > This patchset removes all uses of 'clk_type' member from the platform data > of sdhci-s3c driver and adds device tree support for sdhci-s3c driver. > > In this patchset, all uses of 'clk_type' member from the platform data are > removed from the sdhci-s3c driver and plat

RE: [PATCH 0/4] ARM: S5PV210: Enable FIMC and MFC on SMDK C110 and V210 boards

2012-02-09 Thread Kukjin Kim
Sachin Kamat wrote: > > Hi Kukjin, > Hi, > > On 31 January 2012 09:47, Kukjin Kim wrote: > > On 01/30/12 14:15, Sachin Kamat wrote: > >> > >> Hi Kukjin, > >> > >> Ping. > >> > > Hi Sachin, > > > > I looked at your reply on Sylwester's comments, PATCH 3/4. > > I'd like to apply all of this serie

RE: [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support

2012-02-09 Thread Kukjin Kim
HeungJun, Kim wrote: > > This patch adds Samsung Mobile TRATS board support. > > Signed-off-by: HeungJun, Kim > Signed-off-by: Kyungmin Park > --- > arch/arm/mach-exynos/Kconfig | 11 ++ > arch/arm/mach-exynos/Makefile |1 + > arch/arm/mach-exynos/mach-trats.c | 344 > +

RE: [PATCHv3 2/3] ARM: Exynos: Register JPEG on universal_c210

2012-02-09 Thread Kukjin Kim
Andrzej Pietrasiewicz wrote: > > ARM: Exynos: Register JPEG on universal_c210 > [...] > > + s5p_device_jpeg.dev.parent = &exynos4_device_pd[PD_CAM].dev; > s5p_device_fimc0.dev.parent = &exynos4_device_pd[PD_CAM].dev; > s5p_device_fimc1.dev.parent = &exynos4_device_pd[PD_CAM].d

RE: [PATCHv3 1/3] ARM: Exynos: JPEG board definition

2012-02-09 Thread Kukjin Kim
Andrzej Pietrasiewicz wrote: > > ARM: Exynos: JPEG board definition > [...] > > +#define EXYNOS4_PA_JPEG 0x1184 > + > #define EXYNOS4_PA_G2D 0x1280 > > #define EXYNOS4_PA_I2S0 0x0383 > @@ -164,6 +166,7 @@ > #define

RE: [PATCH 1/2] ARM: EXYNOS: add support GPIO for EXYNOS5250

2012-02-09 Thread Kukjin Kim
Kyungmin Park wrote: > > On 2/1/12, Russell King - ARM Linux wrote: > > On Wed, Feb 01, 2012 at 12:50:39AM +0900, Kukjin Kim wrote: > >> From: Sangsu Park > >> > >> This patch adds follwing. > >> - IO-map for EXYNOS5250 GPIO support > >> - EXYNOS5250 GPIO bank size/number definitions > >> - memo

RE: [PATCH 1/2] ARM: EXYNOS: add support GPIO for EXYNOS5250

2012-02-09 Thread Kukjin Kim
Grant Likely wrote: > > On Tue, Jan 31, 2012 at 10:40:43PM +, Russell King - ARM Linux wrote: > > On Wed, Feb 01, 2012 at 12:50:39AM +0900, Kukjin Kim wrote: > > > From: Sangsu Park > > > > > > This patch adds follwing. > > > - IO-map for EXYNOS5250 GPIO support > > > - EXYNOS5250 GPIO bank s

RE: [PATCH 1/3] ARM: EXYNOS: Enable MDMA driver

2012-02-09 Thread Kukjin Kim
Tushar Behera wrote: > > On 01/31/2012 09:27 PM, Kukjin Kim wrote: > > From: Boojin Kim > > > > This patch adds MDMA platform data and enables > > MDMA for DMA memcpy operation for EXYNOS SoCs. [...] > > +static struct clk exynos4_clk_mdma1 = { > > exynos4_clk_mdma ? > Boojin, could you pleas

RE: [PATCH 3/9] ARM: EXYNOS: add initial setup-i2c0 for EXYNOS5

2012-02-09 Thread Kukjin Kim
Olof Johansson wrote: > > Hi, > Hi :) > On Tue, Jan 31, 2012 at 7:39 AM, Kukjin Kim wrote: > > Signed-off-by: Kukjin Kim > > A brief patch description, please. > OK. Will add, I thought we don't need same description with subject. But what this patch is and why this patch is needed will be a

RE: [PATCH 6/9] serial: samsung: Add support for EXYNOS5250

2012-02-09 Thread Kukjin Kim
Kyungmin Park wrote: > > On 2/1/12, Kukjin Kim wrote: > > Cc: Thomas Abraham > > Cc: Greg Kroah-Hartman > > Signed-off-by: Kukjin Kim > > --- > > drivers/tty/serial/samsung.c |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/drivers/tty/serial/samsung.c b/dr

RE: [PATCH 5/9] ARM: EXYNOS: add board file for SMDK5250

2012-02-09 Thread Kukjin Kim
Will Deacon wrote: > > On Wed, Feb 01, 2012 at 08:50:23AM +, Olof Johansson wrote: > > On Tue, Jan 31, 2012 at 8:20 PM, Kyungmin Park > wrote: > > > As I remember only DT based board file is acceptable for mainline? > > > > For a new SoC family like 5250 it would be much preferred to only add

RE: [PATCH 4/9] ARM: EXYNOS: add support for ARCH_EXYNOS5 and EXYNOS5250

2012-02-09 Thread Kukjin Kim
Kyungmin Park wrote: > > On 2/1/12, Kukjin Kim wrote: [snip] > > machine-$(CONFIG_ARCH_EXYNOS4) := exynos > > +machine-$(CONFIG_ARCH_EXYNOS5) := exynos > It already has CONFIG_ARCH_EXYNOS so it's enough > machine-$(CONFIG_ARCH_EXYNOS) := exynos Basically I'd like to ke

RE: [PATCH 3/9] ARM: EXYNOS: add initial setup-i2c0 for EXYNOS5

2012-02-09 Thread Kukjin Kim
Kyungmin Park wrote: > > On 2/1/12, Kukjin Kim wrote: [snip] > > + if (soc_is_exynos5250()) > > + ; > > + /* will be implemented with gpio function */ > Do you want to include both exynos4-gpio and exynos5-gpio? Now, yes. But I think, I need to sort out the regarding gpio

RE: [PATCH 2/9] ARM: EXYNOS: add clock part for EXYNOS5250 SoC

2012-02-09 Thread Kukjin Kim
Kyungmin Park wrote: > > On 2/1/12, Kukjin Kim wrote: [snip] > > +static int exynos5_clk_gate_block(struct clk *clk, int enable) > exynos5_clk_block_ctrl? OK, looks better, will change. [snip] > > + .name = "mfc", > > + .devname= "s3c-mfc", > what's this

RE: [PATCH 1/9] ARM: EXYNOS: use exynos_init_uarts() instead of exynos4_init_uarts()

2012-02-09 Thread Kukjin Kim
Kyungmin Park wrote: > > On 2/1/12, Kukjin Kim wrote: > > Since exynos4_init_uarts() can be used for EXYNOS5 SoCs, > > this patch changes the name of function to exynos_init_uarts(). > > [snip] > > > > #ifdef CONFIG_ARCH_EXYNOS > > extern int exynos_init(void); > > +extern void exynos_init_u

RE: [PATCHv2] ARM: EXYNOS: Config ARM_NR_BANKS for EXYNOS SoC

2012-02-09 Thread Kukjin Kim
Boojin Kim wrote: > > This patch increases the number of banks for EXYNOS4 and EXYNOS5 to > support bigger than 2GB memory on it. > > Signed-off-by: Boojin Kim Acked-by: Kukjin Kim Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics

RE: [PATCH] ARM: Exynos4: Bring exynos4-dt up to date

2012-02-09 Thread Kukjin Kim
Karol Lewandowski wrote: > > On 31.01.2012 17:47, Karol Lewandowski wrote: > > > This commit brings exynos4-dt in line with recent changes to > > mach-exynos tree, specifically: > > > > - Fixes build break related to replacing plat/exynos4.h with common.h > >in commit cc511b8d84d8 ("ARM: 725

RE: [PATCH] ARM: Exynos4: Bring exynos4-dt up to date

2012-02-09 Thread Kukjin Kim
Karol Lewandowski wrote: > > This commit brings exynos4-dt in line with recent changes to > mach-exynos tree, specifically: > > - Fixes build break related to replacing plat/exynos4.h with common.h >in commit cc511b8d84d8 ("ARM: 7257/1: EXYNOS: introduce >arch/arm/mach-exynos/common.[ch]

RE: [PATCH v2] ARM: Exynos4: Add cpu-offset property in gic device tree node

2012-02-09 Thread Kukjin Kim
Karol Lewandowski wrote: > > On 31.01.2012 16:29, Thomas Abraham wrote: > > Commit db0d4db22a78 ('ARM: gic: allow GIC to support non-banked setups) > > requires a cpu-offset property to be specified for non-banked gic > > controllers, which is the case for Exynos4. > > > > Reported-by: Karol Lewan

RE: [PATCH v3 2/2] mmc: sdhci-s3c: add platform data for the second capability

2012-02-09 Thread Kukjin Kim
Chris Ball wrote: > > Hi, > Hi, > On Mon, Feb 06 2012, Jaehoon Chung wrote: > > This patch is added host_caps2 in sdhci-s3c.c > > It's necessary that use the second capabilities. > > And removed the duplicated host_caps. > > > > Signed-off-by: Jaehoon Chung > > Signed-off-by: Kyungmin Park > >

Re: [PATCH] ARM: Exynos4: Bring exynos4-dt up to date

2012-02-09 Thread Karol Lewandowski
On 31.01.2012 17:47, Karol Lewandowski wrote: > This commit brings exynos4-dt in line with recent changes to > mach-exynos tree, specifically: > > - Fixes build break related to replacing plat/exynos4.h with common.h >in commit cc511b8d84d8 ("ARM: 7257/1: EXYNOS: introduce >arch/arm/mach