Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752054Ab3FXRMG (ORCPT ); Mon, 24 Jun 2013 13:12:06 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:35344 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751344Ab3FXRMD (ORCPT ); Mon, 24 Jun 2013 13:12:03 -0400 Message-ID: <51C87DB7.5060503@ti.com> Date: Mon, 24 Jun 2013 13:11:19 -0400 From: Eduardo Valentin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Amit Daniel Kachhap CC: , Zhang Rui , Eduardo Valentin , , , , Kukjin Kim Subject: Re: [PATCH V7 30/30] arm: exynos: enable ARCH_HAS_BANDGAP References: <1372071051-3167-1-git-send-email-amit.daniel@samsung.com> <1372071051-3167-31-git-send-email-amit.daniel@samsung.com> In-Reply-To: <1372071051-3167-31-git-send-email-amit.daniel@samsung.com> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2TUEEDQCUAGNJWAWRJOAT" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2851 Lines: 96 ------enig2TUEEDQCUAGNJWAWRJOAT Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 24-06-2013 06:50, Amit Daniel Kachhap wrote: > This patch enables ARCH_HAS_BANDGAP config for exynos4210, 4212, 4412, = 5250 > and 5440 SOC. This config symbol is recently added to allow the platfor= ms > to enable bandgap based temperature sensor. >=20 > Acked-by: Jonghwa Lee > Signed-off-by: Amit Daniel Kachhap I had already acked this one on your v6: Acked-by: Eduardo Valentin > --- > arch/arm/mach-exynos/Kconfig | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) >=20 > diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfi= g > index d19edff..d3cb5c7 100644 > --- a/arch/arm/mach-exynos/Kconfig > +++ b/arch/arm/mach-exynos/Kconfig > @@ -33,6 +33,7 @@ config CPU_EXYNOS4210 > bool "SAMSUNG EXYNOS4210" > default y > depends on ARCH_EXYNOS4 > + select ARCH_HAS_BANDGAP > select ARM_CPU_SUSPEND if PM > select PM_GENERIC_DOMAINS > select S5P_PM if PM > @@ -45,6 +46,7 @@ config SOC_EXYNOS4212 > bool "SAMSUNG EXYNOS4212" > default y > depends on ARCH_EXYNOS4 > + select ARCH_HAS_BANDGAP > select S5P_PM if PM > select S5P_SLEEP if PM > select SAMSUNG_DMADEV > @@ -55,6 +57,7 @@ config SOC_EXYNOS4412 > bool "SAMSUNG EXYNOS4412" > default y > depends on ARCH_EXYNOS4 > + select ARCH_HAS_BANDGAP > select SAMSUNG_DMADEV > help > Enable EXYNOS4412 SoC support > @@ -63,6 +66,7 @@ config SOC_EXYNOS5250 > bool "SAMSUNG EXYNOS5250" > default y > depends on ARCH_EXYNOS5 > + select ARCH_HAS_BANDGAP > select PM_GENERIC_DOMAINS if PM > select S5P_PM if PM > select S5P_SLEEP if PM > @@ -76,6 +80,7 @@ config SOC_EXYNOS5440 > default y > depends on ARCH_EXYNOS5 > select ARCH_HAS_OPP > + select ARCH_HAS_BANDGAP > select ARM_ARCH_TIMER > select AUTO_ZRELADDR > select PINCTRL >=20 --=20 You have got to be excited about what you are doing. (L. Lamport) Eduardo Valentin ------enig2TUEEDQCUAGNJWAWRJOAT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iF4EAREIAAYFAlHIfbcACgkQCXcVR3XQvP26IQEAxY3dM5srHGb49HQO1QzAXNe6 9nKKJHEaUZhggYdxlscBAL3UNviaKaAoewNMK/dA+0mNKJmxbWD5QswXTGvW8sae =j3QY -----END PGP SIGNATURE----- ------enig2TUEEDQCUAGNJWAWRJOAT-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/