On Thu, Oct 27, 2011 at 10:12 AM, Jongpill Lee <boyko.lee@xxxxxxxxxxx> wrote: > This patch adds ASV feature for exynos4 seires. > Asv(Adoptive support voltage) feature support to get spec of SoC. > And we can use to adjust voltage for operation SoC usign by ASV result. > > Signed-off-by: Jongpill Lee <boyko.lee@xxxxxxxxxxx> > --- > arch/arm/mach-exynos4/Makefile | 2 +- > arch/arm/mach-exynos4/asv.c | 78 ++++++++++++++++++++++++++++++ > arch/arm/mach-exynos4/include/mach/asv.h | 42 ++++++++++++++++ > 3 files changed, 121 insertions(+), 1 deletions(-) > create mode 100644 arch/arm/mach-exynos4/asv.c > create mode 100644 arch/arm/mach-exynos4/include/mach/asv.h > Hello, As long as we have <mach/asv.h> in our hands, we can have the ASV value stored at the common place declared by this asv.h rather than at INFORM2 as I've mentioned before at another thread. This location <mach/asv.h> seems the perfect location for the purpose. Besides, now, with Exynos4x12s, I start to hear cases where all the INFORMx registers are fully used; thus, it seems that it's time to remove unnecessary usage of the registers. Cheers! MyungJoo -- MyungJoo Ham, Ph.D. Mobile Software Platform Lab, DMC Business, Samsung Electronics -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html