Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752627AbbGOPi2 (ORCPT ); Wed, 15 Jul 2015 11:38:28 -0400 Received: from mail-yk0-f176.google.com ([209.85.160.176]:33244 "EHLO mail-yk0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751924AbbGOPi0 (ORCPT ); Wed, 15 Jul 2015 11:38:26 -0400 MIME-Version: 1.0 X-Originating-IP: [37.11.0.18] In-Reply-To: <1431618016-2087-3-git-send-email-javier.martinez@collabora.co.uk> References: <1431618016-2087-1-git-send-email-javier.martinez@collabora.co.uk> <1431618016-2087-3-git-send-email-javier.martinez@collabora.co.uk> Date: Wed, 15 Jul 2015 17:38:26 +0200 Message-ID: Subject: Re: [PATCH 2/9] ARM: multi_v7_defconfig: Enable max77802 regulator, rtc and clock drivers From: Javier Martinez Canillas Cc: arm@kernel.org, Arnd Bergmann , Olof Johansson , Kevin Hilman , Krzysztof Kozlowski , Doug Anderson , Kukjin Kim , "linux-samsung-soc@vger.kernel.org" , Linux Kernel Content-Type: text/plain; charset=UTF-8 To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1493 Lines: 39 Hello, On Thu, May 14, 2015 at 5:40 PM, Javier Martinez Canillas wrote: > The Maxim max77802 Power Management IC is used on many Exynos machines. > Besides a bunch of regulators, this chip has a Real-Time-Clock (RTC) > and 2-channel 32kHz clock outputs. > > Enable the kernel config options to have the drivers for these devices > built as a module. > > Signed-off-by: Javier Martinez Canillas > --- > arch/arm/configs/multi_v7_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index 2349584b6e08..080120fe5580 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -373,6 +373,7 @@ CONFIG_POWER_RESET_SYSCON=y > CONFIG_REGULATOR_MAX8907=y > CONFIG_REGULATOR_MAX8973=y > CONFIG_REGULATOR_MAX77686=y > +CONFIG_REGULATOR_MAX77802=m I noticed that the version that landed in 4.2-rc1 as commit f3caa529c6f5 ("ARM: multi_v7_defconfig: Enable max77802 regulator, rtc and clock drivers") doesn't include this symbol. I guess it was caused by a wrong resolved conflict? I'll post a patch to enable the regulator again. Best regards, Javier -- 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/