From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A02A7C43219 for ; Wed, 1 May 2019 10:41:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6FE6920835 for ; Wed, 1 May 2019 10:41:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726372AbfEAKlL (ORCPT ); Wed, 1 May 2019 06:41:11 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:62017 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725782AbfEAKlL (ORCPT ); Wed, 1 May 2019 06:41:11 -0400 Received: from 79.184.254.69.ipv4.supernova.orange.pl (79.184.254.69) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id 7927eb6e3a1ebc0d; Wed, 1 May 2019 12:41:08 +0200 From: "Rafael J. Wysocki" To: "Rafael J. Wysocki" Cc: Viresh Kumar , Andy Tang , Linux PM , Linux Kernel Mailing List Subject: Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support Date: Wed, 01 May 2019 12:41:08 +0200 Message-ID: <2243345.ebHGfCmnM5@kreacher> In-Reply-To: References: <20190424023223.29614-1-andy.tang@nxp.com> <20190424090252.7cmwzxf4t5lwjat6@vireshk-i7> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, April 24, 2019 11:25:07 AM CEST Rafael J. Wysocki wrote: > On Wed, Apr 24, 2019 at 11:02 AM Viresh Kumar wrote: > > > > On 24-04-19, 09:24, Rafael J. Wysocki wrote: > > > On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar wrote: > > > > > > > > On 24-04-19, 10:32, andy.tang@nxp.com wrote: > > > > > From: Yuantian Tang > > > > > > > > > > Enable cpufreq feature on ls1028a chip by adding its compatible > > > > > string. > > > > > > > > > > Signed-off-by: Yuantian Tang > > > > > --- > > > > > drivers/cpufreq/qoriq-cpufreq.c | 1 + > > > > > 1 files changed, 1 insertions(+), 0 deletions(-) > > > > > > > > > > diff --git a/drivers/cpufreq/qoriq-cpufreq.c b/drivers/cpufreq/qoriq-cpufreq.c > > > > > index 4295e54..d308c4d 100644 > > > > > --- a/drivers/cpufreq/qoriq-cpufreq.c > > > > > +++ b/drivers/cpufreq/qoriq-cpufreq.c > > > > > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, > > > > > > > > > > { .compatible = "fsl,ls1012a-clockgen", }, > > > > > { .compatible = "fsl,ls1021a-clockgen", }, > > > > > + { .compatible = "fsl,ls1028a-clockgen", }, > > > > > { .compatible = "fsl,ls1043a-clockgen", }, > > > > > { .compatible = "fsl,ls1046a-clockgen", }, > > > > > { .compatible = "fsl,ls1088a-clockgen", }, > > > > > > > > Acked-by: Viresh Kumar > > > > > > So do you want me to take this one directly? > > > > I actually applied it and then realized it is powerpc and so dropped > > it. You want me to apply it ? > > No, I can do that, thanks! > Applied, thanks!