Re: [PATCH v3] ARM: S5PV210: Add Power Management Support

2010-09-16 Thread Kyungmin Park
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 >>

RE: [PATCH v3] ARM: S5PV210: Add Power Management Support

2010-09-16 Thread 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 >> Signed-off-by: Sangbeom Kim >> ---

[PATCH 1/2] ARM: S5PV310: Add PMU for S5PV310 hotplug

2010-09-16 Thread Kukjin 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 |

[PATCH 2/2] ARM: S5PV310: Update CPU hotplug implementation

2010-09-16 Thread Kukjin Kim
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

[PATCH 0/2] ARM: S5PV310: Update S5PV310 CPU hotplug implementation

2010-09-16 Thread Kukjin Kim
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

RE: [PATCH 4/5] ARM: S5PV210: Add support CPUFREQ

2010-09-16 Thread JaeCheol Lee
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 >

Re: [PATCH 0/5] ARM: S5PV210: Add support CPUFREQ for S5PV210/S5PC110

2010-09-16 Thread Kyungmin Park
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

RE: [PATCH 0/5] ARM: S5PV210: Add support CPUFREQ for S5PV210/S5PC110

2010-09-16 Thread 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 submitted anytime anywhere. > I'm not sur

Re: [PATCH 1/5] ARM: S5PV310: Add HSMMC support and SDHCI configuration

2010-09-16 Thread Kyungmin Park
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

RE: [PATCH 5/5] sdhci-s3c: Add support no internal clock divider in host controller

2010-09-16 Thread ???
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) > > +

RE: [PATCH] ARM: S5PV210: Add audio support to Goni and Aquila board

2010-09-16 Thread Kukjin Kim
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

Re: [PATCH] ARM: S5PV210: Add audio support to Goni and Aquila board

2010-09-16 Thread Chanwoo Choi
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

RE: [PATCH 5/5] sdhci-s3c: Add support no internal clock divider in host controller

2010-09-16 Thread Kukjin Kim
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

RE: [PATCH 5/5] sdhci-s3c: Add support no internal clock divider in host controller

2010-09-16 Thread Kukjin Kim
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

RE: [PATCH 1/5] ARM: S5PV310: Add HSMMC support and SDHCI configuration

2010-09-16 Thread Kukjin Kim
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

[PATCH] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL

2010-09-16 Thread Maurus Cuelenaere
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

Re: [PATCH 1/5] ARM: S5PV310: Add HSMMC support and SDHCI configuration

2010-09-16 Thread Kyungmin Park
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.

Re: [PATCH 5/5] sdhci-s3c: Add support no internal clock divider in host controller

2010-09-16 Thread Kyungmin Park
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

[PATCH 1/5] ARM: S5PV310: Add HSMMC support and SDHCI configuration

2010-09-16 Thread Jeongbae Seo
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/

[PATCH 5/5] sdhci-s3c: Add support no internal clock divider in host controller

2010-09-16 Thread Jeongbae Seo
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 |

[PATCH 4/5] ARM: SAMSUNG: Add clock types into platform data

2010-09-16 Thread Jeongbae Seo
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

[PATCH 0/5] ARM: S5PV310: Add support HSMMC for S5PV310/S5PC210

2010-09-16 Thread Jeongbae Seo
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

[PATCH 2/5] ARM: S5PV310: Add HSMMC support into S5PV310 and S5PC210

2010-09-16 Thread Jeongbae Seo
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

[PATCH 3/5] ARM: SAMSUNG: Modified to change of bus width and host caps

2010-09-16 Thread Jeongbae Seo
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