[PATCH] ARM: exynos: Revise HDMI resource size

2012-12-27 Thread Prathyush K
From: Sean Paul seanp...@chromium.org Reduce the HDMI resource size from 0x10 to 0x7 so it doesn't overlap the Displayport resource space. HDMI: (0x1453 - 0x145A DP: (0x145B - 0x145B1000) Signed-off-by: Sean Paul seanp...@chromium.org Signed-off-by: Prathyush K

[PATCH] ARM: EXYNOS: Interchange control bits of sysmmu mfc_l and mfc_r

2012-12-27 Thread Prathyush K
The control bits for mfc_l and mfc_r sysmmus are incorrectly set. This patch interchanges the control bits so that the mfc sysmmus function correctly. Signed-off-by: Prathyush K prathyus...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH v4] usb: phy: samsung: Add support to set pmu isolation

2012-12-27 Thread Vivek Gautam
Hi Russell, On Thu, Dec 27, 2012 at 5:56 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Wed, Dec 26, 2012 at 05:58:32PM +0530, Vivek Gautam wrote: + if (!ret) + sphy-phyctrl_pmureg = ioremap(reg[0], reg[1]); + + of_node_put(usbphy_pmu); + + if

Re: [PATCH v4] usb: phy: samsung: Add support to set pmu isolation

2012-12-27 Thread Vivek Gautam
Hi Sylwester, On Thu, Dec 27, 2012 at 4:00 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 12/26/2012 01:28 PM, Vivek Gautam wrote: Adding support to parse device node data in order to get required properties to set pmu isolation for usb-phy. Signed-off-by: Vivek

Re: [PATCH 2/2] USB: ehci-s5p: Add to get interrupt from DT

2012-12-27 Thread Dongjin Kim
Hi Sergei, Yes, you are right. I made this patch to read its interrupt number from dtb directly. But now platform_get_irq() returns correct irq since OF_DEV_AUXDATA(...) is added as my first patch. This patch is useless. Thanks and best regards, Dongjin. On Thu, Dec 27, 2012 at 5:18 AM, Sergei

Re: [PATCH 3/3] ARM: EXYNOS5: save CLK_TOP_SRC3 register before powergating

2012-12-27 Thread Tomasz Figa
Hi Thomas, On Tuesday 04 of December 2012 14:29:24 Thomas Abraham wrote: On 27 November 2012 17:52, Prasanna Kumar prasanna...@samsung.com wrote: From: Prasanna Kumar prasanna...@samsung.com This patch adds a software workaround to the hardware problem found in exynos5 while

Re: [PATCH v2 3/3] ARM: EXYNOS5: save CLK_TOP_SRC3 register before powergating

2012-12-27 Thread Tomasz Figa
Hi Prasanna, On Thursday 20 of December 2012 17:56:18 Prasanna Kumar wrote: This patch adds a software workaround to the hardware problem found in exynos5 while powergating. It is observed that CLK_TOP_SRC3 register gets modified if the G-Scaler/MFC devices are power gated. The clock for

Re: [PATCH V5 2/2] ASoC: SAMSUNG: Add DT support for i2s

2012-12-27 Thread Mark Brown
On Wed, Dec 26, 2012 at 04:21:58PM +0530, Padma Venkat wrote: Hi, On Mon, Dec 24, 2012 at 9:33 AM, Padma Venkat padma@gmail.com wrote: Hi, You should always delete irrelevant text from mails, it makes it much easier for people to find whatever content you've added. I agree with using

RE: [PATCH 1/3] pinctrl: exynos: add exynos5250 SoC specific data

2012-12-27 Thread Kukjin Kim
Thomas Abraham wrote: Hi Linus, On 14 December 2012 21:21, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Dec 13, 2012 at 12:54 PM, Thomas Abraham thomas.abra...@linaro.org wrote: Add Samsung Exynos5250 SoC specific data to enable pinctrl support for all platforms based on

[PATCH] gpio: samsung: fix pinctrl condition for exynos and exynos5440

2012-12-27 Thread Kukjin Kim
Since EXYNOS5440 can select PINCTRL_EXYNOS5440 without PINCTRL_SAMSUNG, it should be fixed. In detail, PINCTRL_SAMSUNG is a kind of frame work for supporting pinctrl on most Samsung SoCs including S3C, S5P as well except EXYNOS5440 so PINCTRL_EXYNOS5440 has been implemented separated. Cc: Thomas

[PATCH] gpio: samsung: silent build warning for EXYNOS5 SoCs

2012-12-27 Thread Kukjin Kim
This patch fixes following warning: drivers/gpio/gpio-samsung.c:450:32: warning: 'exynos_gpio_cfg' defined but not used [-Wunused-variable] drivers/gpio/gpio-samsung.c:2450:33: warning: 'exynos5_gpios_1' defined but not used [-Wunused-variable] drivers/gpio/gpio-samsung.c:2618:33: warning:

[PATCH] pinctrl: samsung: removing duplicated condition for PINCTRL_SAMSUNG

2012-12-27 Thread Kukjin Kim
Now, PINCTRL_SAMSUNG should be enabled with PINCTRL_EXYNOS so we don't need to add 'depends on' condition already added in PINCTRL_EXYNOS. Cc: Thomas Abraham thomas...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- drivers/pinctrl/Kconfig |1 - 1 file changed, 1 deletion(-)

[PATCH] ARM: EXYNOS: enable PINCTRL for EXYNOS5440

2012-12-27 Thread Kukjin Kim
This patch removes following warning in kernel boot log, Because EXYNOS5440 can support only Pinctrl not GPIO. WARNING: at drivers/gpio/gpio-samsung.c:3102 samsung_gpiolib_init+0x68/0x8c() Unknown SoC in gpio-samsung, no GPIOs added Cc: Thomas Abraham thomas...@samsung.com Signed-off-by: Kukjin

[PATCH] ARM: dts: use uart port1 for console on exynos4210-smdkv310

2012-12-27 Thread Kukjin Kim
Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/boot/dts/exynos4210-smdkv310.dts |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boot/dts/exynos4210-smdkv310.dts b/arch/arm/boot/dts/exynos4210-smdkv310.dts index 9b23a82..f634907 100644 ---

[PATCH] ARM: dts: use uart port0 for console on exynos5440-ssdk5440

2012-12-27 Thread Kukjin Kim
Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/boot/dts/exynos5440-ssdk5440.dts |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos5440-ssdk5440.dts b/arch/arm/boot/dts/exynos5440-ssdk5440.dts index 921c83c..81e2c96 100644 ---

[PATCH] ARM: SAMSUNG: fix the cpu id for EXYNOS5440

2012-12-27 Thread Kukjin Kim
The value of CPU ID for EXYNOS5440 should be 0xE544. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/plat-samsung/include/plat/cpu.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/plat-samsung/include/plat/cpu.h

[PATCH] ARM: EXYNOS: fix uncompress.h and debug-macro.S for EXYNOS5440

2012-12-27 Thread Kukjin Kim
This patch fixes uart base address for uncompress and debug-macro on EXYNOS5440. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/include/mach/debug-macro.S | 25 +-- arch/arm/mach-exynos/include/mach/map.h |1 +

RE: [PATCH] ARM: exynos: Revise HDMI resource size

2012-12-27 Thread Kukjin Kim
Prathyush K wrote: From: Sean Paul seanp...@chromium.org Reduce the HDMI resource size from 0x10 to 0x7 so it doesn't overlap the Displayport resource space. HDMI: (0x1453 - 0x145A DP: (0x145B - 0x145B1000) Signed-off-by: Sean Paul seanp...@chromium.org

RE: [PATCH] ARM: EXYNOS4: Add support for rtc wakeup

2012-12-27 Thread Kukjin Kim
Inderpal Singh wrote: Set the gic arch extension callback to support rtc wakeup. Signed-off-by: Inderpal Singh inderpal.si...@linaro.org --- arch/arm/mach-exynos/common.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-

Re: [PATCH 1/2] i2c: exynos5: add High Speed I2C controller driver

2012-12-27 Thread Felipe Balbi
Hi, On Tue, Dec 25, 2012 at 04:55:54PM +0530, Naveen Krishna Chatradhi wrote: Adds support for High Speed I2C driver found in Exynos5 and later SoCs from Samsung. This driver currently supports Auto mode. Driver only supports Device Tree method. Signed-off-by: Taekgyun Ko

Re: [PATCH 2/2] i2c-exynos5: add debugfs support for registers

2012-12-27 Thread Felipe Balbi
On Tue, Dec 25, 2012 at 04:55:55PM +0530, Naveen Krishna Chatradhi wrote: This patch replaces the dev_vdbg with debugfs function calls in i2c-exynos5.c driver. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com merge with previous -- balbi signature.asc Description: Digital

Re: [PATCH 2/2] i2c-exynos5: add debugfs support for registers

2012-12-27 Thread Felipe Balbi
On Tue, Dec 25, 2012 at 04:55:55PM +0530, Naveen Krishna Chatradhi wrote: This patch replaces the dev_vdbg with debugfs function calls in i2c-exynos5.c driver. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- Changes since v1: The debugfs implementation is a suggestion by

Re: [PATCH] video: drm: exynos: mie bypass enable for fimd

2012-12-27 Thread Leela Krishna Amudala
Hello Inki Dae, On Thu, Dec 27, 2012 at 11:47 AM, Inki Dae inki@samsung.com wrote: Hi, DISP1BLK_CFG register is related to GScaler, HDCP and MIXER as well. So it's not good that this register is controlled in fimd module. And I think the function to control the register should be placed

Re: [PATCH] video: drm: exynos: mie bypass enable for fimd

2012-12-27 Thread Inki Dae
2012/12/28 Leela Krishna Amudala l.kris...@samsung.com: Hello Inki Dae, On Thu, Dec 27, 2012 at 11:47 AM, Inki Dae inki@samsung.com wrote: Hi, DISP1BLK_CFG register is related to GScaler, HDCP and MIXER as well. So it's not good that this register is controlled in fimd module. And I

Re: [PATCH 1/2] i2c: exynos5: add High Speed I2C controller driver

2012-12-27 Thread Naveen Krishna Ch
Hello Balbi, On 28 December 2012 04:27, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Dec 25, 2012 at 04:55:54PM +0530, Naveen Krishna Chatradhi wrote: Adds support for High Speed I2C driver found in Exynos5 and later SoCs from Samsung. This driver currently supports Auto mode. Driver only