Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-08-06 Thread Zhang Rui
On 五, 2018-08-03 at 14:10 +0530, Viresh Kumar wrote: > On 31-07-18, 14:00, Zhang Rui wrote: > > > > I suppose this patch should go via Eduardo' tree. > > Eduardo, can you please take a look at this patch set? > Zhang, > > Since Eduardo isn't replying, will it be possible for you to pick it > up

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-08-06 Thread Zhang Rui
On 五, 2018-08-03 at 14:10 +0530, Viresh Kumar wrote: > On 31-07-18, 14:00, Zhang Rui wrote: > > > > I suppose this patch should go via Eduardo' tree. > > Eduardo, can you please take a look at this patch set? > Zhang, > > Since Eduardo isn't replying, will it be possible for you to pick it > up

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-08-03 Thread Viresh Kumar
On 31-07-18, 14:00, Zhang Rui wrote: > I suppose this patch should go via Eduardo' tree. > Eduardo, can you please take a look at this patch set? Zhang, Since Eduardo isn't replying, will it be possible for you to pick it up as I don't want to miss 4.19-rc1. -- viresh

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-08-03 Thread Viresh Kumar
On 31-07-18, 14:00, Zhang Rui wrote: > I suppose this patch should go via Eduardo' tree. > Eduardo, can you please take a look at this patch set? Zhang, Since Eduardo isn't replying, will it be possible for you to pick it up as I don't want to miss 4.19-rc1. -- viresh

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-31 Thread Zhang Rui
On 二, 2018-07-31 at 10:21 +0530, Viresh Kumar wrote: > On 05-07-18, 10:39, Viresh Kumar wrote: > > > > Hi, > > > > This is an attempt to fix the broken or partially defined DT > > bindings > > for cooling-maps. We should list every device that participates in > > cooling down at a certain trip

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-31 Thread Zhang Rui
On 二, 2018-07-31 at 10:21 +0530, Viresh Kumar wrote: > On 05-07-18, 10:39, Viresh Kumar wrote: > > > > Hi, > > > > This is an attempt to fix the broken or partially defined DT > > bindings > > for cooling-maps. We should list every device that participates in > > cooling down at a certain trip

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-30 Thread Viresh Kumar
On 05-07-18, 10:39, Viresh Kumar wrote: > Hi, > > This is an attempt to fix the broken or partially defined DT bindings > for cooling-maps. We should list every device that participates in > cooling down at a certain trip point, instead of just the first in the > list as that depends on certain

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-30 Thread Viresh Kumar
On 05-07-18, 10:39, Viresh Kumar wrote: > Hi, > > This is an attempt to fix the broken or partially defined DT bindings > for cooling-maps. We should list every device that participates in > cooling down at a certain trip point, instead of just the first in the > list as that depends on certain

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-19 Thread Wei Xu
Hi Viresh, On 2018/7/19 3:40, Viresh Kumar wrote: > On 18-07-18, 16:34, Wei Xu wrote: >> Hi Viresh, >> >> On 2018/7/5 6:09, Viresh Kumar wrote: >>> Hi, >>> >>> This is an attempt to fix the broken or partially defined DT bindings >>> for cooling-maps. We should list every device that participates

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-19 Thread Wei Xu
Hi Viresh, On 2018/7/19 3:40, Viresh Kumar wrote: > On 18-07-18, 16:34, Wei Xu wrote: >> Hi Viresh, >> >> On 2018/7/5 6:09, Viresh Kumar wrote: >>> Hi, >>> >>> This is an attempt to fix the broken or partially defined DT bindings >>> for cooling-maps. We should list every device that participates

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-18 Thread Viresh Kumar
On 18-07-18, 16:34, Wei Xu wrote: > Hi Viresh, > > On 2018/7/5 6:09, Viresh Kumar wrote: > > Hi, > > > > This is an attempt to fix the broken or partially defined DT bindings > > for cooling-maps. We should list every device that participates in > > cooling down at a certain trip point, instead

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-18 Thread Viresh Kumar
On 18-07-18, 16:34, Wei Xu wrote: > Hi Viresh, > > On 2018/7/5 6:09, Viresh Kumar wrote: > > Hi, > > > > This is an attempt to fix the broken or partially defined DT bindings > > for cooling-maps. We should list every device that participates in > > cooling down at a certain trip point, instead

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-18 Thread Wei Xu
Hi Viresh, On 2018/7/5 6:09, Viresh Kumar wrote: > Hi, > > This is an attempt to fix the broken or partially defined DT bindings > for cooling-maps. We should list every device that participates in > cooling down at a certain trip point, instead of just the first in the > list as that depends on

Re: [PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-18 Thread Wei Xu
Hi Viresh, On 2018/7/5 6:09, Viresh Kumar wrote: > Hi, > > This is an attempt to fix the broken or partially defined DT bindings > for cooling-maps. We should list every device that participates in > cooling down at a certain trip point, instead of just the first in the > list as that depends on

[PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-04 Thread Viresh Kumar
Hi, This is an attempt to fix the broken or partially defined DT bindings for cooling-maps. We should list every device that participates in cooling down at a certain trip point, instead of just the first in the list as that depends on certain ordering of events to work properly. The first patch

[PATCH 0/2] dt: thermal: Fix broken cooling-maps

2018-07-04 Thread Viresh Kumar
Hi, This is an attempt to fix the broken or partially defined DT bindings for cooling-maps. We should list every device that participates in cooling down at a certain trip point, instead of just the first in the list as that depends on certain ordering of events to work properly. The first patch