All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: enable TPS65217 regulator
@ 2015-11-11  7:09 ` Afzal Mohammed
  0 siblings, 0 replies; 8+ messages in thread
From: Afzal Mohammed @ 2015-11-11  7:09 UTC (permalink / raw)
  To: arm, linux-arm-kernel, linux-kernel
  Cc: Kishon Vijay Abraham I, Tony Lindgren, Russell King, Afzal Mohammed

Enable TPS65217 regulator to have rootfs in MMC for Beagle Bone's.

Suggested-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 69a22fdb52a5..a8b6de1d6d9a 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -411,6 +411,7 @@ CONFIG_MFD_SEC_CORE=y
 CONFIG_MFD_STMPE=y
 CONFIG_MFD_PALMAS=y
 CONFIG_MFD_TPS65090=y
+CONFIG_MFD_TPS65217=y
 CONFIG_MFD_TPS6586X=y
 CONFIG_MFD_TPS65910=y
 CONFIG_REGULATOR_AB8500=y
@@ -441,6 +442,7 @@ CONFIG_REGULATOR_S5M8767=y
 CONFIG_REGULATOR_TPS51632=y
 CONFIG_REGULATOR_TPS62360=y
 CONFIG_REGULATOR_TPS65090=y
+CONFIG_REGULATOR_TPS65217=y
 CONFIG_REGULATOR_TPS6586X=y
 CONFIG_REGULATOR_TPS65910=y
 CONFIG_REGULATOR_TWL4030=y
-- 
2.5.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: enable TPS65217 regulator
@ 2015-11-11  7:09 ` Afzal Mohammed
  0 siblings, 0 replies; 8+ messages in thread
From: Afzal Mohammed @ 2015-11-11  7:09 UTC (permalink / raw)
  To: linux-arm-kernel

Enable TPS65217 regulator to have rootfs in MMC for Beagle Bone's.

Suggested-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 69a22fdb52a5..a8b6de1d6d9a 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -411,6 +411,7 @@ CONFIG_MFD_SEC_CORE=y
 CONFIG_MFD_STMPE=y
 CONFIG_MFD_PALMAS=y
 CONFIG_MFD_TPS65090=y
+CONFIG_MFD_TPS65217=y
 CONFIG_MFD_TPS6586X=y
 CONFIG_MFD_TPS65910=y
 CONFIG_REGULATOR_AB8500=y
@@ -441,6 +442,7 @@ CONFIG_REGULATOR_S5M8767=y
 CONFIG_REGULATOR_TPS51632=y
 CONFIG_REGULATOR_TPS62360=y
 CONFIG_REGULATOR_TPS65090=y
+CONFIG_REGULATOR_TPS65217=y
 CONFIG_REGULATOR_TPS6586X=y
 CONFIG_REGULATOR_TPS65910=y
 CONFIG_REGULATOR_TWL4030=y
-- 
2.5.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: enable TPS65217 regulator
  2015-11-11  7:09 ` Afzal Mohammed
@ 2015-12-20 18:44   ` Olof Johansson
  -1 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2015-12-20 18:44 UTC (permalink / raw)
  To: Afzal Mohammed
  Cc: arm, linux-arm-kernel, linux-kernel, Kishon Vijay Abraham I,
	Tony Lindgren, Russell King

On Wed, Nov 11, 2015 at 12:39:13PM +0530, Afzal Mohammed wrote:
> Enable TPS65217 regulator to have rootfs in MMC for Beagle Bone's.
> 
> Suggested-by: Kishon Vijay Abraham I <kishon@ti.com>
> Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
> ---

Applied, thanks.


-Olof

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: enable TPS65217 regulator
@ 2015-12-20 18:44   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2015-12-20 18:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 11, 2015 at 12:39:13PM +0530, Afzal Mohammed wrote:
> Enable TPS65217 regulator to have rootfs in MMC for Beagle Bone's.
> 
> Suggested-by: Kishon Vijay Abraham I <kishon@ti.com>
> Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
> ---

Applied, thanks.


-Olof

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: enable TPS65217 regulator
  2015-12-20 18:44   ` Olof Johansson
@ 2015-12-21 10:24     ` Afzal Mohammed
  -1 siblings, 0 replies; 8+ messages in thread
From: Afzal Mohammed @ 2015-12-21 10:24 UTC (permalink / raw)
  To: Olof Johansson
  Cc: arm, linux-arm-kernel, linux-kernel, Kishon Vijay Abraham I,
	Tony Lindgren, Russell King, nm

Hi Olof,

On Sun, Dec 20, 2015 at 10:44:53AM -0800, Olof Johansson wrote:
> On Wed, Nov 11, 2015 at 12:39:13PM +0530, Afzal Mohammed wrote:

> > Enable TPS65217 regulator to have rootfs in MMC for Beagle Bone's.
> > 
> > Suggested-by: Kishon Vijay Abraham I <kishon@ti.com>
> > Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>

> Applied, thanks.

Would it be possible to consider the similar patch [1] from Nishant
Menon instead of this patch ?, though i am not satisfied with the
changelog in his, i.e. regarding mention that it is required only for
older Beagle Bones. He has sent the initial version of it (identical in
diff) before mine.

Sorry for the trouble and Thanks.

Regards
afzal

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-December/393611.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: enable TPS65217 regulator
@ 2015-12-21 10:24     ` Afzal Mohammed
  0 siblings, 0 replies; 8+ messages in thread
From: Afzal Mohammed @ 2015-12-21 10:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

On Sun, Dec 20, 2015 at 10:44:53AM -0800, Olof Johansson wrote:
> On Wed, Nov 11, 2015 at 12:39:13PM +0530, Afzal Mohammed wrote:

> > Enable TPS65217 regulator to have rootfs in MMC for Beagle Bone's.
> > 
> > Suggested-by: Kishon Vijay Abraham I <kishon@ti.com>
> > Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>

> Applied, thanks.

Would it be possible to consider the similar patch [1] from Nishant
Menon instead of this patch ?, though i am not satisfied with the
changelog in his, i.e. regarding mention that it is required only for
older Beagle Bones. He has sent the initial version of it (identical in
diff) before mine.

Sorry for the trouble and Thanks.

Regards
afzal

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-December/393611.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: enable TPS65217 regulator
  2015-12-21 10:24     ` Afzal Mohammed
@ 2015-12-21 17:18       ` Olof Johansson
  -1 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2015-12-21 17:18 UTC (permalink / raw)
  To: Afzal Mohammed
  Cc: arm, linux-arm-kernel, linux-kernel, Kishon Vijay Abraham I,
	Tony Lindgren, Russell King, Nishanth Menon

Hi,

On Mon, Dec 21, 2015 at 2:24 AM, Afzal Mohammed <afzal.mohd.ma@gmail.com> wrote:
> Hi Olof,
>
> On Sun, Dec 20, 2015 at 10:44:53AM -0800, Olof Johansson wrote:
>> On Wed, Nov 11, 2015 at 12:39:13PM +0530, Afzal Mohammed wrote:
>
>> > Enable TPS65217 regulator to have rootfs in MMC for Beagle Bone's.
>> >
>> > Suggested-by: Kishon Vijay Abraham I <kishon@ti.com>
>> > Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
>
>> Applied, thanks.
>
> Would it be possible to consider the similar patch [1] from Nishant
> Menon instead of this patch ?, though i am not satisfied with the
> changelog in his, i.e. regarding mention that it is required only for
> older Beagle Bones. He has sent the initial version of it (identical in
> diff) before mine.
>
> Sorry for the trouble and Thanks.

So the diff is the same, his is sent before yours but you're unhappy
with his commit message? Sounds like we're better off using yours, and
either way the code is the same.

I'll keep it the way it is -- it's not worth the work to rewind the
branch and break our downstream developers if there are any.


Regards,

-Olof

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: enable TPS65217 regulator
@ 2015-12-21 17:18       ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2015-12-21 17:18 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Mon, Dec 21, 2015 at 2:24 AM, Afzal Mohammed <afzal.mohd.ma@gmail.com> wrote:
> Hi Olof,
>
> On Sun, Dec 20, 2015 at 10:44:53AM -0800, Olof Johansson wrote:
>> On Wed, Nov 11, 2015 at 12:39:13PM +0530, Afzal Mohammed wrote:
>
>> > Enable TPS65217 regulator to have rootfs in MMC for Beagle Bone's.
>> >
>> > Suggested-by: Kishon Vijay Abraham I <kishon@ti.com>
>> > Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
>
>> Applied, thanks.
>
> Would it be possible to consider the similar patch [1] from Nishant
> Menon instead of this patch ?, though i am not satisfied with the
> changelog in his, i.e. regarding mention that it is required only for
> older Beagle Bones. He has sent the initial version of it (identical in
> diff) before mine.
>
> Sorry for the trouble and Thanks.

So the diff is the same, his is sent before yours but you're unhappy
with his commit message? Sounds like we're better off using yours, and
either way the code is the same.

I'll keep it the way it is -- it's not worth the work to rewind the
branch and break our downstream developers if there are any.


Regards,

-Olof

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-12-21 17:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-11  7:09 [PATCH] ARM: multi_v7_defconfig: enable TPS65217 regulator Afzal Mohammed
2015-11-11  7:09 ` Afzal Mohammed
2015-12-20 18:44 ` Olof Johansson
2015-12-20 18:44   ` Olof Johansson
2015-12-21 10:24   ` Afzal Mohammed
2015-12-21 10:24     ` Afzal Mohammed
2015-12-21 17:18     ` Olof Johansson
2015-12-21 17:18       ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.