From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754114AbbGPAmu (ORCPT ); Wed, 15 Jul 2015 20:42:50 -0400 Received: from mailout4.w1.samsung.com ([210.118.77.14]:27312 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469AbbGPAms (ORCPT ); Wed, 15 Jul 2015 20:42:48 -0400 X-AuditID: cbfec7f5-f794b6d000001495-48-55a6fe0501b6 Message-id: <55A6FE07.7000604@samsung.com> Date: Thu, 16 Jul 2015 09:42:47 +0900 From: Krzysztof Kozlowski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-version: 1.0 To: Javier Martinez Canillas Cc: arm@kernel.org, Arnd Bergmann , Olof Johansson , Kevin Hilman , Doug Anderson , Kukjin Kim , "linux-samsung-soc@vger.kernel.org" , Linux Kernel Subject: Re: [PATCH 2/9] ARM: multi_v7_defconfig: Enable max77802 regulator, rtc and clock drivers References: <1431618016-2087-1-git-send-email-javier.martinez@collabora.co.uk> <1431618016-2087-3-git-send-email-javier.martinez@collabora.co.uk> In-reply-to: Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrJLMWRmVeSWpSXmKPExsVy+t/xK7qs/5aFGvw4rWtx7MsWNou/k46x W5xddpDN4trvGWwWr18YWvQ/fs1s8fXwCkaLy7vmsFnMOL+PyeLU9c9sDlwev39NYvSY3XCR xePv7FZmj02rOtk87lzbw+Zx5UQTq0ffllWMHp83yQVwRHHZpKTmZJalFunbJXBlvHm+mbWg gafi4uPfLA2MHVxdjJwcEgImElMvTGSCsMUkLtxbz9bFyMUhJLCUUeJ96wwo5ymjxMG181lB qngFtCTerL7GDGKzCKhKrPq8mhHEZhMwlti8fAkbiC0qECHx9vJJJoh6QYkfk++xgNgiAkYS nbuusoAMZRbYySQx4ecisCJhgRSJruWd7BDbbjFKnG9eCpbgFAiWeNZ9EGgbB1CHusSUKbkg YWYBeYnNa94yT2AUmIVkxyyEqllIqhYwMq9iFE0tTS4oTkrPNdIrTswtLs1L10vOz93ECImQ rzsYlx6zOsQowMGoxMPL8XtZqBBrYllxZe4hRgkOZiURXq+XQCHelMTKqtSi/Pii0pzU4kOM 0hwsSuK8M3e9DxESSE8sSc1OTS1ILYLJMnFwSjUwHoi5nCz9I6nu0h7RGeoqrqyOihHz5Eyf arT0Tfe9KJaReE70U9WH6ql/Jl5z2D9v0rdG/mNRehM/BHPn8GhJh8wWC5nD5rxixen6V3U3 FCca7tOV1E0852nT/njzGs5PE4513DWqmVuU4G1tZedyitNdb/p0bbfE6ScZ4qZ/WCdUcyFz wQ4VJZbijERDLeai4kQANdUwrYwCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16.07.2015 00:38, Javier Martinez Canillas wrote: > 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. As you can see in mentioned mainline commit Kukjin removed it manually: [kgene@kernel.org: removing useless REGULATOR_MAX77802 config] I wonder why? Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH 2/9] ARM: multi_v7_defconfig: Enable max77802 regulator, rtc and clock drivers Date: Thu, 16 Jul 2015 09:42:47 +0900 Message-ID: <55A6FE07.7000604@samsung.com> References: <1431618016-2087-1-git-send-email-javier.martinez@collabora.co.uk> <1431618016-2087-3-git-send-email-javier.martinez@collabora.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailout4.w1.samsung.com ([210.118.77.14]:27312 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469AbbGPAms (ORCPT ); Wed, 15 Jul 2015 20:42:48 -0400 In-reply-to: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Javier Martinez Canillas Cc: arm@kernel.org, Arnd Bergmann , Olof Johansson , Kevin Hilman , Doug Anderson , Kukjin Kim , "linux-samsung-soc@vger.kernel.org" , Linux Kernel On 16.07.2015 00:38, Javier Martinez Canillas wrote: > 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. As you can see in mentioned mainline commit Kukjin removed it manually: [kgene@kernel.org: removing useless REGULATOR_MAX77802 config] I wonder why? Best regards, Krzysztof