All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jernej Škrabec" <jernej.skrabec@gmail.com>
To: linux-sunxi@lists.linux.dev, qianfanguijin@163.com
Cc: Rob Herring <robh+dt@kernel.org>,
	Maxime Ripard <mripard@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
	"Rafael J . Wysocki" <rafael@kernel.org>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
	qianfan Zhao <qianfanguijin@163.com>
Subject: Re: [PATCH v5 0/3] ARM: sun8i-r40: CPU improve
Date: Tue, 05 Jul 2022 21:41:44 +0200	[thread overview]
Message-ID: <1753004.3VsfAaAtOV@kista> (raw)
In-Reply-To: <20220517013607.2252-1-qianfanguijin@163.com>

Dne torek, 17. maj 2022 ob 03:36:04 CEST je qianfanguijin@163.com napisal(a):
> From: qianfan Zhao <qianfanguijin@163.com>
> 
> Change history:
> ===============
> v5(2022-05-17):
> - Move opp tables to sun8i-r40-cpu-opp.dtsi
> - cpufreq supports 720M, 912M, 1G, 1.1G, 1.2G
> - Add cooling supports
> 
> v4(2022-05-16):
> - Invert two patches.
> - Drop the cpufreqs that exceeds 1G in opp tables.
> 
> v3:
> - remove "allwinner-r40" compatible from allowlist.
> - split dts in two part.
> 
> Test:
> =====
> 
> cpufreq was tested by tools: https://github.com/ssvb/cpuburn-arm
> 
> 1. cpufreq-ljt-stress-test
> 
> - root@ubuntu:~/cpuburn-arm-master# ./cpufreq-ljt-stress-test
> - CPU stress test, which is doing JPEG decoding by libjpeg-turbo
> - at different cpufreq operating points.
> -
> - Testing CPU 0
> -  1200 MHz ............................................................ OK
> -  1104 MHz ............................................................ OK
> -  1008 MHz ............................................................ OK
> -   912 MHz ............................................................ OK
> -   720 MHz ............................................................ OK
> -
> - Testing CPU 1
> -  1200 MHz ............................................................ OK
> -  1104 MHz ............................................................ OK
> -  1008 MHz ............................................................ OK
> -   912 MHz ............................................................ OK
> -   720 MHz ............................................................ OK
> -
> - Testing CPU 2
> -  1200 MHz ............................................................ OK
> -  1104 MHz ............................................................ OK
> -  1008 MHz ............................................................ OK
> -   912 MHz ............................................................ OK
> -   720 MHz ............................................................ OK
> -
> - Testing CPU 3
> -  1200 MHz ............................................................ OK
> -  1104 MHz ............................................................ OK
> -  1008 MHz ............................................................ OK
> -   912 MHz ............................................................ OK
> -   720 MHz ............................................................ OK
> 
> Overall result : PASSED
> 
> 2. cpu freq slow down when cpuburn-a7.out running
> 
> - temperature: 79213, online: 0-3, freq: 1200000
> - temperature: 79213, online: 0-3, freq: 1200000
> - temperature: 80230, online: 0-3, freq: 1104000
> - temperature: 78874, online: 0-3, freq: 1200000
> - temperature: 80004, online: 0-3, freq: 1104000
> - temperature: 79213, online: 0-3, freq: 1200000
> - temperature: 78196, online: 0-3, freq: 1200000
> - temperature: 79891, online: 0-3, freq: 1200000
> - temperature: 78422, online: 0-3, freq: 1200000
> - temperature: 80343, online: 0-3, freq: 1104000
> - temperature: 80343, online: 0-3, freq: 1104000
> 
> 
> qianfan Zhao (3):
>   ARM: dts: sun8i-r40: Add "cpu-supply" node for sun8i-r40 based board
>   ARM: dts: sun8i-r40: add opp table for cpu
>   ARM: dts: sun8i-r40: Add thermal trip points/cooling maps

Fixed opp table name and applied. Thanks!

Best regards,
Jernej

> 
>  .../boot/dts/sun8i-r40-bananapi-m2-ultra.dts  |  5 ++
>  arch/arm/boot/dts/sun8i-r40-cpu-opp.dtsi      | 52 +++++++++++++++++++
>  arch/arm/boot/dts/sun8i-r40-feta40i.dtsi      |  5 ++
>  arch/arm/boot/dts/sun8i-r40.dtsi              | 36 +++++++++++++
>  arch/arm/boot/dts/sun8i-t3-cqa3t-bv3.dts      |  5 ++
>  .../boot/dts/sun8i-v40-bananapi-m2-berry.dts  |  5 ++
>  6 files changed, 108 insertions(+)
>  create mode 100644 arch/arm/boot/dts/sun8i-r40-cpu-opp.dtsi
> 
> --
> 2.25.1



WARNING: multiple messages have this Message-ID (diff)
From: "Jernej Škrabec" <jernej.skrabec@gmail.com>
To: linux-sunxi@lists.linux.dev, qianfanguijin@163.com
Cc: Rob Herring <robh+dt@kernel.org>,
	Maxime Ripard <mripard@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
	"Rafael J . Wysocki" <rafael@kernel.org>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
	qianfan Zhao <qianfanguijin@163.com>
Subject: Re: [PATCH v5 0/3] ARM: sun8i-r40: CPU improve
Date: Tue, 05 Jul 2022 21:41:44 +0200	[thread overview]
Message-ID: <1753004.3VsfAaAtOV@kista> (raw)
In-Reply-To: <20220517013607.2252-1-qianfanguijin@163.com>

Dne torek, 17. maj 2022 ob 03:36:04 CEST je qianfanguijin@163.com napisal(a):
> From: qianfan Zhao <qianfanguijin@163.com>
> 
> Change history:
> ===============
> v5(2022-05-17):
> - Move opp tables to sun8i-r40-cpu-opp.dtsi
> - cpufreq supports 720M, 912M, 1G, 1.1G, 1.2G
> - Add cooling supports
> 
> v4(2022-05-16):
> - Invert two patches.
> - Drop the cpufreqs that exceeds 1G in opp tables.
> 
> v3:
> - remove "allwinner-r40" compatible from allowlist.
> - split dts in two part.
> 
> Test:
> =====
> 
> cpufreq was tested by tools: https://github.com/ssvb/cpuburn-arm
> 
> 1. cpufreq-ljt-stress-test
> 
> - root@ubuntu:~/cpuburn-arm-master# ./cpufreq-ljt-stress-test
> - CPU stress test, which is doing JPEG decoding by libjpeg-turbo
> - at different cpufreq operating points.
> -
> - Testing CPU 0
> -  1200 MHz ............................................................ OK
> -  1104 MHz ............................................................ OK
> -  1008 MHz ............................................................ OK
> -   912 MHz ............................................................ OK
> -   720 MHz ............................................................ OK
> -
> - Testing CPU 1
> -  1200 MHz ............................................................ OK
> -  1104 MHz ............................................................ OK
> -  1008 MHz ............................................................ OK
> -   912 MHz ............................................................ OK
> -   720 MHz ............................................................ OK
> -
> - Testing CPU 2
> -  1200 MHz ............................................................ OK
> -  1104 MHz ............................................................ OK
> -  1008 MHz ............................................................ OK
> -   912 MHz ............................................................ OK
> -   720 MHz ............................................................ OK
> -
> - Testing CPU 3
> -  1200 MHz ............................................................ OK
> -  1104 MHz ............................................................ OK
> -  1008 MHz ............................................................ OK
> -   912 MHz ............................................................ OK
> -   720 MHz ............................................................ OK
> 
> Overall result : PASSED
> 
> 2. cpu freq slow down when cpuburn-a7.out running
> 
> - temperature: 79213, online: 0-3, freq: 1200000
> - temperature: 79213, online: 0-3, freq: 1200000
> - temperature: 80230, online: 0-3, freq: 1104000
> - temperature: 78874, online: 0-3, freq: 1200000
> - temperature: 80004, online: 0-3, freq: 1104000
> - temperature: 79213, online: 0-3, freq: 1200000
> - temperature: 78196, online: 0-3, freq: 1200000
> - temperature: 79891, online: 0-3, freq: 1200000
> - temperature: 78422, online: 0-3, freq: 1200000
> - temperature: 80343, online: 0-3, freq: 1104000
> - temperature: 80343, online: 0-3, freq: 1104000
> 
> 
> qianfan Zhao (3):
>   ARM: dts: sun8i-r40: Add "cpu-supply" node for sun8i-r40 based board
>   ARM: dts: sun8i-r40: add opp table for cpu
>   ARM: dts: sun8i-r40: Add thermal trip points/cooling maps

Fixed opp table name and applied. Thanks!

Best regards,
Jernej

> 
>  .../boot/dts/sun8i-r40-bananapi-m2-ultra.dts  |  5 ++
>  arch/arm/boot/dts/sun8i-r40-cpu-opp.dtsi      | 52 +++++++++++++++++++
>  arch/arm/boot/dts/sun8i-r40-feta40i.dtsi      |  5 ++
>  arch/arm/boot/dts/sun8i-r40.dtsi              | 36 +++++++++++++
>  arch/arm/boot/dts/sun8i-t3-cqa3t-bv3.dts      |  5 ++
>  .../boot/dts/sun8i-v40-bananapi-m2-berry.dts  |  5 ++
>  6 files changed, 108 insertions(+)
>  create mode 100644 arch/arm/boot/dts/sun8i-r40-cpu-opp.dtsi
> 
> --
> 2.25.1



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-07-05 19:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-17  1:36 [PATCH v5 0/3] ARM: sun8i-r40: CPU improve qianfanguijin
2022-05-17  1:36 ` qianfanguijin
2022-05-17  1:36 ` [PATCH v5 1/3] ARM: dts: sun8i-r40: Add "cpu-supply" node for sun8i-r40 based board qianfanguijin
2022-05-17  1:36   ` qianfanguijin
2022-07-05  4:45   ` Samuel Holland
2022-07-05  4:45     ` Samuel Holland
2022-05-17  1:36 ` [PATCH v5 2/3] ARM: dts: sun8i-r40: add opp table for cpu qianfanguijin
2022-05-17  1:36   ` qianfanguijin
2022-07-05  4:57   ` Samuel Holland
2022-07-05  4:57     ` Samuel Holland
2022-05-17  1:36 ` [PATCH v5 3/3] ARM: dts: sun8i-r40: Add thermal trip points/cooling maps qianfanguijin
2022-05-17  1:36   ` qianfanguijin
2022-07-05  5:07   ` Samuel Holland
2022-07-05  5:07     ` Samuel Holland
2022-07-05 19:41 ` Jernej Škrabec [this message]
2022-07-05 19:41   ` [PATCH v5 0/3] ARM: sun8i-r40: CPU improve Jernej Škrabec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1753004.3VsfAaAtOV@kista \
    --to=jernej.skrabec@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=mripard@kernel.org \
    --cc=qianfanguijin@163.com \
    --cc=rafael@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=viresh.kumar@linaro.org \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.