2010/9/17 Sangbeom Kim :
>
>
> Kyungmin Park wrote:
>
>>On Wed, Sep 15, 2010 at 5:33 PM, Sangbeom Kim wrote:
>>> From: Jongpill Lee
>>>
>>> This patch adds suspend-to-ram support for S5PV210.
>>> Note. This patch is confirmed on SMDKV210 and SMDKC110 board.
>>>
>>> Signed-off-by: Jongpill Lee
>>
Kyungmin Park wrote:
>On Wed, Sep 15, 2010 at 5:33 PM, Sangbeom Kim wrote:
>> From: Jongpill Lee
>>
>> This patch adds suspend-to-ram support for S5PV210.
>> Note. This patch is confirmed on SMDKV210 and SMDKC110 board.
>>
>> Signed-off-by: Jongpill Lee
>> Signed-off-by: Sangbeom Kim
>> ---
From: Changhwan Youn
This patch adds PMU(Power Management Unit) for S5PV310/S5PC210 hotplug.
Signed-off-by: Changhwan Youn
---
arch/arm/mach-s5pv310/cpu.c |5 +
arch/arm/mach-s5pv310/include/mach/map.h |2 ++
arch/arm/mach-s5pv310/include/mach/regs-pmu.h |
From: Changhwan Youn
This patch updates CPU hotplug implementation to reduce CPU power consumption
and will turn off the CPU power when CPU1 is unplugged while previous CPU
hotplug
used CPU idle.
This patch removes init memory freeing code to use CPU boot code when CPU1 is
plugged-in again and a
This patch updates S5PV310 CPU hotplug implementation to reduce power
consumption.
[PATCH 1/2] ARM: S5PV310: Add PMU for S5PV310 hotplug
[PATCH 2/2] ARM: S5PV310: Update CPU hotplug implementation
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a mes
MyungJoo Ham wrote:
>
> Hello,
>
Hi,
> On Wed, Sep 15, 2010 at 4:52 PM, Jaecheol Lee wrote:
> > This patch adds CPUFREQ driver for supporting DFS(Dynamic Frequency
> Scaling).
> >
> > Signed-off-by: Jaecheol Lee
> > ---
> > arch/arm/mach-s5pv210/cpufreq.c | 415
>
2010/9/17 Kukjin Kim :
> Kyungmin Park wrote:
>>
>> First thank you for posting the patches.
>> but I'm worry about sending the same feature patches from different
> divisions.
>>
> It doesn't matter which division it is from.
> What matters is the quality of the patch.
> Any patches can be submitt
Kyungmin Park wrote:
>
> First thank you for posting the patches.
> but I'm worry about sending the same feature patches from different
divisions.
>
It doesn't matter which division it is from.
What matters is the quality of the patch.
Any patches can be submitted anytime anywhere.
> I'm not sur
On Fri, Sep 17, 2010 at 9:57 AM, Kukjin Kim wrote:
> Kyungmin Park wrote:
>>
>> On Thu, Sep 16, 2010 at 5:36 PM, Jeongbae Seo
>> wrote:
>> > From: Hyuk Lee
>> >
>> > This patch adds to support HSMMC for S5PV310 and S5PC210 and setup for
>> > HSMMC host controller and also related GPIO.
>> > At m
Kukjin Kim wrote:
> > + /*
> > +* If controller does not have internal clock divider,
> > +* we need to use another method with setup a quirk.
> > +*/
> > + if (pdata->clk_type)
> > + host->quirks |= SDHCI_QUIRK_NONSTANDARD_CLOCK;
> > +
> > + if (pdata->host_caps)
> > +
Chanwoo Choi wrote:
>
> Dear Ben,
>
> Don't you have any comment this patch?
> Please give your commont for this patch.
>
> Chanwoo Choi
>
> Chanwoo Choi wrote:
> > This patch the I2C board information for the WM8994 used in the
Goni/Aquila
> > as audio codec and adds the I2C/I2S platform drive
Dear Ben,
Don't you have any comment this patch?
Please give your commont for this patch.
Chanwoo Choi
Chanwoo Choi wrote:
> This patch the I2C board information for the WM8994 used in the Goni/Aquila
> as audio codec and adds the I2C/I2S platform drivers. Additionlly, to
> control power consump
Jeongbae Seo wrote:
>
> From: Hyuk Lee
>
> This patch adds to support no internal clock divider in SDHCI.
> The external clock divider can be used to make a proper clock
> because SDHCI doesn't support internal clock divider by itself.
>
Hi,
Please add Chris Ball who is a maintainer of MMC su
Kyungmin Park wrote:
>
> Hi,
>
> Well there are two implementations. and no conclusion yet.
> as s5pc210 don't support internal SDHCI clock, DMC overrides the
> function operation itself when s5pc210. System LSI use the quirks.
>
I think, this approach is better. Because no added new quirk and n
Kyungmin Park wrote:
>
> On Thu, Sep 16, 2010 at 5:36 PM, Jeongbae Seo
> wrote:
> > From: Hyuk Lee
> >
> > This patch adds to support HSMMC for S5PV310 and S5PC210 and setup for
> > HSMMC host controller and also related GPIO.
> > At most 4 channel can be used at the same time.
> > A user can co
When selecting SAMSUNG_PM_DEBUG, it complains about a missing printascii()
function if you do not select DEBUG_LL, so make the former select the latter.
Signed-off-by: Maurus Cuelenaere
---
arch/arm/plat-samsung/Kconfig |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arc
On Thu, Sep 16, 2010 at 5:36 PM, Jeongbae Seo wrote:
> From: Hyuk Lee
>
> This patch adds to support HSMMC for S5PV310 and S5PC210 and setup for
> HSMMC host controller and also related GPIO.
> At most 4 channel can be used at the same time.
> A user can configure SDHCI data bus as 8bit or 4bit.
Hi,
Well there are two implementations. and no conclusion yet.
as s5pc210 don't support internal SDHCI clock, DMC overrides the
function operation itself when s5pc210. System LSI use the quirks.
Choose any one from MMC maintainer.
Thank you,
Kyungmin Park
On Thu, Sep 16, 2010 at 5:37 PM, Jeongb
From: Hyuk Lee
This patch adds to support HSMMC for S5PV310 and S5PC210 and setup for
HSMMC host controller and also related GPIO.
At most 4 channel can be used at the same time.
A user can configure SDHCI data bus as 8bit or 4bit.
Signed-off-by: Hyuk Lee
Signed-off-by: Jeongbae Seo
---
arch/
From: Hyuk Lee
This patch adds to support no internal clock divider in SDHCI.
The external clock divider can be used to make a proper clock
because SDHCI doesn't support internal clock divider by itself.
Signed-off-by: Hyuk Lee
Signed-off-by: Jeongbae Seo
---
drivers/mmc/host/sdhci-s3c.c |
This patch adds clock types into platform data to support
external clock divider instead of internal clock divider.
It is defined that what kinds of clock type is used in machine.
Signed-off-by: Jeongbae Seo
---
arch/arm/mach-s5pv310/mach-smdkc210.c |4
arch/arm/mach-s5pv310/mach-s
This patch adds support HSMMC for S5PV310/S5PC210.
[PATCH 1/5] ARM: S5PV310: Add HSMMC support and SDHCI configuration
[PATCH 2/5] ARM: S5PV310: Add HSMMC support into S5PV310 and S5PC210
[PATCH 3/5] ARM: SAMSUNG: Modified to change of bus width and host caps
[PATCH 4/5] ARM: SAMSUNG: Add clock ty
From: Hyuk Lee
This patch adds to use of HSMMC on S5PV310 and S5PC210.
The HSMMC platform data like card detect, data bus width
and capability is configured.
Signed-off-by: Hyuk Lee
Signed-off-by: Jeongbae Seo
---
arch/arm/mach-s5pv310/cpu.c|7 +++
arch/arm/mach-s5pv310/ma
From: Hyuk Lee
This patch adds to change bus width and host capability of HSMMC,
when HSMMC is only configured with another value of bus width
and host capability from default one.
Signed-off-by: Hyuk Lee
Signed-off-by: Jeongbae Seo
---
arch/arm/plat-samsung/dev-hsmmc.c |5 +++--
arch/ar
24 matches
Mail list logo