From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH v5 0/3] Broadcom STB AVS CPUfreq driver Date: Mon, 14 Nov 2016 01:32:44 +0100 Message-ID: <5500544.cjuLUPfCfM@vostro.rjw.lan> References: <20161027210536.98988-1-code@mmayer.net> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-pm-owner@vger.kernel.org To: Markus Mayer Cc: Markus Mayer , Rob Herring , Viresh Kumar , Broadcom Kernel List , Device Tree List , Power Management List , Linux Kernel Mailing List List-Id: devicetree@vger.kernel.org On Friday, November 04, 2016 10:00:19 AM Markus Mayer wrote: > On 27 October 2016 at 14:05, Markus Mayer wrote: > > From: Markus Mayer > > > > 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). > > Viresh, Rafael, are you ready to take this series? Rob gave his Ack > for the DT binding. Applied. Thanks, Rafael