Message ID | 1445333085-22837-6-git-send-email-alim.akhtar@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hello Alim, On 10/20/2015 11:24 AM, Alim Akhtar wrote: > Since we switch to use generic syscon regmap based reset/poweroff > driver for exynos SoC, lets select it from ARCH_EXYNOS instead of > enabling it from various defconfigs. This also select POWER_RESET > as SYSCON-{reset, poweroff} drivers depends on it. > > Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com> > --- > Patch looks good to me. Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Tested-by: Javier Martinez Canillas <javier@osg.samsung.com> Best regards,
On 20.10.2015 18:24, Alim Akhtar wrote: > Since we switch to use generic syscon regmap based reset/poweroff > driver for exynos SoC, lets select it from ARCH_EXYNOS instead of > enabling it from various defconfigs. This also select POWER_RESET > as SYSCON-{reset, poweroff} drivers depends on it. > > Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com> > --- > > Have run make for allyes, allmod, multi_v7 and exynos defconfigs > no error/warrning reported. > > arch/arm/mach-exynos/Kconfig | 3 +++ > 1 file changed, 3 insertions(+) Thanks for update: Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 3a10f1a8317a..d279edf9b10d 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -27,6 +27,9 @@ menuconfig ARCH_EXYNOS select SRAM select THERMAL select MFD_SYSCON + select POWER_RESET + select POWER_RESET_SYSCON + select POWER_RESET_SYSCON_POWEROFF help Support for SAMSUNG EXYNOS SoCs (EXYNOS4/5)
Since we switch to use generic syscon regmap based reset/poweroff driver for exynos SoC, lets select it from ARCH_EXYNOS instead of enabling it from various defconfigs. This also select POWER_RESET as SYSCON-{reset, poweroff} drivers depends on it. Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com> --- Have run make for allyes, allmod, multi_v7 and exynos defconfigs no error/warrning reported. arch/arm/mach-exynos/Kconfig | 3 +++ 1 file changed, 3 insertions(+)