From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937689AbdAFS01 (ORCPT ); Fri, 6 Jan 2017 13:26:27 -0500 Received: from mail-ua0-f182.google.com ([209.85.217.182]:35405 "EHLO mail-ua0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754835AbdAFS0R (ORCPT ); Fri, 6 Jan 2017 13:26:17 -0500 MIME-Version: 1.0 In-Reply-To: <20170106041442.GD21926@vireshk-i7> References: <20161220225530.96699-1-code@mmayer.net> <20161220225530.96699-3-code@mmayer.net> <20170106041442.GD21926@vireshk-i7> From: Markus Mayer Date: Fri, 6 Jan 2017 10:26:15 -0800 Message-ID: Subject: Re: [PATCH v4 2/2] cpufreq: brcmstb-cpufreq: CPUfreq driver for older Broadcom STB SoCs To: Viresh Kumar Cc: Markus Mayer , Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , "Rafael J . Wysocki" , Arnd Bergmann , Broadcom Kernel List , Linux Clock List , Power Management List , Device Tree List , ARM Kernel List , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5 January 2017 at 20:14, Viresh Kumar wrote: > On 20-12-16, 14:55, Markus Mayer wrote: >> From: Markus Mayer >> >> This CPUfreq driver provides basic frequency scaling for older Broadcom >> STB SoCs that do not use AVS firmware with DVFS support. There is no >> support for voltage scaling. >> >> Signed-off-by: Markus Mayer >> --- >> drivers/cpufreq/Kconfig.arm | 12 ++ >> drivers/cpufreq/Makefile | 1 + >> drivers/cpufreq/brcmstb-cpufreq.c | 377 ++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 390 insertions(+) >> create mode 100644 drivers/cpufreq/brcmstb-cpufreq.c > > I am fine with this patch as I have already Acked V3 of it. But please fix the > bindings improvement suggested by Stephen first. Yes, that is on my list of things to do. I will send an update hopefully next week. Thanks, -Markus From mboxrd@z Thu Jan 1 00:00:00 1970 From: markus.mayer@broadcom.com (Markus Mayer) Date: Fri, 6 Jan 2017 10:26:15 -0800 Subject: [PATCH v4 2/2] cpufreq: brcmstb-cpufreq: CPUfreq driver for older Broadcom STB SoCs In-Reply-To: <20170106041442.GD21926@vireshk-i7> References: <20161220225530.96699-1-code@mmayer.net> <20161220225530.96699-3-code@mmayer.net> <20170106041442.GD21926@vireshk-i7> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 5 January 2017 at 20:14, Viresh Kumar wrote: > On 20-12-16, 14:55, Markus Mayer wrote: >> From: Markus Mayer >> >> This CPUfreq driver provides basic frequency scaling for older Broadcom >> STB SoCs that do not use AVS firmware with DVFS support. There is no >> support for voltage scaling. >> >> Signed-off-by: Markus Mayer >> --- >> drivers/cpufreq/Kconfig.arm | 12 ++ >> drivers/cpufreq/Makefile | 1 + >> drivers/cpufreq/brcmstb-cpufreq.c | 377 ++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 390 insertions(+) >> create mode 100644 drivers/cpufreq/brcmstb-cpufreq.c > > I am fine with this patch as I have already Acked V3 of it. But please fix the > bindings improvement suggested by Stephen first. Yes, that is on my list of things to do. I will send an update hopefully next week. Thanks, -Markus