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

2012-03-28 Thread Girish K S
On 28 March 2012 16:39, Subhash Jadavani wrote: > > >> -Original Message- >> From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- >> ow...@vger.kernel.org] On Behalf Of Saugata Das >> Sent: Thursday, December 15, 2011 6:35 PM >> To: Girish K S >> Cc: linux-...@vger.kernel.org; patc...@

[PATCH] ARM: EXYNOS4: Support Suspend/Resume for EXYNOS4412

2012-03-28 Thread Inderpal Singh
This patch provides the suspend/resume support for EXYNOS4412. Signed-off-by: Inderpal Singh --- arch/arm/mach-exynos/include/mach/regs-pmu.h | 10 +- arch/arm/mach-exynos/pm.c|2 +- arch/arm/mach-exynos/pmu.c | 24 3

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

2012-03-28 Thread Kukjin Kim
On 03/28/12 02:54, Mark Brown wrote: On Tue, Mar 27, 2012 at 11:50:24AM -0400, Chris Ball wrote: On Tue, Feb 21 2012, Chris Ball wrote: On Tue, Feb 21 2012, Kukjin Kim wrote: I created topic branch for this we talked. You can pull that following: git://git.kernel.org/pub/scm/linux/kernel/

Re: [PATCH v4 05/12] ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5

2012-03-28 Thread Kukjin Kim
Thomas Abraham wrote: 2012/3/22 Kukjin Kim: On 03/21/12 03:45, Marek Szyprowski wrote: Hello, On Wednesday, March 21, 2012 10:14 AM Thomas Abraham wrote: On 14 March 2012 20:12, Kukjin Kimwrote: Actually, the base address of uart is different between EXYNOS4 and EXYNOS5 and this patch

Re: [PATCH v3 2/5] [SCSI] ufshcd: UFS UTP Transfer requests handling

2012-03-28 Thread KOBAYASHI Yoshitake
Santosh Y wrote: + case READ_12: + case WRITE_12: Just a minor change, this will be READ_16 and WRITE_16. Thanks. Your feedback will be correct. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vg

Re: [PATCH 4/4] ARM: Exynos5: Add PDMA and MDMA physical base address defines

2012-03-28 Thread Kukjin Kim
Thomas Abraham wrote: > Add PDMA and MDMA physical base address macros which is require for Exynos5 > of_dev_auxdata setup. > > Signed-off-by: Thomas Abraham > --- > arch/arm/mach-exynos/include/mach/map.h |5 + > arch/arm/mach-exynos/mach-exynos5-dt.c |3 ++- > 2 files changed, 7

Re: [PATCH 3/4] ARM: Exynos5: Fix incorrect initialization of GIC

2012-03-28 Thread Kukjin Kim
Thomas Abraham wrote: > Use the of_irq_init() call to setup the gic which also properly registers > the gic device node pointer with gic irq domain, without which all interrupt > specifier translations for gic fail. > > Signed-off-by: Thomas Abraham > --- > arch/arm/mach-exynos/common.c |2 +

Re: [PATCH v12 2/3] ARM: EXYNOS: Change System MMU platform device definitions

2012-03-28 Thread KyongHo Cho
On Thu, Mar 29, 2012 at 10:23 AM, Kukjin Kim wrote: > Joerg Roedel wrote: >> >> On Fri, Mar 16, 2012 at 01:47:50PM -0700, Kukjin Kim wrote: >>> >>> Anyway Joerg, how do you want to handle this? Do you want to pick up >>> 1/2/3 all of them in your tree? If so, 2nd patch should be on top of >>> some

Re: [PATCH 1/4] ARM: Exynos: Use CHIP_ID to detect cpu type during decompression setup

2012-03-28 Thread Kukjin Kim
Thomas Abraham wrote: > The config option MACH_SMDK5250 is not available for Exynos5 since only > a device tree based machine is supported and selected by MACH_EXYNOS5_DT. > Hence, the detection of the cpu type based on machine_is_smdk5250 always > fails and boot hangs due to incorrect uart base be

Re: [PATCH v12 2/3] ARM: EXYNOS: Change System MMU platform device definitions

2012-03-28 Thread Kukjin Kim
Joerg Roedel wrote: On Fri, Mar 16, 2012 at 01:47:50PM -0700, Kukjin Kim wrote: Anyway Joerg, how do you want to handle this? Do you want to pick up 1/2/3 all of them in your tree? If so, 2nd patch should be on top of some samsung topic stuff. Since patch 2 only applies to the Samsung tree, it

[PATCH] [CPUFREQ] EXYNOS: fix dependency for EXYNOS_CPUFREQ

2012-03-28 Thread Kukjin Kim
This fixes the CPUFREQ dependency for regarding EXYNOS SoCs such as EXYNOS4210, EXYNOS4X12 and EXYNOS5250. Its cpufreq driver should be built with selection of SoC arch part. Reported-by: Russell King Signed-off-by: Kukjin Kim --- drivers/cpufreq/Kconfig.arm | 10 +++--- 1 files changed,

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

2012-03-28 Thread Kukjin Kim
This patch fixes missing mach-s3c24xx/common.h which has been lost when regarding s3c24xx directories merged. Signed-off-by: Kukjin Kim --- arch/arm/mach-s3c24xx/common.h | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-s3c24xx/c

Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-03-28 Thread Karol Lewandowski
On 24.03.2012 10:49, Thomas Abraham wrote: Hi Thomas! > Add device tree based discovery support for max8997. ... > +Regulators: The regulators of max8997 that have to be instantiated should be > +included in a sub-node named 'regulators'. Regulator nodes included in this > +sub-node should be of

Re: [PATCH 0/2] Fixes related to rtc-s3c

2012-03-28 Thread Tushar Behera
On 03/28/2012 04:58 PM, Heiko Stübner wrote: > Am Mittwoch, 28. März 2012, 12:50:35 schrieb Tushar Behera: >> The patches are based on Kukjin's for-next branch and they fix a couple >> of compile-time errors and warnings. > There was also a fixup patch for these problems posted on 2012-01-04. But i

Re: [PATCH] ARM: Samsung: Make PM_GENERIC_DOMAINS config depend on CONFIG_PM

2012-03-28 Thread Mark Brown
On Wed, Mar 28, 2012 at 05:07:03PM +0530, Thomas Abraham wrote: > On 28 March 2012 17:04, Mark Brown > wrote: > > Right, this does seem like something which it'd be better to handle > > more gracefully in the PM core. > Ok. Selecting PM_GENERIC_DOMAINS without checking for dependency on PM > di

Re: [PATCH] ARM: Samsung: Make PM_GENERIC_DOMAINS config depend on CONFIG_PM

2012-03-28 Thread Thomas Abraham
On 28 March 2012 17:04, Mark Brown wrote: > On Wed, Mar 28, 2012 at 04:51:32PM +0530, Thomas Abraham wrote: >> On 28 March 2012 16:21, Mark Brown >> wrote: > >> > What's the underlying issue here?  This seems like something the PM core >> > should be dealing with gracefully... > >> The PM_GENERI

Re: [PATCH] ARM: Samsung: Make PM_GENERIC_DOMAINS config depend on CONFIG_PM

2012-03-28 Thread Mark Brown
On Wed, Mar 28, 2012 at 04:51:32PM +0530, Thomas Abraham wrote: > On 28 March 2012 16:21, Mark Brown > wrote: > > What's the underlying issue here?  This seems like something the PM core > > should be dealing with gracefully... > The PM_GENERIC_DOMAINS config option has dependency on CONFIG_PM

Re: [PATCH 0/2] Fixes related to rtc-s3c

2012-03-28 Thread Heiko Stübner
Am Mittwoch, 28. März 2012, 12:50:35 schrieb Tushar Behera: > The patches are based on Kukjin's for-next branch and they fix a couple > of compile-time errors and warnings. There was also a fixup patch for these problems posted on 2012-01-04. But it seems to have been forgotten somehow. I think e

Re: [PATCH] ARM: Samsung: Make PM_GENERIC_DOMAINS config depend on CONFIG_PM

2012-03-28 Thread Thomas Abraham
On 28 March 2012 16:21, Mark Brown wrote: > On Tue, Mar 27, 2012 at 03:46:43PM +0530, Thomas Abraham wrote: >> For s3c64xx and exynos platforms, make the selection of PM_GENERIC_DOMAINS >> depend on the CONFIG_PM. > > What's the underlying issue here?  This seems like something the PM core > shoul

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

2012-03-28 Thread Subhash Jadavani
> -Original Message- > From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- > ow...@vger.kernel.org] On Behalf Of Saugata Das > Sent: Thursday, December 15, 2011 6:35 PM > To: Girish K S > Cc: linux-...@vger.kernel.org; patc...@linaro.org; linux-samsung- > s...@vger.kernel.org; subha.

[PATCH 0/2] Fixes related to rtc-s3c

2012-03-28 Thread Tushar Behera
The patches are based on Kukjin's for-next branch and they fix a couple of compile-time errors and warnings. The patches have been only build-tested. Tushar Behera (2): rtc: rtc-s3c: Fix compilation error rtc: rtc-s3c: Add placeholder for driver private data drivers/rtc/rtc-s3c.c | 31 +++

[PATCH 2/2] rtc: rtc-s3c: Add placeholder for driver private data

2012-03-28 Thread Tushar Behera
Driver data field is a pointer, hence assigning that to an integer results in compilation warnings. Fixes following compilation warnigs. drivers/rtc/rtc-s3c.c: In function ‘s3c_rtc_get_driver_data’: drivers/rtc/rtc-s3c.c:452:3: warning: return makes integer from pointer without a cast [enabled b

[PATCH 1/2] rtc: rtc-s3c: Fix compilation error

2012-03-28 Thread Tushar Behera
Fixes following compilation error. drivers/rtc/rtc-s3c.c: At top level: drivers/rtc/rtc-s3c.c:671:3: error: request for member ‘data’ in something not a structure or union drivers/rtc/rtc-s3c.c:674:3: error: request for member ‘data’ in something not a structure or union drivers/rtc/rtc-s3c.c:677

Re: [PATCH] ARM: Samsung: Make PM_GENERIC_DOMAINS config depend on CONFIG_PM

2012-03-28 Thread Mark Brown
On Tue, Mar 27, 2012 at 03:46:43PM +0530, Thomas Abraham wrote: > For s3c64xx and exynos platforms, make the selection of PM_GENERIC_DOMAINS > depend on the CONFIG_PM. What's the underlying issue here? This seems like something the PM core should be dealing with gracefully... signature.asc Desc

[PATCH] ARM: EXYNOS4: Fix soft reboot hang after suspend/resume

2012-03-28 Thread Inderpal Singh
Upon wake-up, clear the sleep mode set in INFORM1 register. Signed-off-by: Inderpal Singh --- arch/arm/mach-exynos/pm.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/pm.c b/arch/arm/mach-exynos/pm.c index f0bb467..16cba3f 100644 --- a/arch/arm/m

Re: [PATCH v3 3/4] ARM: s3c64xx: Decouple lcd type from display controller window data

2012-03-28 Thread Jingoo Han
On 25 March 2012 01:29, Thomas Abraham < thomas.abra...@linaro.org> wrote: > Subject: [PATCH v3 3/4] ARM: s3c64xx: Decouple lcd type from display > controller window data > > The display controller window data should contain window configuration data > for only one type of lcd panel. So, for real

RE: [PATCH v3 4/4] ARM: Samsung: Rework platform data of s3c-fb driver

2012-03-28 Thread Jingoo Han
On 25 March 2012 01:29, Thomas Abraham < thomas.abra...@linaro.org> wrote: > Subject: [PATCH v3 4/4] ARM: Samsung: Rework platform data of s3c-fb driver > > For all the Samsung SoC based boards which have the platform data for > s3c-fb driver, the 'default_win' element in the platform data is remo

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

2012-03-28 Thread Mark Brown
On Tue, Mar 27, 2012 at 11:50:24AM -0400, Chris Ball wrote: > On Tue, Feb 21 2012, Chris Ball wrote: > > On Tue, Feb 21 2012, Kukjin Kim wrote: > >> I created topic branch for this we talked. You can pull that following: > >> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git