Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1383324 > unrolled thread
| Started by | Matthias Brugger <matthias.bgg@gmail.com> |
|---|---|
| First post | 2016-04-20 14:00 +0200 |
| Last post | 2016-04-21 20:00 +0200 |
| Articles | 5 — 4 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [RESEND][PATCH 1/3] thermal: mediatek: Add cpu dynamic power cooling model. Matthias Brugger <matthias.bgg@gmail.com> - 2016-04-20 14:00 +0200
Re: [RESEND][PATCH 1/3] thermal: mediatek: Add cpu dynamic power cooling model. "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-04-21 02:40 +0200
Re: [RESEND][PATCH 1/3] thermal: mediatek: Add cpu dynamic power cooling model. Eduardo Valentin <edubezval@gmail.com> - 2016-04-21 05:10 +0200
Re: [RESEND][PATCH 1/3] thermal: mediatek: Add cpu dynamic power cooling model. Eduardo Valentin <edubezval@gmail.com> - 2016-04-21 05:50 +0200
Re: [RESEND][PATCH 1/3] thermal: mediatek: Add cpu dynamic power cooling model. "Rafael J. Wysocki" <rafael@kernel.org> - 2016-04-21 20:00 +0200
| From | Matthias Brugger <matthias.bgg@gmail.com> |
|---|---|
| Date | 2016-04-20 14:00 +0200 |
| Subject | Re: [RESEND][PATCH 1/3] thermal: mediatek: Add cpu dynamic power cooling model. |
| Message-ID | <rpYXv-7jN-3@gated-at.bofh.it> |
Hi Rafael, On 13/04/16 06:52, Rafael J. Wysocki wrote: > On Tue, Apr 12, 2016 at 7:38 AM, Viresh Kumar <viresh.kumar@linaro.org> wrote: >> Hi Rafael, >> >> On 15-03-16, 16:10, Dawei Chien wrote: >>> MT8173 cpufreq driver select of_cpufreq_power_cooling_register registering >>> cooling devices with dynamic power coefficient. >>> >>> Signed-off-by: Dawei Chien <dawei.chien@mediatek.com> >>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> >> >> Can you please apply this patch from Dawei ? > > I can, but I'm traveling this week, so that's rather going to happen next week. > I don't see the patch in linux-next, did you forget to pick/push it? Regards, Matthias
[toc] | [next] | [standalone]
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Date | 2016-04-21 02:40 +0200 |
| Subject | Re: [RESEND][PATCH 1/3] thermal: mediatek: Add cpu dynamic power cooling model. |
| Message-ID | <rqaP0-56-1@gated-at.bofh.it> |
| In reply to | #1383324 |
On Wednesday, April 20, 2016 01:58:07 PM Matthias Brugger wrote: > Hi Rafael, > > On 13/04/16 06:52, Rafael J. Wysocki wrote: > > On Tue, Apr 12, 2016 at 7:38 AM, Viresh Kumar <viresh.kumar@linaro.org> wrote: > >> Hi Rafael, > >> > >> On 15-03-16, 16:10, Dawei Chien wrote: > >>> MT8173 cpufreq driver select of_cpufreq_power_cooling_register registering > >>> cooling devices with dynamic power coefficient. > >>> > >>> Signed-off-by: Dawei Chien <dawei.chien@mediatek.com> > >>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> > >> > >> Can you please apply this patch from Dawei ? > > > > I can, but I'm traveling this week, so that's rather going to happen next week. > > > > I don't see the patch in linux-next, did you forget to pick/push it? No, I didn't. I just didn't have the time to get to them before. Now, given that they are thermal patches, they really should go in via linux-soc-thermal.git. Eduardo, any chance to take care of these? Thanks, Rafael
[toc] | [prev] | [next] | [standalone]
| From | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| Date | 2016-04-21 05:10 +0200 |
| Message-ID | <rqdaa-23G-13@gated-at.bofh.it> |
| In reply to | #1383816 |
On Thu, Apr 21, 2016 at 02:41:24AM +0200, Rafael J. Wysocki wrote: > On Wednesday, April 20, 2016 01:58:07 PM Matthias Brugger wrote: > > Hi Rafael, > > > > On 13/04/16 06:52, Rafael J. Wysocki wrote: > > > On Tue, Apr 12, 2016 at 7:38 AM, Viresh Kumar <viresh.kumar@linaro.org> wrote: > > >> Hi Rafael, > > >> > > >> On 15-03-16, 16:10, Dawei Chien wrote: > > >>> MT8173 cpufreq driver select of_cpufreq_power_cooling_register registering > > >>> cooling devices with dynamic power coefficient. > > >>> > > >>> Signed-off-by: Dawei Chien <dawei.chien@mediatek.com> > > >>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> > > >> > > >> Can you please apply this patch from Dawei ? > > > > > > I can, but I'm traveling this week, so that's rather going to happen next week. > > > > > > > I don't see the patch in linux-next, did you forget to pick/push it? > > No, I didn't. I just didn't have the time to get to them before. > > Now, given that they are thermal patches, they really should go in via > linux-soc-thermal.git. > > Eduardo, any chance to take care of these? Yes I can add this one, given that they have the proper acked-by. I was a bit hesitant to just get them because they are touching drivers/cpufreq. Anyways, I am adding this to my branch to the next merge window. > > Thanks, > Rafael >
[toc] | [prev] | [next] | [standalone]
| From | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| Date | 2016-04-21 05:50 +0200 |
| Message-ID | <rqdMR-2kq-1@gated-at.bofh.it> |
| In reply to | #1383845 |
On Wed, Apr 20, 2016 at 08:01:41PM -0700, Eduardo Valentin wrote: > On Thu, Apr 21, 2016 at 02:41:24AM +0200, Rafael J. Wysocki wrote: > > On Wednesday, April 20, 2016 01:58:07 PM Matthias Brugger wrote: > > > Hi Rafael, > > > > > > On 13/04/16 06:52, Rafael J. Wysocki wrote: > > > > On Tue, Apr 12, 2016 at 7:38 AM, Viresh Kumar <viresh.kumar@linaro.org> wrote: > > > >> Hi Rafael, > > > >> > > > >> On 15-03-16, 16:10, Dawei Chien wrote: > > > >>> MT8173 cpufreq driver select of_cpufreq_power_cooling_register registering > > > >>> cooling devices with dynamic power coefficient. > > > >>> > > > >>> Signed-off-by: Dawei Chien <dawei.chien@mediatek.com> > > > >>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> > > > >> > > > >> Can you please apply this patch from Dawei ? > > > > > > > > I can, but I'm traveling this week, so that's rather going to happen next week. > > > > > > > > > > I don't see the patch in linux-next, did you forget to pick/push it? > > > > No, I didn't. I just didn't have the time to get to them before. > > > > Now, given that they are thermal patches, they really should go in via > > linux-soc-thermal.git. > > > > Eduardo, any chance to take care of these? > > Yes I can add this one, given that they have the proper acked-by. I was > a bit hesitant to just get them because they are touching > drivers/cpufreq. > > Anyways, I am adding this to my branch to the next merge window. Added the driver changes. The dt parts should go via your platform tree. And you can add my Acked-by: Eduardo Valentin <edubezval@gmail.com> on the dt changes. > > > > > > Thanks, > > Rafael > >
[toc] | [prev] | [next] | [standalone]
| From | "Rafael J. Wysocki" <rafael@kernel.org> |
|---|---|
| Date | 2016-04-21 20:00 +0200 |
| Message-ID | <rqr3s-4wF-7@gated-at.bofh.it> |
| In reply to | #1383845 |
On Thu, Apr 21, 2016 at 5:01 AM, Eduardo Valentin <edubezval@gmail.com> wrote: > On Thu, Apr 21, 2016 at 02:41:24AM +0200, Rafael J. Wysocki wrote: >> On Wednesday, April 20, 2016 01:58:07 PM Matthias Brugger wrote: >> > Hi Rafael, >> > >> > On 13/04/16 06:52, Rafael J. Wysocki wrote: >> > > On Tue, Apr 12, 2016 at 7:38 AM, Viresh Kumar <viresh.kumar@linaro.org> wrote: >> > >> Hi Rafael, >> > >> >> > >> On 15-03-16, 16:10, Dawei Chien wrote: >> > >>> MT8173 cpufreq driver select of_cpufreq_power_cooling_register registering >> > >>> cooling devices with dynamic power coefficient. >> > >>> >> > >>> Signed-off-by: Dawei Chien <dawei.chien@mediatek.com> >> > >>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> >> > >> >> > >> Can you please apply this patch from Dawei ? >> > > >> > > I can, but I'm traveling this week, so that's rather going to happen next week. >> > > >> > >> > I don't see the patch in linux-next, did you forget to pick/push it? >> >> No, I didn't. I just didn't have the time to get to them before. >> >> Now, given that they are thermal patches, they really should go in via >> linux-soc-thermal.git. >> >> Eduardo, any chance to take care of these? > > Yes I can add this one, given that they have the proper acked-by. I was > a bit hesitant to just get them because they are touching > drivers/cpufreq. Generally, ACKs from Viresh are sufficient for ARM cpufreq drivers unless the maintainers of the platform in question disagree. > Anyways, I am adding this to my branch to the next merge window. Thanks!
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web