From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH] ARM: multi_v7_defconfig: Enable PBIAS regulator Date: Fri, 4 Sep 2015 19:20:28 +0530 Message-ID: <55E9A1A4.30506@ti.com> References: <1441274111-18049-1-git-send-email-kishon@ti.com> <20150903152325.GW4215@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150903152325.GW4215@atomide.com> Sender: linux-kernel-owner@vger.kernel.org To: Tony Lindgren Cc: ulf.hansson@linaro.org, broonie@kernel.org, linux@arm.linux.org.uk, olof@lixom.net, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org, nsekhar@ti.com List-Id: linux-mmc@vger.kernel.org Hi, On Thursday 03 September 2015 08:53 PM, Tony Lindgren wrote: > * Kishon Vijay Abraham I [150903 02:58]: >> PBIAS regulator is required for MMC module in OMAP2, OMAP3, OMAP4, >> OMAP5 and DRA7 SoCs. Enable it here. >> >> Signed-off-by: Kishon Vijay Abraham I > > For the multi_v7_defconfig changes you need to resend this > to arm@kernel.org. This is to avoid conflicts with other > patches. for some reason mail to arm@kernel.org bounced :-( Should I subscribe to it before sending patches? Thanks Kishon > > Regards, > > Tony > >> arch/arm/configs/multi_v7_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig >> index 5fd8df6..f497c96 100644 >> --- a/arch/arm/configs/multi_v7_defconfig >> +++ b/arch/arm/configs/multi_v7_defconfig >> @@ -403,6 +403,7 @@ CONFIG_REGULATOR_MAX8973=y >> CONFIG_REGULATOR_MAX77686=y >> CONFIG_REGULATOR_MAX77693=m >> CONFIG_REGULATOR_PALMAS=y >> +CONFIG_REGULATOR_PBIAS=y >> CONFIG_REGULATOR_S2MPS11=y >> CONFIG_REGULATOR_S5M8767=y >> CONFIG_REGULATOR_TPS51632=y >> -- >> 1.7.9.5 >> From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (Kishon Vijay Abraham I) Date: Fri, 4 Sep 2015 19:20:28 +0530 Subject: [PATCH] ARM: multi_v7_defconfig: Enable PBIAS regulator In-Reply-To: <20150903152325.GW4215@atomide.com> References: <1441274111-18049-1-git-send-email-kishon@ti.com> <20150903152325.GW4215@atomide.com> Message-ID: <55E9A1A4.30506@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On Thursday 03 September 2015 08:53 PM, Tony Lindgren wrote: > * Kishon Vijay Abraham I [150903 02:58]: >> PBIAS regulator is required for MMC module in OMAP2, OMAP3, OMAP4, >> OMAP5 and DRA7 SoCs. Enable it here. >> >> Signed-off-by: Kishon Vijay Abraham I > > For the multi_v7_defconfig changes you need to resend this > to arm at kernel.org. This is to avoid conflicts with other > patches. for some reason mail to arm at kernel.org bounced :-( Should I subscribe to it before sending patches? Thanks Kishon > > Regards, > > Tony > >> arch/arm/configs/multi_v7_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig >> index 5fd8df6..f497c96 100644 >> --- a/arch/arm/configs/multi_v7_defconfig >> +++ b/arch/arm/configs/multi_v7_defconfig >> @@ -403,6 +403,7 @@ CONFIG_REGULATOR_MAX8973=y >> CONFIG_REGULATOR_MAX77686=y >> CONFIG_REGULATOR_MAX77693=m >> CONFIG_REGULATOR_PALMAS=y >> +CONFIG_REGULATOR_PBIAS=y >> CONFIG_REGULATOR_S2MPS11=y >> CONFIG_REGULATOR_S5M8767=y >> CONFIG_REGULATOR_TPS51632=y >> -- >> 1.7.9.5 >> From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933695AbbIDNvQ (ORCPT ); Fri, 4 Sep 2015 09:51:16 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:44723 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933124AbbIDNvK (ORCPT ); Fri, 4 Sep 2015 09:51:10 -0400 Message-ID: <55E9A1A4.30506@ti.com> Date: Fri, 4 Sep 2015 19:20:28 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Tony Lindgren CC: , , , , , , , , Subject: Re: [PATCH] ARM: multi_v7_defconfig: Enable PBIAS regulator References: <1441274111-18049-1-git-send-email-kishon@ti.com> <20150903152325.GW4215@atomide.com> In-Reply-To: <20150903152325.GW4215@atomide.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thursday 03 September 2015 08:53 PM, Tony Lindgren wrote: > * Kishon Vijay Abraham I [150903 02:58]: >> PBIAS regulator is required for MMC module in OMAP2, OMAP3, OMAP4, >> OMAP5 and DRA7 SoCs. Enable it here. >> >> Signed-off-by: Kishon Vijay Abraham I > > For the multi_v7_defconfig changes you need to resend this > to arm@kernel.org. This is to avoid conflicts with other > patches. for some reason mail to arm@kernel.org bounced :-( Should I subscribe to it before sending patches? Thanks Kishon > > Regards, > > Tony > >> arch/arm/configs/multi_v7_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig >> index 5fd8df6..f497c96 100644 >> --- a/arch/arm/configs/multi_v7_defconfig >> +++ b/arch/arm/configs/multi_v7_defconfig >> @@ -403,6 +403,7 @@ CONFIG_REGULATOR_MAX8973=y >> CONFIG_REGULATOR_MAX77686=y >> CONFIG_REGULATOR_MAX77693=m >> CONFIG_REGULATOR_PALMAS=y >> +CONFIG_REGULATOR_PBIAS=y >> CONFIG_REGULATOR_S2MPS11=y >> CONFIG_REGULATOR_S5M8767=y >> CONFIG_REGULATOR_TPS51632=y >> -- >> 1.7.9.5 >>