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
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
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.
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
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
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
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
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
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
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
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
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
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
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:
> >
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 ++
> >
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
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
17 matches
Mail list logo