Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751897AbdINVkj (ORCPT ); Thu, 14 Sep 2017 17:40:39 -0400 Received: from mail-ua0-f178.google.com ([209.85.217.178]:43137 "EHLO mail-ua0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751709AbdINVkh (ORCPT ); Thu, 14 Sep 2017 17:40:37 -0400 X-Google-Smtp-Source: AOwi7QBs6IhPtR7GfP6v2O7SMI/2Zb1/UR5BZGP4xViS3ORWYH3Cx8BPcigkXVE7lO96YqZlk8nveA== Date: Thu, 14 Sep 2017 14:40:32 -0700 From: Viresh Kumar To: Dong Aisheng Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, vireshk@kernel.org, rjw@rjwysocki.net, shawnguo@kernel.org, Anson.Huang@nxp.com, Leonard Crestez Subject: Re: [PATCH RESEND 1/1] cpufreq: imx6q: switch to Use clk_bulk_get to refine clk operations Message-ID: <20170914214032.GE11836@ubuntu> References: <1504179837-18842-1-git-send-email-aisheng.dong@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504179837-18842-1-git-send-email-aisheng.dong@nxp.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 800 Lines: 22 On 31-08-17, 19:43, Dong Aisheng wrote: > Use clk_bulk_get to ease the driver clocks handling. > > Cc: "Rafael J. Wysocki" > Cc: Viresh Kumar > Cc: Shawn Guo > Cc: Anson Huang > Cc: Leonard Crestez > Signed-off-by: Dong Aisheng > -- > The original one is here which depends on clk_bulk APIs. > https://patchwork.kernel.org/patch/9737337/ > Now the clk_bulk APIs are already in kernel, so resend the patch. > (Patch title changed a bit to be more specific.) > --- > drivers/cpufreq/imx6q-cpufreq.c | 125 ++++++++++++++++++---------------------- > 1 file changed, 56 insertions(+), 69 deletions(-) Acked-by: Viresh Kumar -- viresh