[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1471044331-2480-1-git-send-email-mmayer@broadcom.com>
Date: Fri, 12 Aug 2016 16:25:28 -0700
From: Markus Mayer <mmayer@...adcom.com>
To: Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
"Rafael J . Wysocki" <rjw@...ysocki.net>,
Viresh Kumar <viresh.kumar@...aro.org>
Cc: Broadcom Kernel List <bcm-kernel-feedback-list@...adcom.com>,
Device Tree List <devicetree@...r.kernel.org>,
Power Management List <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Markus Mayer <mmayer@...adcom.com>
Subject: [PATCH 0/3] Broadcom AVS CPUfreq driver
This series contains the CPUfreq driver for Broadcom SoCs that use "AVS
Firmware" for voltage and frequency scaling. All voltage and frequency
transitions are performed by the firmware and are therefore hidden from
Linux.
The driver provides a standard CPUfreq interface to other kernel
components and to userland on the one hand and communicates with the
AVS co-processor on the other.
Communication between the two processors is via shared mailbox
registers and interrupts (ARM -> AVS to tell the firmware that there is
a command to process and AVS -> ARM to tell the driver that a command
finished executing).
Markus Mayer (3):
dt: cpufreq: brcm: New binding document for brcm-avs-cpufreq
cpufreq: brcm-avs-cpufreq: AVS CPUfreq driver for Broadcom SoCs
cpufreq: brcm-avs-cpufreq: add debugfs support
.../bindings/cpufreq/brcm-avs-cpufreq.txt | 84 ++
MAINTAINERS | 8 +
drivers/cpufreq/Kconfig.arm | 10 +
drivers/cpufreq/Makefile | 1 +
drivers/cpufreq/brcm-avs-cpufreq.c | 1000 ++++++++++++++++++++
5 files changed, 1103 insertions(+)
create mode 100644 Documentation/devicetree/bindings/cpufreq/brcm-avs-cpufreq.txt
create mode 100644 drivers/cpufreq/brcm-avs-cpufreq.c
--
2.7.4
Powered by blists - more mailing lists