Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753495AbdHJXWC (ORCPT ); Thu, 10 Aug 2017 19:22:02 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:43791 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752882AbdHJXWA (ORCPT ); Thu, 10 Aug 2017 19:22:00 -0400 From: "Rafael J. Wysocki" To: sean.wang@mediatek.com Cc: viresh.kumar@linaro.org, robh+dt@kernel.org, matthias.bgg@gmail.com, jdelvare@suse.de, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] add cpufreq support to MT7622 Date: Fri, 11 Aug 2017 01:13:41 +0200 Message-ID: <38532456.kVN5V9NzkU@aspire.rjw.lan> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 574 Lines: 16 On Wednesday, August 9, 2017 12:12:37 PM CEST sean.wang@mediatek.com wrote: > From: Sean Wang > > Add cpufreq support to MT7622 SoC and also include some cleanups > with the generic naming to explicitly support all MediaTek SoCs. > > Sean Wang (2): > cpufreq: mediatek: add cleanups with the more generic naming > cpufreq: mediatek: add support of cpufreq to MT7622 SoC > > drivers/cpufreq/mediatek-cpufreq.c | 27 ++++++++++++++------------- > 1 file changed, 14 insertions(+), 13 deletions(-) > > Applied with ACKs from Viresh, thanks!