Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328853 > unrolled thread
| Started by | Keerthy <j-keerthy@ti.com> |
|---|---|
| First post | 2016-02-08 10:30 +0100 |
| Last post | 2016-02-12 23:30 +0100 |
| Articles | 8 — 4 participants |
Back to article view | Back to linux.kernel
[PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data Keerthy <j-keerthy@ti.com> - 2016-02-08 10:30 +0100
Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data Tony Lindgren <tony@atomide.com> - 2016-02-08 21:00 +0100
Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data Keerthy <a0393675@ti.com> - 2016-02-09 04:40 +0100
Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data Tony Lindgren <tony@atomide.com> - 2016-02-09 17:00 +0100
Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data Eduardo Valentin <edubezval@gmail.com> - 2016-02-09 23:00 +0100
Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data Keerthy <a0393675@ti.com> - 2016-02-10 04:40 +0100
Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data Eduardo Valentin <edubezval@gmail.com> - 2016-02-09 23:00 +0100
Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data Tony Lindgren <tony@atomide.com> - 2016-02-12 23:30 +0100
| From | Keerthy <j-keerthy@ti.com> |
|---|---|
| Date | 2016-02-08 10:30 +0100 |
| Subject | [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data |
| Message-ID | <qZQ9c-3eh-13@gated-at.bofh.it> |
OMAP5 has 3 thermal zones cpu, core and multimedia. On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve and iva. Currently cpu, core and multimedia are being added via dt and the other 2 are getting added via kernel. Add the missing thermal domains in dt so as give the correct trip numbers, type and temperatures. Tested on DRA7-EVM. Keerthy (3): arm: dts: DRA7: Add DSPEVE thermal data arm: dts: DRA7: Add IVA thermal data arm: dts: DRA7: Add missing IVA and DSPEVE thermal domain data arch/arm/boot/dts/dra7-dspeve-thermal.dtsi | 27 +++++++++++++++++++++++++++ arch/arm/boot/dts/dra7-iva-thermal.dtsi | 27 +++++++++++++++++++++++++++ arch/arm/boot/dts/dra7.dtsi | 2 ++ 3 files changed, 56 insertions(+) create mode 100644 arch/arm/boot/dts/dra7-dspeve-thermal.dtsi create mode 100644 arch/arm/boot/dts/dra7-iva-thermal.dtsi -- 1.9.1
[toc] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2016-02-08 21:00 +0100 |
| Subject | Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data |
| Message-ID | <r008y-1qn-7@gated-at.bofh.it> |
| In reply to | #1328853 |
* Keerthy <j-keerthy@ti.com> [160208 01:19]: > OMAP5 has 3 thermal zones cpu, core and multimedia. > On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve > and iva. Currently cpu, core and multimedia are being added via dt > and the other 2 are getting added via kernel. Add the missing thermal > domains in dt so as give the correct trip numbers, type and temperatures. > > Tested on DRA7-EVM. Are these critical fixes to have for v4.5-rc cycle or can they wait for v4.6 merge window? Regards, Tony > Keerthy (3): > arm: dts: DRA7: Add DSPEVE thermal data > arm: dts: DRA7: Add IVA thermal data > arm: dts: DRA7: Add missing IVA and DSPEVE thermal domain data > > arch/arm/boot/dts/dra7-dspeve-thermal.dtsi | 27 +++++++++++++++++++++++++++ > arch/arm/boot/dts/dra7-iva-thermal.dtsi | 27 +++++++++++++++++++++++++++ > arch/arm/boot/dts/dra7.dtsi | 2 ++ > 3 files changed, 56 insertions(+) > create mode 100644 arch/arm/boot/dts/dra7-dspeve-thermal.dtsi > create mode 100644 arch/arm/boot/dts/dra7-iva-thermal.dtsi > > -- > 1.9.1 >
[toc] | [prev] | [next] | [standalone]
| From | Keerthy <a0393675@ti.com> |
|---|---|
| Date | 2016-02-09 04:40 +0100 |
| Subject | Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data |
| Message-ID | <r07jI-6AS-17@gated-at.bofh.it> |
| In reply to | #1329508 |
On Tuesday 09 February 2016 01:27 AM, Tony Lindgren wrote: > * Keerthy <j-keerthy@ti.com> [160208 01:19]: >> OMAP5 has 3 thermal zones cpu, core and multimedia. >> On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve >> and iva. Currently cpu, core and multimedia are being added via dt >> and the other 2 are getting added via kernel. Add the missing thermal >> domains in dt so as give the correct trip numbers, type and temperatures. >> >> Tested on DRA7-EVM. > > Are these critical fixes to have for v4.5-rc cycle or can they > wait for v4.6 merge window? Driver configures some default thresholds that are a bit higher but there are some thresholds already for dspeve and iva too. So guess these can wait if its already too late. Regards, Keerthy > > Regards, > > Tony > >> Keerthy (3): >> arm: dts: DRA7: Add DSPEVE thermal data >> arm: dts: DRA7: Add IVA thermal data >> arm: dts: DRA7: Add missing IVA and DSPEVE thermal domain data >> >> arch/arm/boot/dts/dra7-dspeve-thermal.dtsi | 27 +++++++++++++++++++++++++++ >> arch/arm/boot/dts/dra7-iva-thermal.dtsi | 27 +++++++++++++++++++++++++++ >> arch/arm/boot/dts/dra7.dtsi | 2 ++ >> 3 files changed, 56 insertions(+) >> create mode 100644 arch/arm/boot/dts/dra7-dspeve-thermal.dtsi >> create mode 100644 arch/arm/boot/dts/dra7-iva-thermal.dtsi >> >> -- >> 1.9.1 >>
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2016-02-09 17:00 +0100 |
| Subject | Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data |
| Message-ID | <r0iRR-678-27@gated-at.bofh.it> |
| In reply to | #1329863 |
* Keerthy <a0393675@ti.com> [160208 19:38]: > > > On Tuesday 09 February 2016 01:27 AM, Tony Lindgren wrote: > >* Keerthy <j-keerthy@ti.com> [160208 01:19]: > >>OMAP5 has 3 thermal zones cpu, core and multimedia. > >>On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve > >>and iva. Currently cpu, core and multimedia are being added via dt > >>and the other 2 are getting added via kernel. Add the missing thermal > >>domains in dt so as give the correct trip numbers, type and temperatures. > >> > >>Tested on DRA7-EVM. > > > >Are these critical fixes to have for v4.5-rc cycle or can they > >wait for v4.6 merge window? > > Driver configures some default thresholds that are a bit higher but there > are some thresholds already for dspeve and iva too. So guess these can wait > if its already too late. OK let's rather wait then. Regards, Tony
[toc] | [prev] | [next] | [standalone]
| From | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| Date | 2016-02-09 23:00 +0100 |
| Subject | Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data |
| Message-ID | <r0ouf-1tt-5@gated-at.bofh.it> |
| In reply to | #1329863 |
[Multipart message — attachments visible in raw view] — view raw
On Tue, Feb 09, 2016 at 09:07:27AM +0530, Keerthy wrote: > > > On Tuesday 09 February 2016 01:27 AM, Tony Lindgren wrote: > >* Keerthy <j-keerthy@ti.com> [160208 01:19]: > >>OMAP5 has 3 thermal zones cpu, core and multimedia. > >>On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve > >>and iva. Currently cpu, core and multimedia are being added via dt > >>and the other 2 are getting added via kernel. Add the missing thermal > >>domains in dt so as give the correct trip numbers, type and temperatures. But the driver would add these default domains only if booted /loaded with missing DT device entry, right?
[toc] | [prev] | [next] | [standalone]
| From | Keerthy <a0393675@ti.com> |
|---|---|
| Date | 2016-02-10 04:40 +0100 |
| Subject | Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data |
| Message-ID | <r0tNf-59K-1@gated-at.bofh.it> |
| In reply to | #1330671 |
On Wednesday 10 February 2016 03:23 AM, Eduardo Valentin wrote: > On Tue, Feb 09, 2016 at 09:07:27AM +0530, Keerthy wrote: >> >> >> On Tuesday 09 February 2016 01:27 AM, Tony Lindgren wrote: >>> * Keerthy <j-keerthy@ti.com> [160208 01:19]: >>>> OMAP5 has 3 thermal zones cpu, core and multimedia. >>>> On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve >>>> and iva. Currently cpu, core and multimedia are being added via dt >>>> and the other 2 are getting added via kernel. Add the missing thermal >>>> domains in dt so as give the correct trip numbers, type and temperatures. > > But the driver would add these default domains only if booted /loaded with > missing DT device entry, right? Yes Eduardo, but with default trip values not the absolute which is added with this patch series. >
[toc] | [prev] | [next] | [standalone]
| From | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| Date | 2016-02-09 23:00 +0100 |
| Subject | Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data |
| Message-ID | <r0ouf-1tt-9@gated-at.bofh.it> |
| In reply to | #1328853 |
[Multipart message — attachments visible in raw view] — view raw
On Mon, Feb 08, 2016 at 02:46:27PM +0530, Keerthy wrote: > OMAP5 has 3 thermal zones cpu, core and multimedia. > On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve > and iva. Currently cpu, core and multimedia are being added via dt > and the other 2 are getting added via kernel. Add the missing thermal > domains in dt so as give the correct trip numbers, type and temperatures. > > Tested on DRA7-EVM. For the series: Acked-by: Eduardo Valentin <edubezval@gmail.com> > > Keerthy (3): > arm: dts: DRA7: Add DSPEVE thermal data > arm: dts: DRA7: Add IVA thermal data > arm: dts: DRA7: Add missing IVA and DSPEVE thermal domain data > > arch/arm/boot/dts/dra7-dspeve-thermal.dtsi | 27 +++++++++++++++++++++++++++ > arch/arm/boot/dts/dra7-iva-thermal.dtsi | 27 +++++++++++++++++++++++++++ > arch/arm/boot/dts/dra7.dtsi | 2 ++ > 3 files changed, 56 insertions(+) > create mode 100644 arch/arm/boot/dts/dra7-dspeve-thermal.dtsi > create mode 100644 arch/arm/boot/dts/dra7-iva-thermal.dtsi > > -- > 1.9.1 >
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2016-02-12 23:30 +0100 |
| Subject | Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data |
| Message-ID | <r1unU-4EM-3@gated-at.bofh.it> |
| In reply to | #1330672 |
* Eduardo Valentin <edubezval@gmail.com> [160209 13:53]: > On Mon, Feb 08, 2016 at 02:46:27PM +0530, Keerthy wrote: > > OMAP5 has 3 thermal zones cpu, core and multimedia. > > On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve > > and iva. Currently cpu, core and multimedia are being added via dt > > and the other 2 are getting added via kernel. Add the missing thermal > > domains in dt so as give the correct trip numbers, type and temperatures. > > > > Tested on DRA7-EVM. > > For the series: > > Acked-by: Eduardo Valentin <edubezval@gmail.com> Applying all into omap-for-v4.6/dt thanks. Tony
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web