Re: [PATCH] ARM: S3C64XX: Add IRQ mapping for wm0010 on Cragganmore

2012-06-20 Thread Dimitris Papastamos
On Wed, Jun 20, 2012 at 01:28:06PM +0900, Kukjin Kim wrote: Kukjin Kim wrote: Dimitris Papastamos wrote: Signed-off-by: Dimitris Papastamos d...@opensource.wolfsonmicro.com --- arch/arm/mach-s3c64xx/mach-crag6410-module.c |1 + 1 file changed, 1 insertion(+) diff

Re: [PATCH] ARM: S3C64XX: Add IRQ mapping for wm0010 on Cragganmore

2012-06-20 Thread Kukjin Kim
On 06/21/12 01:02, Dimitris Papastamos wrote: On Wed, Jun 20, 2012 at 01:28:06PM +0900, Kukjin Kim wrote: Kukjin Kim wrote: Dimitris Papastamos wrote: Signed-off-by: Dimitris Papastamosd...@opensource.wolfsonmicro.com --- arch/arm/mach-s3c64xx/mach-crag6410-module.c |1 + 1 file

Re: [PATCH 1/2] serial: samsung: Remove NULL checking for baud clock

2012-06-20 Thread Greg KH
On Wed, Jun 20, 2012 at 01:28:36PM +0900, Kukjin Kim wrote: Kukjin Kim wrote: Kyoungil Kim wrote: Kyoungil Kim wrote: I missed following. Russell King suggested: As I said, drivers have no business interpreting anything but IS_ERR(clk) as being an error. They

Re: [PATCH 2/2] serial: samsung: Fixed wrong comparison for baudclk_rate

2012-06-20 Thread Greg KH
On Wed, Jun 20, 2012 at 01:28:40PM +0900, Kukjin Kim wrote: Kyoungil Kim wrote: port-baudclk_rate should be compared to the rate of port-baudclk, because port-baudclk_rate was assigned as the rate of port-baudclk previously. So to check that the current baudclk rate is same as previous

Re: [PATCH] serial: samsung: protect NULL dereference of clock name

2012-06-20 Thread Greg KH
On Wed, Jun 20, 2012 at 01:28:47PM +0900, Kukjin Kim wrote: Kyoungil Kim wrote: From: KeyYoung Park keyyoung.p...@samsung.com When priting the serial clock source, if clock source name is null, kernel reference NULL point. Signed-off-by: KeyYoung Park keyyoung.p...@samsung.com

RE: [PATCH][Resend] ARM: S5PV210: Add HSOTG support to SMDKV210

2012-06-20 Thread Kukjin Kim
Sachin Kamat wrote: Adds S3C-HSOTG support to SMDKV210 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Based on Kukjin's tree - v3.5-for-usb-2 branch --- arch/arm/mach-s5pv210/Kconfig |2 ++ arch/arm/mach-s5pv210/mach-smdkv210.c |9 + 2 files

RE: [PATCH 1/2][Resend] ARM: EXYNOS: Update HSOTG PHY clock setting for Exynos4x12

2012-06-20 Thread Kukjin Kim
Sachin Kamat wrote: Adds clock setting entries for Exynos4212 and Exynos4412 platforms. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Based on v3.5-for-usb-2 branch of Kukjin's tree --- arch/arm/mach-exynos/include/mach/regs-usb-phy.h | 20 ++--

RE: [PATCH 2/2][Resend] ARM: EXYNOS: Add HSOTG support to SMDK4X12

2012-06-20 Thread Kukjin Kim
Sachin Kamat wrote: S3C-HSOTG support is added to SMDK4212 and SMDK4412 boards. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Based on v3.5-for-usb-2 branch of Kukjin's tree Would be helpful to me if you could re-work this against on next/board-samsung. Thanks. Best regards,

RE: [PATCH] ARM: SAMSUNG: Remove unusued variable 'running'

2012-06-20 Thread Kukjin Kim
jhbird.c...@gmail.com wrote: From: Jonghwan Choi jhbird.c...@samsung.com This variable is indeed no longer in use. Signed-off-by: Jonghwan Choi jhbird.c...@samsung.com --- arch/arm/plat-samsung/pwm.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git

RE: [PATCH] ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULL

2012-06-20 Thread Kukjin Kim
jhbird.c...@gmail.com wrote: From: Jonghwan Choi jhbird.c...@samsung.com On the error condition clk_get() returns ERR_PTR(). Signed-off-by: Jonghwan Choi jhbird.c...@samsung.com --- .../arm/plat-samsung/include/plat/watchdog-reset.h |2 +- 1 files changed, 1 insertions(+), 1

RE: [PATCH][resend] ARM: EXYNOS: Remove leftovers of the Samsung specific power domain control

2012-06-20 Thread Kukjin Kim
Bartlomiej Zolnierkiewicz wrote: From: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Subject: [PATCH] ARM: EXYNOS: Remove leftovers of the Samsung specific power domain control Nowadays we use generic power domain support instead of Samsung specific power domain control driver.

[PATCH] ARM: EXYNOS: Remove the L2 cache latency setting for EXYNOS5

2012-06-20 Thread Kukjin Kim
From: Boojin Kim boojin@samsung.com Since SYSRAM set the L2 cache latency on EXYNOS5 SoCs, no longer need that in the kernel. It helps to reduce booting time (no need cache disable and cache enable). Signed-off-by: Boojin Kim boojin@samsung.com Signed-off-by: Kukjin Kim

[PATCH] ARM: EXYNOS: Clear SYS_WDTRESET bit to use watchdog reset

2012-06-20 Thread Kukjin Kim
From: Jonghwan Choi jhbird.c...@samsung.com When SYS_WDTRESET is set, watchdog timer reset request is ignored by power management unit. Signed-off-by: Jonghwan Choi jhbird.c...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/include/mach/regs-pmu.h |5

[PATCH] ARM: SAMSUNG: Update default rate for xusbxti clock

2012-06-20 Thread Tushar Behera
The rate of xusbxti clock is set in individual machine files. The default value should be defined at the clock definition and individual machine files should modify it if required. Division by zero in kernel. [c0011849] (unwind_backtrace+0x1/0x9c) from [c022c663] (Ldiv0+0x9/0x12) [c022c663]

[PATCH][Resend] ARM: EXYNOS: Add HSOTG support to SMDK4X12

2012-06-20 Thread Sachin Kamat
S3C-HSOTG support is added to SMDK4212 and SMDK4412 boards. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Rebased on Kukjin Kim's tree -next/board-samsung branch. --- arch/arm/mach-exynos/Kconfig |2 ++ arch/arm/mach-exynos/mach-smdk4x12.c |7 +++ 2 files changed, 9