[PATCH v2 0/3] devfreq: exynos: Add driver for Exynos3250
Krzysztof Kozlowski
k.kozlowski at samsung.com
Mon Dec 15 06:56:50 PST 2014
Hi,
Changes since v1
================
1. Patch 1/3, bindings: fixes after review from Mark Rutland.
2. Patch 2/3, driver: update perf benchmarks.
3. Rebase on Chanwoo's devfreq-event class patches v3 [1].
Description
===========
The aim of patchset is to gather feedback about adding new devfreq driver for
Exynos 3250, along with the bindings.
The patchset uses devfreq-event class posted recently [1].
Chanwoo,
You were the author of our initial exynos3_bus.c driver so do you
want me to add your Signed-off-by?
[1] [RFC PATCHv3 0/7] devfreq: Add devfreq-event class to provide
raw data for devfreq device
https://lkml.org/lkml/2014/12/12/219
Best regards,
Krzysztof
Krzysztof Kozlowski (3):
devfreq: dt-bindings: Document bindings for Exynos3250 bus DVFS driver
devfreq: exynos: Add driver for Exynos3250
ARM: dts: Add devfreq to Exynos3250 and Rinato board
.../bindings/arm/samsung/exynos3250-devfreq.txt | 62 ++
arch/arm/boot/dts/exynos3250-rinato.dts | 12 +
arch/arm/boot/dts/exynos3250.dtsi | 26 +
drivers/devfreq/Kconfig | 12 +
drivers/devfreq/Makefile | 1 +
drivers/devfreq/exynos/Makefile | 1 +
drivers/devfreq/exynos/exynos3_bus.c | 847 +++++++++++++++++++++
7 files changed, 961 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/samsung/exynos3250-devfreq.txt
create mode 100644 drivers/devfreq/exynos/exynos3_bus.c
--
1.9.1
More information about the linux-arm-kernel
mailing list