Re: [PATCH V5] mmc: core: HS200 mode support for eMMC 4.5

2011-12-12 Thread Saugata Das
On 13 December 2011 10:13, Girish K S wrote: > On 12 December 2011 12:20, Girish K S wrote: >> On 5 December 2011 20:29, Saugata Das wrote: >>> Hi Girish >>> >>> Please refer to Figure 71 (HS200 device output timing) of the MMC-4.5 >>> spec. It shows that both CMD and DATA[7-0] will have some la

Re: [PATCH V5] mmc: core: HS200 mode support for eMMC 4.5

2011-12-12 Thread Girish K S
On 12 December 2011 12:20, Girish K S wrote: > On 5 December 2011 20:29, Saugata Das wrote: >> Hi Girish >> >> Please refer to Figure 71 (HS200 device output timing) of the MMC-4.5 >> spec. It shows that both CMD and DATA[7-0] will have some latency till >> valid window. This implies that even th

Re: [RESEND][PATCH] ARM: Exynos: Add irq domain and device tree support for interrupt combiner

2011-12-12 Thread Thomas Abraham
Hi Rob, On 12 December 2011 09:12, Rob Herring wrote: >> +Example: >> + >> +     combiner:interrupt-controller@1044 { >> +             compatible = "samsung,exynos4120-combiner"; >> +             #interrupt-cells = <2>; >> +             interrupt-controoler; > > s/controoler/controller/ Ok.

[PATCH 2/2] ARM: Exynos: Hook up power domains to generic power domain infrastructure

2011-12-12 Thread Thomas Abraham
The generic power domain infrastructure is used to control the power domains available on Exynos4. For non-dt platforms, the power domains are statically instantiated. For dt platforms, the power domain nodes found in the device tree are instantiated. Cc: Kukjin Kim Cc: Rob Herring Cc: Grant Lik

[PATCH 1/2] PM / Domains: Add OF support

2011-12-12 Thread Thomas Abraham
A device node pointer is added to generic pm domain structure to associate the domain with a node in the device tree. The platform code parses the device tree to find available nodes representing the generic power domain, instantiates the available domains and initializes them by calling pm_genpd_i

[PATCH 0/2] ARM: Exynos: Adapt to generic power domain

2011-12-12 Thread Thomas Abraham
The power domains available on Exynos4 are made controllable using the generic power domain infrastructure. The existing power domain code is not removed by this patchset. Support for both DT and non-DT Exynos platforms is added. The first patch adds device tree support for generic power domain. A

[PATCH 4/4] ARM: S3C2443/S3C2416: add s3c_rtc_setname and rename rtc devices

2011-12-12 Thread Heiko Stübner
As the S3C24xx SoCs use the same rtc device a renaming capability like in the adc driver is necessary. This patch adds a s3c_rtc_setname function and names the rtc devices for S3C2443 and S3C2416 accordingly. Signed-off-by: Heiko Stuebner --- arch/arm/mach-s3c2416/s3c2416.c |2

[PATCH 3/4] rtc-s3c: add variants for S3C2443 and S3C2416

2011-12-12 Thread Heiko Stübner
Especially the TICNT registers are different from the two rtc types that currently exists. Signed-off-by: Heiko Stuebner --- arch/arm/plat-samsung/include/plat/regs-rtc.h | 24 ++ drivers/rtc/rtc-s3c.c | 43 ++-- 2 files changed, 63 ins

[PATCH 2/4] rtc-s3c: make room for more variants in devicetree block

2011-12-12 Thread Heiko Stübner
Use the data field of of_device_id to hold the type for s3c_cpu_type. Signed-off-by: Heiko Stuebner Reviewed-by: Thomas Abraham --- drivers/rtc/rtc-s3c.c | 31 ++- 1 files changed, 22 insertions(+), 9 deletions(-) diff --git a/drivers/rtc/rtc-s3c.c b/drivers/rtc/r

[PATCH 1/4] ARM: SAMSUNG: cleanup of rtc register definitions

2011-12-12 Thread Heiko Stübner
regs-rtc.h uses a mixture of tabs and spaces and also (x< --- arch/arm/plat-samsung/include/plat/regs-rtc.h | 66 - 1 files changed, 32 insertions(+), 34 deletions(-) diff --git a/arch/arm/plat-samsung/include/plat/regs-rtc.h b/arch/arm/plat-samsung/include/plat/regs-rt

[PATCH v2 0/4] Implement RTC support for S3C2443/S3C2416/S3C2450

2011-12-12 Thread Heiko Stübner
Similar to the ADC the RTC of S3C2443 and S3C2416/2450 has some slight variances when compared to the existing types. This series adds support for those SoCs. As with the ADC patches, these changes where tested on S3C2416 hardware. The S3C2443 quirks are a subset of those and are done according t

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-12 Thread Kyungmin Park
On Mon, Dec 12, 2011 at 7:03 PM, Mark Brown wrote: > On Mon, Dec 12, 2011 at 06:27:30PM +0900, Kyungmin Park wrote: >> On 12/12/11, Mark Brown wrote: > >> >> +  &s5p_device_g2d, > >> > For devices like g2d which are always part of the SoC and which don't >> > require any external wiring on the bo

Re: mmc: dw_mmc: Add more capabilities field

2011-12-12 Thread James Hogan
On 12 December 2011 10:55, Seungwon Jeon wrote: > James Hogan wrote: >> On 9 December 2011 05:49, Seungwon Jeon wrote: >> > Signed-off-by: Seungwon Jeon >> >> A commit message would be useful. > "This patch adds another capabilities field for MMC_CAPS2_XXX." > Is a commit message disappeared? A

Re: [PATCH 2/4] rtc-s3c: make room for more variants in devicetree block

2011-12-12 Thread Heiko Stübner
Hi Thomas, thanks for your review and you are of course right with both your suggestions. I will submit a v2 series shortly, implementing these suggestions. Heiko Am Sonntag, 11. Dezember 2011, 06:47:43 schrieb Thomas Abraham: > Hi Heiko, > > On 9 December 2011 15:20, Heiko Stübner wrote: > >

RE: mmc: dw_mmc: Add more capabilities field

2011-12-12 Thread Seungwon Jeon
James Hogan wrote: > On 9 December 2011 05:49, Seungwon Jeon wrote: > > Signed-off-by: Seungwon Jeon > > A commit message would be useful. "This patch adds another capabilities field for MMC_CAPS2_XXX." Is a commit message disappeared? > > > --- > >  drivers/mmc/host/dw_mmc.c  |    6 ++ > >

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-12 Thread Mark Brown
On Mon, Dec 12, 2011 at 06:27:30PM +0900, Kyungmin Park wrote: > On 12/12/11, Mark Brown wrote: > >> + &s5p_device_g2d, > > For devices like g2d which are always part of the SoC and which don't > > require any external wiring on the board I was thinking we should just > > have the core code for

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-12 Thread Kyungmin Park
On 12/12/11, Mark Brown wrote: > On Fri, Dec 09, 2011 at 05:04:41PM +0100, Kamil Debski wrote: > >> index 236bbe1..5251e91 100644 >> --- a/arch/arm/mach-exynos/mach-nuri.c >> +++ b/arch/arm/mach-exynos/mach-nuri.c >> @@ -1262,6 +1262,7 @@ static struct platform_device *nuri_devices[] >> __initdata