[PATCH] ARM: EXYNOS: Remove unused code related to samsung power domain

2012-04-03 Thread jhbird . choi
From: Jonghwan Choi Generic I/O Domain will be used to control power domain instead of samsung power domain. So remove unused code related to samsung power domain. Signed-off-by: Jonghwan Choi --- arch/arm/mach-exynos/mach-nuri.c |1 - arch/arm/mach-exynos/mach-origen.c |

Re: [PATCH V2 0/6] thermal: exynos: Add kernel thermal support for exynos platform

2012-04-03 Thread Amit Kachhap
Hi Len/Rui, Any comment or feedback from your side about the status of this patch? Is it merge-able or major re-work is needed? I have fixed most of the comments in this patchset and currently working on some of the minor comments received and will submit them shortly. Regards, Amit Daniel On 19

[PATCH] serial: samsung: fix omission initialize ulcon in reset port fn()

2012-04-03 Thread Kukjin Kim
Fix omission initialize ulcon in s3c24xx_serial_resetport(), reset port function in drivers/tty/serial/samsung.c. It has been happened from commit 0dfb3b41("serial: samsung: merge all SoC specific port reset functions") Signed-off-by: Kukjin Kim --- drivers/tty/serial/samsung.c |1 + 1 files

Re: [PATCH] ARM: S3C24XX: fix missing common.h in mach-s3c24xx/

2012-04-03 Thread Paul Gortmaker
Hi, On Wed, Mar 28, 2012 at 8:14 PM, Kukjin Kim wrote: > This patch fixes missing mach-s3c24xx/common.h which has been > lost when regarding s3c24xx directories merged. Just checking that the updated version of this patch is headed in for 3.4 -- we are still seeing the failure in linux-next buil

Re: [PATCH V2] mmc: core: Add host capability check for power class

2012-04-03 Thread Saugata Das
On 2 April 2012 16:24, Subhash Jadavani wrote: > > >> -Original Message- >> From: Saugata Das [mailto:saugata@linaro.org] >> Sent: Monday, April 02, 2012 1:20 PM >> To: Subhash Jadavani >> Cc: Girish K S; linux-...@vger.kernel.org; patc...@linaro.org; linux- >> samsung-...@vger.kernel.

[PATCH] ARM: EXYNOS: Fix compiler warning in dma.c file

2012-04-03 Thread Sachin Kamat
Fixes the following warning: warning: ‘dma_dmamask’ defined but not used [-Wunused-variable] Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos/dma.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/dma.c b/arch/arm/mach-exynos/dma.c index 3983abe.