Re: [GIT PULL] Samsung fixes-2 for v3.4

2012-04-14 Thread Olof Johansson
Hi, On Sat, Apr 14, 2012 at 9:07 AM, Kukjin Kim wrote: > Hi Arnd, Olof, > > Please pull samsung fixes-2 for v3.4 from following: >  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > v3.4-samsung-fixes-2 Pulled, thanks. > Most are for fix of build failure :( and warnings. >

[GIT PULL] Samsung fixes-2 for v3.4

2012-04-14 Thread Kukjin Kim
Hi Arnd, Olof, Please pull samsung fixes-2 for v3.4 from following: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.4-samsung-fixes-2 Most are for fix of build failure :( and warnings. If any problems, please let me know. Note that according to changing the device na

Re: [PATCH 0/2] Exynos: fix SYSMMU driver to work with power domains

2012-04-14 Thread Kukjin Kim
On 04/12/12 01:19, KyongHo Cho wrote: On Wed, Apr 11, 2012 at 11:34 PM, Marek Szyprowski wrote: Hi! These two patches fixes operation of the SYSMMU driver (v12 version [1]) with the new power domain driver based on generic power domains and runtime pw, which has been merged to Linux kernel v3

Re: [PATCH 0/4] ARM: Exynos4: NURI and UniversalC210 fixes for v3.4-rc2

2012-04-14 Thread Kukjin Kim
On 04/10/12 23:42, Marek Szyprowski wrote: Hi Kukjin, Hi Marek :) On Tuesday, April 10, 2012 7:06 PM Kukjin Kim wrote: I've just checked the support for Samsung NURI and UniversalC210 boards in v3.4-rc1 and found some issues. The attached patches fixes the leftovers from missing s3c-sdhci d

Re: [PATCH] ARM: EXYNOS: Fix Kconfig dependencies for device tree enabled machine files

2012-04-14 Thread Kukjin Kim
On 04/11/12 04:49, Sachin Kamat wrote: Add config dependency for Exynos4 and Exynos5 device tree enabled machine files on config options ARCH_EXYNOS4 and ARCH_EXYNOS5 respectively. Enabling machine support without proper ARCH support enabled is incorrect. Signed-off-by: Sachin Kamat --- arch/a

Re: [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL

2012-04-14 Thread Kukjin Kim
On 04/12/12 05:11, Heiko Stübner wrote: Am Donnerstag, 22. März 2012, 15:39:06 schrieb Kukjin Kim: On 03/20/12 13:20, Heiko Stübner wrote: From: Maurus Cuelenaere When selecting SAMSUNG_PM_DEBUG, it complains about a missing printascii() function if you do not select DEBUG_LL, so make the form