devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: DRA76-EVM: Set powerhold property for tps65917
@ 2017-10-24  8:44 Keerthy
       [not found] ` <1508834648-28715-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Keerthy @ 2017-10-24  8:44 UTC (permalink / raw)
  To: tony-4v6yS6AI5VpBDgjK7y7TUQ
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA, t-kristo-l0cyMroinI0,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, j-keerthy-l0cyMroinI0

Set powerhold property for tps65917

Signed-off-by: Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org>
---
 arch/arm/boot/dts/dra76-evm.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts
index b024a65..f64aab4 100644
--- a/arch/arm/boot/dts/dra76-evm.dts
+++ b/arch/arm/boot/dts/dra76-evm.dts
@@ -148,6 +148,7 @@
 		compatible = "ti,tps65917";
 		reg = <0x58>;
 		ti,system-power-controller;
+		ti,palmas-override-powerhold;
 		interrupt-controller;
 		#interrupt-cells = <2>;
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] ARM: dts: DRA76-EVM: Set powerhold property for tps65917
       [not found] ` <1508834648-28715-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
@ 2017-10-25 16:52   ` Tony Lindgren
       [not found]     ` <20171025165219.GO4394-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2017-10-25 16:52 UTC (permalink / raw)
  To: Keerthy
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA, t-kristo-l0cyMroinI0,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A

* Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [171024 01:46]:
> Set powerhold property for tps65917
> 
> Signed-off-by: Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org>

Is this safe to merge separately before the driver changes?

Regards,

Tony

> ---
>  arch/arm/boot/dts/dra76-evm.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts
> index b024a65..f64aab4 100644
> --- a/arch/arm/boot/dts/dra76-evm.dts
> +++ b/arch/arm/boot/dts/dra76-evm.dts
> @@ -148,6 +148,7 @@
>  		compatible = "ti,tps65917";
>  		reg = <0x58>;
>  		ti,system-power-controller;
> +		ti,palmas-override-powerhold;
>  		interrupt-controller;
>  		#interrupt-cells = <2>;
>  
> -- 
> 1.9.1
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] ARM: dts: DRA76-EVM: Set powerhold property for tps65917
       [not found]     ` <20171025165219.GO4394-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
@ 2017-10-26  6:29       ` Keerthy
       [not found]         ` <30907da7-a80c-4718-dd9a-17cb22669eb5-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Keerthy @ 2017-10-26  6:29 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA, t-kristo-l0cyMroinI0,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A



On Wednesday 25 October 2017 10:22 PM, Tony Lindgren wrote:
> * Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [171024 01:46]:
>> Set powerhold property for tps65917
>>
>> Signed-off-by: Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org>
> 
> Is this safe to merge separately before the driver changes?

This needs to wait till [1] is merged. I should have mentioned this.

I will ping on this as soon as the dependent patch is merged.

[1] https://marc.info/?l=linux-omap&m=150883331614239&w=2

Thanks,
Keerthy

> 
> Regards,
> 
> Tony
> 
>> ---
>>  arch/arm/boot/dts/dra76-evm.dts | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts
>> index b024a65..f64aab4 100644
>> --- a/arch/arm/boot/dts/dra76-evm.dts
>> +++ b/arch/arm/boot/dts/dra76-evm.dts
>> @@ -148,6 +148,7 @@
>>  		compatible = "ti,tps65917";
>>  		reg = <0x58>;
>>  		ti,system-power-controller;
>> +		ti,palmas-override-powerhold;
>>  		interrupt-controller;
>>  		#interrupt-cells = <2>;
>>  
>> -- 
>> 1.9.1
>>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] ARM: dts: DRA76-EVM: Set powerhold property for tps65917
       [not found]         ` <30907da7-a80c-4718-dd9a-17cb22669eb5-l0cyMroinI0@public.gmane.org>
@ 2017-10-26 14:17           ` Tony Lindgren
       [not found]             ` <20171026141707.GE21504-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2017-10-26 14:17 UTC (permalink / raw)
  To: Keerthy
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA, t-kristo-l0cyMroinI0,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A

* Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [171025 23:31]:
> 
> 
> On Wednesday 25 October 2017 10:22 PM, Tony Lindgren wrote:
> > * Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [171024 01:46]:
> >> Set powerhold property for tps65917
> >>
> >> Signed-off-by: Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org>
> > 
> > Is this safe to merge separately before the driver changes?
> 
> This needs to wait till [1] is merged. I should have mentioned this.
> 
> I will ping on this as soon as the dependent patch is merged.

OK thanks will untag this patch from my inbox for now then.

Regards,

Tony

> [1] https://marc.info/?l=linux-omap&m=150883331614239&w=2
> 
> Thanks,
> Keerthy
> 
> > 
> > Regards,
> > 
> > Tony
> > 
> >> ---
> >>  arch/arm/boot/dts/dra76-evm.dts | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >> diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts
> >> index b024a65..f64aab4 100644
> >> --- a/arch/arm/boot/dts/dra76-evm.dts
> >> +++ b/arch/arm/boot/dts/dra76-evm.dts
> >> @@ -148,6 +148,7 @@
> >>  		compatible = "ti,tps65917";
> >>  		reg = <0x58>;
> >>  		ti,system-power-controller;
> >> +		ti,palmas-override-powerhold;
> >>  		interrupt-controller;
> >>  		#interrupt-cells = <2>;
> >>  
> >> -- 
> >> 1.9.1
> >>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] ARM: dts: DRA76-EVM: Set powerhold property for tps65917
       [not found]             ` <20171026141707.GE21504-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
@ 2017-11-30  4:14               ` Keerthy
       [not found]                 ` <84542ce8-6e36-59a6-224c-b51c05d9866e-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Keerthy @ 2017-11-30  4:14 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA, t-kristo-l0cyMroinI0,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A



On Thursday 26 October 2017 07:47 PM, Tony Lindgren wrote:
> * Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [171025 23:31]:
>>
>>
>> On Wednesday 25 October 2017 10:22 PM, Tony Lindgren wrote:
>>> * Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [171024 01:46]:
>>>> Set powerhold property for tps65917
>>>>
>>>> Signed-off-by: Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org>
>>>
>>> Is this safe to merge separately before the driver changes?
>>
>> This needs to wait till [1] is merged. I should have mentioned this.
>>
>> I will ping on this as soon as the dependent patch is merged.
> 
> OK thanks will untag this patch from my inbox for now then.

Tony,

The dependent driver patch [1] is pulled by Lee Jones.
So this patch is okay to be applied.

[1] https://patchwork.kernel.org/patch/10023635/

- Keerthy

> 
> Regards,
> 
> Tony
> 
>> [1] https://marc.info/?l=linux-omap&m=150883331614239&w=2
>>
>> Thanks,
>> Keerthy
>>
>>>
>>> Regards,
>>>
>>> Tony
>>>
>>>> ---
>>>>  arch/arm/boot/dts/dra76-evm.dts | 1 +
>>>>  1 file changed, 1 insertion(+)
>>>>
>>>> diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts
>>>> index b024a65..f64aab4 100644
>>>> --- a/arch/arm/boot/dts/dra76-evm.dts
>>>> +++ b/arch/arm/boot/dts/dra76-evm.dts
>>>> @@ -148,6 +148,7 @@
>>>>  		compatible = "ti,tps65917";
>>>>  		reg = <0x58>;
>>>>  		ti,system-power-controller;
>>>> +		ti,palmas-override-powerhold;
>>>>  		interrupt-controller;
>>>>  		#interrupt-cells = <2>;
>>>>  
>>>> -- 
>>>> 1.9.1
>>>>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] ARM: dts: DRA76-EVM: Set powerhold property for tps65917
       [not found]                 ` <84542ce8-6e36-59a6-224c-b51c05d9866e-l0cyMroinI0@public.gmane.org>
@ 2017-12-11 16:43                   ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2017-12-11 16:43 UTC (permalink / raw)
  To: Keerthy
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA, t-kristo-l0cyMroinI0,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A

* Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [171130 04:16]:
> 
> 
> On Thursday 26 October 2017 07:47 PM, Tony Lindgren wrote:
> > * Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [171025 23:31]:
> >>
> >>
> >> On Wednesday 25 October 2017 10:22 PM, Tony Lindgren wrote:
> >>> * Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [171024 01:46]:
> >>>> Set powerhold property for tps65917
> >>>>
> >>>> Signed-off-by: Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org>
> >>>
> >>> Is this safe to merge separately before the driver changes?
> >>
> >> This needs to wait till [1] is merged. I should have mentioned this.
> >>
> >> I will ping on this as soon as the dependent patch is merged.
> > 
> > OK thanks will untag this patch from my inbox for now then.
> 
> Tony,
> 
> The dependent driver patch [1] is pulled by Lee Jones.
> So this patch is okay to be applied.
> 
> [1] https://patchwork.kernel.org/patch/10023635/

Thanks applying into omap-for-v4.16/dt.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-12-11 16:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-24  8:44 [PATCH] ARM: dts: DRA76-EVM: Set powerhold property for tps65917 Keerthy
     [not found] ` <1508834648-28715-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2017-10-25 16:52   ` Tony Lindgren
     [not found]     ` <20171025165219.GO4394-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2017-10-26  6:29       ` Keerthy
     [not found]         ` <30907da7-a80c-4718-dd9a-17cb22669eb5-l0cyMroinI0@public.gmane.org>
2017-10-26 14:17           ` Tony Lindgren
     [not found]             ` <20171026141707.GE21504-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2017-11-30  4:14               ` Keerthy
     [not found]                 ` <84542ce8-6e36-59a6-224c-b51c05d9866e-l0cyMroinI0@public.gmane.org>
2017-12-11 16:43                   ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).