From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: [PATCH 0/3] cpufreq: add AVS support for Armada 3700 Date: Tue, 19 Jun 2018 14:43:59 +0200 Message-ID: <20180619124402.902-1-gregory.clement@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: "Rafael J. Wysocki" , Viresh Kumar , linux-pm@vger.kernel.org Cc: Andrew Lunn , Jason Cooper , Hua Jing , Antoine Tenart , Gregory CLEMENT , Maxime Chevallier , Nadav Haklai , Ken Ma , Victor Gu , Neta Zur Hershkovits , Thomas Petazzoni , =?UTF-8?q?Miqu=C3=A8l=20Raynal?= , Marcin Wojtas , Wilson Ding , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth List-Id: linux-pm@vger.kernel.org Hello, Armada 37xx supports also Adaptive Voltage Scaling and this series allow to us it. In order to configure it, the drives needs to access a new set of register which is documented in patch 1 and added in the dts in patch 3. the first 2 patches should be merged through the cpufreq subsystem, and I will take care of the 3rd patch once the binding will have been validated. Thanks, Gregory CLEMENT (3): dt-bindings: marvell: Add documentation for the Armada 3700 AVS binding cpufreq: armada-37xx: Add AVS support arm64: dts: marvell: armada-37xx: add the node allowing AVS support .../bindings/arm/marvell/armada-37xx.txt | 16 ++ arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 6 + drivers/cpufreq/armada-37xx-cpufreq.c | 163 +++++++++++++++++- 3 files changed, 182 insertions(+), 3 deletions(-) -- 2.17.1