[PATCH v2] ARM: mach-shmobile: Use common always on power domain governor

2011-12-03 Thread Mark Brown
Saves a tiny amount of code. Signed-off-by: Mark Brown --- arch/arm/mach-shmobile/pm-sh7372.c | 14 ++ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/arch/arm/mach-shmobile/pm-sh7372.c b/arch/arm/mach-shmobile/pm-sh7372.c index adf1765..7d7cdfc 100644 --- a/arch/a

Re: [PATCH 2/3] ARM: mach-shmobile: Use common always on power domain governor

2011-12-03 Thread Mark Brown
On Sat, Dec 03, 2011 at 11:31:07PM +0100, Rafael J. Wysocki wrote: > On Saturday, December 03, 2011, Mark Brown wrote: > > The first patch in the series added the replacement as generic code, > > this patch is deleting the shmobile specific implementation and using > > the generic code instead. >

Re: [PATCH 2/3] ARM: mach-shmobile: Use common always on power domain governor

2011-12-03 Thread Rafael J. Wysocki
On Saturday, December 03, 2011, Mark Brown wrote: > On Fri, Dec 02, 2011 at 11:36:19PM +0100, Rafael J. Wysocki wrote: > > On Friday, December 02, 2011, Mark Brown wrote: > > > > It saves source code size when we get the second user, by itself you're > > > right it doesn't achieve anything (except

Re: [PATCH 2/3] ARM: mach-shmobile: Use common always on power domain governor

2011-12-03 Thread Mark Brown
On Fri, Dec 02, 2011 at 11:36:19PM +0100, Rafael J. Wysocki wrote: > On Friday, December 02, 2011, Mark Brown wrote: > > It saves source code size when we get the second user, by itself you're > > right it doesn't achieve anything (except avoiding redundancy once 1/3 > > gets applied I guess). >

RE: [PATCH V2 0/3] ASV support for Exynos4 series

2011-12-03 Thread Kukjin Kim
Jongpill Lee wrote: > > Each SoC has specification.For example voltage or ids current. > These values are related to production process. > If you have a good specification SoC, you can supply lower voltage into > SoC. > Also, If your SoC has bad specification, you have to supply higher voltage > i

RE: [PATCH 3/3] ARM: EXYNOS4: Support ASV for Exynos4210

2011-12-03 Thread Kukjin Kim
Jongpill Lee wrote: > > This patch adds function for exynos4210's asv driver. > On Exynos4210, we can get ASV result using by HPM and IDS value. > If you want to use asv result on your driver, please define > exynos_result_of_asv with extern. > > Signed-off-by: Jongpill Lee > --- > arch/arm/mac

RE: [PATCH 1/4] ARM: EXYNOS4: Add DMC1, allow PPMU access for DMC.

2011-12-03 Thread Kukjin Kim
Kyungmin Park wrote: > > On 12/2/11, Kukjin Kim wrote: > > MyungJoo Ham wrote: > >> > >> - Add DMC1 > >> - Enlarge address space for DMC from 4k to 64k so that PPMU registers > >> may be accessed. > >> > >> Signed-off-by: MyungJoo Ham > >> Signed-off-by: Kyungmin Park > >> --- > >> arch/arm/

RE: [PATCH 3/4] ARM Exynos4210-Nuri: remove compiler errors

2011-12-03 Thread Kukjin Kim
MyungJoo Ham wrote: > > On Fri, Dec 2, 2011 at 5:59 PM, Kukjin Kim wrote: > > MyungJoo Hamm wrote: > >> > > What's the 'compiler errors'? > > > > And I don't know why this patch included in this series, maybe this > should > > be separated from this series? > > The error is: > arch/arm/mach-exyn