Re: [PATCH V6 30/30] arm: exynos: enable ARCH_HAS_BANDGAP

2013-06-19 Thread Eduardo Valentin
On 17-06-2013 02:46, 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 platforms
> to enable bandgap based temperature sensor.
> 
> Acked-by: Jonghwa Lee 
> Signed-off-by: Amit Daniel Kachhap 

Acked-by: Eduardo Valentin 

> ---
>  arch/arm/mach-exynos/Kconfig |5 +
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> 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
> 


-- 
You have got to be excited about what you are doing. (L. Lamport)

Eduardo Valentin



signature.asc
Description: OpenPGP digital signature


[PATCH V6 30/30] arm: exynos: enable ARCH_HAS_BANDGAP

2013-06-16 Thread Amit Daniel Kachhap
This patch enables ARCH_HAS_BANDGAP config for exynos4210, 4212, 4412, 5250
and 5440 SOC. This config symbol is recently added to allow the platforms
to enable bandgap based temperature sensor.

Acked-by: Jonghwa Lee 
Signed-off-by: Amit Daniel Kachhap 
---
 arch/arm/mach-exynos/Kconfig |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
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
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html