[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190108200509.30494-1-pawel.mikolaj.chmiel@gmail.com>
Date: Tue, 8 Jan 2019 21:05:05 +0100
From: Paweł Chmiel <pawel.mikolaj.chmiel@...il.com>
To: kgene@...nel.org
Cc: krzk@...nel.org, robh+dt@...nel.org, mark.rutland@....com,
linux@...linux.org.uk, viresh.kumar@...aro.org, rjw@...ysocki.net,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
Paweł Chmiel <pawel.mikolaj.chmiel@...il.com>
Subject: [PATCH 0/4] ARM: dts: s5pv210: Enable cpufreq support
This patchset enables cpufreq support using s5pv210-cpufreq driver.
First patch adds missing dmc nodes, which are required by driver.
Second patch is cosmetic, it stops driver from flooding kernel log with
messages, after every change of freq.
Third patch adds defer probe support for regulators, needed by driver.
It was observed, that those regulators can be no yet initialized, when
driver is probed, so we should wait till we can get them.
Last patch enables required kernel config options.
Paweł Chmiel (4):
ARM: dts: s5pv210: Add dmc nodes
cpufreq: s5pv210: Don't flood kernel log after cpufreq change
cpufreq: s5pv210: Defer probe if getting regulators fail
ARM: defconfig: s5pv210: Add cpufreq support
arch/arm/boot/dts/s5pv210.dtsi | 12 ++++++++++
arch/arm/configs/s5pv210_defconfig | 6 +++++
drivers/cpufreq/s5pv210-cpufreq.c | 35 ++++++++++++++++++------------
3 files changed, 39 insertions(+), 14 deletions(-)
--
2.17.1
Powered by blists - more mailing lists